Searched refs:pDeleteParent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c176 sqlite3_stmt *pDeleteParent; member in struct:Rtree
759 sqlite3_finalize(pRtree->pDeleteParent);
2371 sqlite3_bind_int64(pRtree->pDeleteParent, 1, pNode->iNode);
2372 sqlite3_step(pRtree->pDeleteParent);
2373 if( SQLITE_OK!=(rc = sqlite3_reset(pRtree->pDeleteParent)) ){
2894 appStmt[8] = &pRtree->pDeleteParent;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c124623 sqlite3_stmt *pDeleteParent; member in struct:Rtree
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c130289 sqlite3_stmt *pDeleteParent; member in struct:Rtree
[all...]
/external/sqlite/dist/
H A Dsqlite3.c130335 sqlite3_stmt *pDeleteParent; member in struct:Rtree
[all...]

Completed in 480 milliseconds