Searched refs:zOpName (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_malloc.c1229 const char *zOpName; local
1250 zOpName = Tcl_GetString(objv[1]);
1252 if( strcmp(aOp[i].zName, zOpName)==0 ){
1286 const char *zOpName; local
1307 zOpName = Tcl_GetString(objv[2]);
1308 if( memcmp(zOpName, "SQLITE_", 7)==0 ) zOpName += 7;
1309 if( memcmp(zOpName, "DBSTATUS_", 9)==0 ) zOpName += 9;
1311 if( strcmp(aOp[i].zName, zOpName)
[all...]
H A Dos_unix.c538 char *zOpName, *zType; local
542 zOpName = "GETLK";
544 zOpName = "SETLK";
563 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
H A Dtest1.c2239 const char *zOpName; local
2255 zOpName = Tcl_GetString(objv[2]);
2257 if( strcmp(aOp[i].zName, zOpName)==0 ){
/external/sqlite/dist/orig/
H A Dsqlite3.c24930 char *zOpName, *zType; local
24934 zOpName = "GETLK";
24936 zOpName = "SETLK";
24955 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
63165 const char *zOpName; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24948 char *zOpName, *zType; local
24952 zOpName = "GETLK";
24954 zOpName = "SETLK";
24973 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
63185 const char *zOpName; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24679 char *zOpName, *zType; local
24683 zOpName = "GETLK";
24685 zOpName = "SETLK";
24704 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
[all...]

Completed in 822 milliseconds