HomeSort by relevance Sort by last modified time
    Searched refs:pRc (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 465 ** into *pRc.
467 ** If *pRc is initially non-zero then this routine is a no-op.
470 int *pRc, /* Success code */
477 if( *pRc ) return;
482 *pRc = SQLITE_NOMEM;
484 *pRc = sqlite3_exec(db, zSql, 0, 0, 0);
517 ** If *pRc is non-zero when this function is called, it is a no-op.
518 ** Otherwise, if an error occurs, an SQLite error code is stored in *pRc
521 static void fts3DeclareVtab(int *pRc, Fts3Table *p){
522 if( *pRc==SQLITE_OK )
    [all...]
fts3_write.c 329 int *pRC, /* Result code */
336 if( *pRC ) return;
342 *pRC = rc;
459 ** If an OOM error occurs, *pRc is set to SQLITE_NOMEM before returning.
468 int *pRc /* OUT: Return code */
507 *pRc = rc;
742 int *pRC, /* Result code */
750 if( *pRC ) return;
760 *pRC = rc;
770 *pRC = rc
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_vfs.c 213 static int tvfsResultCode(Testvfs *p, int *pRc){
231 *pRc = aCode[i].eCode;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 65492 int prc; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 65520 int prc; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 1524 milliseconds