Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dtest_malloc.c1229 const char *zOpName; in test_status() local
1250 zOpName = Tcl_GetString(objv[1]); in test_status()
1252 if( strcmp(aOp[i].zName, zOpName)==0 ){ in test_status()
1286 const char *zOpName; in test_db_status() local
1307 zOpName = Tcl_GetString(objv[2]); in test_db_status()
1308 if( memcmp(zOpName, "SQLITE_", 7)==0 ) zOpName += 7; in test_db_status()
1309 if( memcmp(zOpName, "DBSTATUS_", 9)==0 ) zOpName += 9; in test_db_status()
1311 if( strcmp(aOp[i].zName, zOpName)==0 ){ in test_db_status()
Dos_unix.c538 char *zOpName, *zType; in lockTrace() local
542 zOpName = "GETLK"; in lockTrace()
544 zOpName = "SETLK"; in lockTrace()
563 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len, in lockTrace()
Dtest1.c2239 const char *zOpName; in test_stmt_status() local
2255 zOpName = Tcl_GetString(objv[2]); in test_stmt_status()
2257 if( strcmp(aOp[i].zName, zOpName)==0 ){ in test_stmt_status()
/external/sqlite/dist/
Dsqlite3.c24954 char *zOpName, *zType;
24958 zOpName = "GETLK";
24960 zOpName = "SETLK";
24979 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
63203 const char *zOpName;
63207 zOpName = sqlite3OpcodeName(pOp->opcode);
63208 nOpName = sqlite3Strlen30(zOpName);
63209 if( zOpName[nOpName+1] ){
63212 zSynopsis = zOpName += nOpName + 1;
/external/sqlite/dist/orig/
Dsqlite3.c24936 char *zOpName, *zType;
24940 zOpName = "GETLK";
24942 zOpName = "SETLK";
24961 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
63183 const char *zOpName;
63187 zOpName = sqlite3OpcodeName(pOp->opcode);
63188 nOpName = sqlite3Strlen30(zOpName);
63189 if( zOpName[nOpName+1] ){
63192 zSynopsis = zOpName += nOpName + 1;
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c24679 char *zOpName, *zType;
24683 zOpName = "GETLK";
24685 zOpName = "SETLK";
24704 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,