HomeSort by relevance Sort by last modified time
    Searched refs:zFunc (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 171 ** Return the current error-number value for function zFunc. zFunc must be
178 static int tsErrno(const char *zFunc){
180 int nFunc = strlen(zFunc);
183 if( memcmp(aSyscall[i].zName, zFunc, nFunc) ) continue;
195 static int tsIsFailErrno(const char *zFunc){
197 errno = tsErrno(zFunc);
460 char *zFunc = Tcl_GetStringFromObj(objv[2], &nFunc);
464 if( memcmp(aSyscall[i].zName, zFunc, nFunc) ) continue;
callback.c 268 const char *zFunc, /* Name of function */
269 int nFunc /* Number of bytes in zFunc */
273 if( sqlite3StrNICmp(p->zName, zFunc, nFunc)==0 && p->zName[nFunc]==0 ){
main.c     [all...]
test1.c     [all...]
os_unix.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 735 ** from left to write. If parameter zFunc is not NULL, then instead of
737 ** function named zFunc first. For example, if zFunc is "unzip" and the
751 static char *fts3ReadExprList(Fts3Table *p, const char *zFunc, int *pRc){
757 if( !zFunc ){
760 zFree = zFunction = fts3QuoteId(zFunc);
775 ** If argument zFunc is not NULL, then all but the first question mark
776 ** is preceded by zFunc and an open bracket, and followed by a closed
777 ** bracket. For example, if zFunc is "zip" and the FTS3 table has three
790 static char *fts3WriteExprList(Fts3Table *p, const char *zFunc, int *pRc)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 464 const char *zFunc
468 "sqlite3_%s() - %s (%d)", zFunc, sqlite3_errmsg(pDb->db),
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 4276 milliseconds