Searched defs:nFunc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_syscall.c180 int nFunc = strlen(zFunc); local
182 if( strlen(aSyscall[i].zName)!=nFunc ) continue;
183 if( memcmp(aSyscall[i].zName, zFunc, nFunc) ) continue;
459 int nFunc; local
460 char *zFunc = Tcl_GetStringFromObj(objv[2], &nFunc);
463 if( strlen(aSyscall[i].zName)!=nFunc ) continue;
464 if( memcmp(aSyscall[i].zName, zFunc, nFunc) ) continue;
H A DsqliteInt.h1554 int nFunc; /* Number of entries in aFunc[] */ member in struct:AggInfo
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9899 int nFunc; /* Number of entries in aFunc[] */ member in struct:AggInfo
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11267 int nFunc; /* Number of entries in aFunc[] */ member in struct:AggInfo
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11267 int nFunc; /* Number of entries in aFunc[] */ member in struct:AggInfo
[all...]

Completed in 609 milliseconds