Searched refs:zOpName (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | test_malloc.c | 1229 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()
|
D | os_unix.c | 538 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()
|
D | test1.c | 2239 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/ |
D | sqlite3.c | 24954 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/ |
D | sqlite3.c | 24936 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/ |
D | sqlite3.c | 24679 char *zOpName, *zType; 24683 zOpName = "GETLK"; 24685 zOpName = "SETLK"; 24704 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
|