Searched refs:xInstCount (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2056 int function(Fts5Context*, int *pnInst) xInstCount;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h12838 ** xInstCount:
12852 ** output by xInstCount(). If iIdx is less than zero or greater than
12853 ** or equal to the value returned by xInstCount(), SQLITE_RANGE is returned.
12945 ** xInstCount/xInst APIs. While the xInstCount/xInst APIs are more convenient
12996 ** (or xInst/xInstCount). The chief advantage of this API is that it is
13022 ** value returned by xInstCount(), SQLITE_RANGE is returned. Otherwise,
13054 int (*xInstCount)(Fts5Context*, int *pnInst); member in struct:Fts5ExtensionApi
H A Dsqlite3.c13151 ** xInstCount:
13165 ** output by xInstCount(). If iIdx is less than zero or greater than
13166 ** or equal to the value returned by xInstCount(), SQLITE_RANGE is returned.
13258 ** xInstCount/xInst APIs. While the xInstCount/xInst APIs are more convenient
13309 ** (or xInst/xInstCount). The chief advantage of this API is that it is
13335 ** value returned by xInstCount(), SQLITE_RANGE is returned. Otherwise,
13367 int (*xInstCount)(Fts5Context*, int *pnInst); member in struct:Fts5ExtensionApi
[all...]

Completed in 866 milliseconds