Searched defs:pRes (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_thread.c110 Tcl_Obj *pRes; local
131 pRes = Tcl_GetObjResult(interp);
134 Tcl_IncrRefCount(pRes);
138 Tcl_ListObjAppendElement(interp, pList, pRes);
146 Tcl_ListObjAppendElement(interp, pList, pRes);
151 Tcl_DecrRefCount(pRes);
H A Dfunc.c1350 sqlite3_value *pRes; local
1351 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
1352 if( pRes ){
1353 if( ALWAYS(pRes->flags) ){
1354 sqlite3_result_value(context, pRes);
1356 sqlite3VdbeMemRelease(pRes);
H A Dmain.c537 int *pRes = va_arg(ap, int*); local
547 if( pRes ){
548 *pRes = (db->flags & aFlagOp[i].mask)!=0;
H A Dpager.c1024 ** that is read in *pRes. Return SQLITE_OK if everything worked, or an
1029 static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){ argument
1033 *pRes = sqlite3Get4byte(ac);
H A Dbtree.c654 int *pRes /* Write search results here */
668 rc = sqlite3BtreeMovetoUnpacked(pCur, pIdxKey, nKey, bias, pRes);
4315 ** on success. Set *pRes to 0 if the cursor actually points to something
4316 ** or set *pRes to 1 if the table is empty.
4318 int sqlite3BtreeFirst(BtCursor *pCur, int *pRes){ argument
4327 *pRes = 1;
4330 *pRes = 0;
4338 ** on success. Set *pRes to 0 if the cursor actually points to something
4339 ** or set *pRes to 1 if the table is empty.
4341 int sqlite3BtreeLast(BtCursor *pCur, int *pRes){ argument
4603 sqlite3BtreeNext(BtCursor *pCur, int *pRes) argument
4672 sqlite3BtreePrevious(BtCursor *pCur, int *pRes) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7010 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
7795 int *pRes
7802 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
7803 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);
7804 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes);
7806 SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes);
37472 read32bits(sqlite3_file *fd, i64 offset, u32 *pRes) argument
51616 sqlite3BtreeFirst(BtCursor *pCur, int *pRes) argument
51639 sqlite3BtreeLast(BtCursor *pCur, int *pRes) argument
51901 sqlite3BtreeNext(BtCursor *pCur, int *pRes) argument
51970 sqlite3BtreePrevious(BtCursor *pCur, int *pRes) argument
83256 sqlite3_value *pRes; local
107989 int *pRes = va_arg(ap, int*); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c7526 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
8328 int *pRes
8335 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
8336 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);
8337 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes);
8339 SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes);
39445 read32bits(sqlite3_file *fd, i64 offset, u32 *pRes) argument
53752 sqlite3BtreeFirst(BtCursor *pCur, int *pRes) argument
53775 sqlite3BtreeLast(BtCursor *pCur, int *pRes) argument
54041 sqlite3BtreeNext(BtCursor *pCur, int *pRes) argument
54116 sqlite3BtreePrevious(BtCursor *pCur, int *pRes) argument
87497 sqlite3_value *pRes; local
113021 int *pRes = va_arg(ap, int*); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7526 int (*xGeom)(sqlite3_rtree_geometry *, int nCoord, double *aCoord, int *pRes),
8328 int *pRes
8335 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
8336 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);
8337 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes);
8339 SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes);
39473 read32bits(sqlite3_file *fd, i64 offset, u32 *pRes) argument
53780 sqlite3BtreeFirst(BtCursor *pCur, int *pRes) argument
53803 sqlite3BtreeLast(BtCursor *pCur, int *pRes) argument
54069 sqlite3BtreeNext(BtCursor *pCur, int *pRes) argument
54144 sqlite3BtreePrevious(BtCursor *pCur, int *pRes) argument
87533 sqlite3_value *pRes; local
113057 int *pRes = va_arg(ap, int*); local
[all...]

Completed in 578 milliseconds