Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest5.c125 sqlite3_stmt *q = prepare(db, zWorker, __LINE__, in waitOnTable() local
249 sqlite3_stmt *q; in main() local
/sqlite-3.40.0/src/
H A Dtest_hexio.c329 const unsigned char *q = (const unsigned char *) p; in getFts3Varint() local
341 unsigned char *q = (unsigned char *) p; in putFts3Varint() local
H A Dwal.h41 # define sqlite3WalCheckpoint(q,r,s,t,u,v,w,x,y,z) 0 argument
H A Dtest_bestindex.c127 char q = z[0]; in tclDequote() local
H A Dprintf.c809 char q = ((xtype==etSQLESCAPE3)?'"':'\''); /* Quote character */ in sqlite3_str_vappendf() local
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c45 unsigned char *q = (unsigned char *) p; in putVarint() local
60 const unsigned char *q = (const unsigned char *) p; in getVarint() local
1132 static void query_add(Query *q, int is_phrase, const char *zTerm){ in query_add()
1141 static void query_free(Query *q){ in query_free()
1207 Query q; in fulltext_query() local
H A Dfts1.c115 unsigned char *q = (unsigned char *) p; in putVarint() local
130 const unsigned char *q = (const unsigned char *) p; in getVarint() local
1110 Query q; /* Parsed query string */ member
2156 static void queryClear(Query *q){ in queryClear()
2621 static void queryAdd(Query *q, const char *pTerm, int nTerm){ in queryAdd()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_test_tok.c82 char q = z[0]; in fts5tokDequote() local
H A Dfts5_config.c144 char q; in fts5Dequote() local
/sqlite-3.40.0/autoconf/tea/win/
H A Dnmakehlp.c518 LPSTR p, q; in GetVersionFromFile() local
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c138 const unsigned char *q = p; in getVarint() local
/sqlite-3.40.0/ext/misc/
H A Dclosure.c431 char q = zIn[0]; /* Quote character (if any ) */ in closureDequote() local
H A Dfuzzer.c456 char q = zIn[0]; /* Quote character (if any ) */ in fuzzerDequote() local
H A Dunionvtab.c299 char q = z[0]; in unionDequote() local
H A Damatch.c747 char q = zIn[0]; /* Quote character (if any ) */ in amatchDequote() local
H A Dzipfile.c321 char q = zIn[0]; in zipfileDequote() local
/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c376 char q = *z; in cidxFindNext() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c410 unsigned char *q = (unsigned char *) p; in putVarint() local
425 const unsigned char *q = (const unsigned char *) p; in getVarint() local
1891 Query q; /* Parsed query string */ member
3022 static void queryClear(Query *q){ in queryClear()
3483 static void queryAdd(Query *q, const char *pTerm, int nTerm){ in queryAdd()
/sqlite-3.40.0/tool/
H A Dsqldiff.c1780 char q = 0; /* quote character, if any */ in gobble_token() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c338 unsigned char *q = (unsigned char *) p; in sqlite3Fts3PutVarint() local