Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 7 of 7) sorted by path

/unit/
H A DCHANGES62 query strings.
238 *) Feature: support empty strings in the "location" option of the
/unit/auto/cc/
H A Dtest114 NXT_CFLAGS="$NXT_CFLAGS -Wwrite-strings"
151 NXT_CFLAGS="$NXT_CFLAGS -Wwrite-strings"
/unit/auto/modules/
H A Dphp86 NXT_PHP_ADDITIONAL_FLAGS=-Wno-write-strings
/unit/docs/
H A Dunit-openapi.yaml5133 description: "An array of strings."
5138 description: "A string or an array of strings."
/unit/src/
H A Dnxt_thread_time.c67 tsc = thr->time.strings; in nxt_thread_time_free()
77 thr->time.strings = NULL; in nxt_thread_time_free()
407 tsc = &thr->time.strings[slot]; in nxt_thread_time_string_cache()
416 tsc = nxt_realloc(thr->time.strings, size); in nxt_thread_time_string_cache()
428 thr->time.strings = tsc; in nxt_thread_time_string_cache()
H A Dnxt_thread_time.h60 nxt_time_string_cache_t *strings; member
/unit/test/go/command_line_arguments/
H A Dapp.go13 args := strings.Join(os.Args[1:], ",")