Home
last modified time | relevance | path

Searched defs:zStr (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c7023 const unsigned char *zStr;/* String being searched */ in re_sql_func() local
16787 static int recoverStrlen(const char *zStr){ in recoverStrlen()
19816 char *zStr = sqlite3_malloc(nBlob*2 + 1); in output_hex_blob() local
21426 static int str_in_array(const char *zStr, const char **azArray){ in str_in_array()
24542 static int optionMatch(const char *zStr, const char *zOpt){ in optionMatch()