Home
last modified time | relevance | path

Searched refs:pnRight (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c69239 int *pnRight, /* IN/OUT: Elements in *paRight */ argument
69245 int nRight = *pnRight;
69270 *pnRight = iOut;
196324 char **paRight, int *pnRight /* IN/OUT: Right/output doclist */ argument
196331 char *pEnd2 = &aRight[*pnRight];
196340 aOut = sqlite3_malloc64((sqlite3_int64)*pnRight + FTS3_VARINT_MAX);
196374 *pnRight = (int)(p - aOut);