Home
last modified time | relevance | path

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

/sqlite-3.40.0/autoconf/tea/win/
H A Dnmakehlp.c200 PROCESS_INFORMATION pi; in CheckForCompilerFeature() local
335 PROCESS_INFORMATION pi; in CheckForLinkerFeature() local
466 pipeinfo *pi = (pipeinfo *) args; in ReadFromPipe() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_buffer.c168 int *pi, /* IN/OUT: Offset within a[] */ in sqlite3Fts5PoslistNext64()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c417 int sqlite3Fts3GetVarint32(const char *p, int *pi){ in sqlite3Fts3GetVarint32()
2186 sqlite3_int64 *pi /* IN/OUT: Value read from position-list */ in fts3ReadNextPos()
3013 sqlite3_int64 *pi = (isPrefix ? &iLeavesEndBlock : 0); in fts3SegReaderCursor() local
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c75 static int getVarint32(const char *p, int *pi){ in getVarint32()
H A Dfts1.c145 static int getVarint32(const char *p, int *pi){ in getVarint32()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c440 static int getVarint32(const char *p, int *pi){ in getVarint32()