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

/external/sqlite/dist/orig/
H A Dsqlite3.h8194 ** The final argument is an output variable. If successful, (*ppOut)
8197 ** be returned. In this case, fts5 assumes that the final value of *ppOut
8368 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);
H A Dsqlite3.c8408 ** The final argument is an output variable. If successful, (*ppOut)
8411 ** be returned. In this case, fts5 assumes that the final value of *ppOut
8582 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);
23856 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ argument
23859 assert( ppOut!=0 );
23862 *ppOut = p->pOut;
23865 rc = pthread_join(p->tid, ppOut) ? SQLITE_ERROR : SQLITE_OK;
23952 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ argument
23956 assert( ppOut!=0 );
23969 if( rc==WAIT_OBJECT_0 ) *ppOut
24018 sqlite3ThreadJoin(SQLiteThread *p, void **ppOut) argument
169356 sqlite3Fts5ConfigParse( Fts5Global *pGlobal, sqlite3 *db, int nArg, const char **azArg, Fts5Config **ppOut, char **pzErr ) argument
172331 Fts5HashEntry **ppOut = &pRet; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h8194 ** The final argument is an output variable. If successful, (*ppOut)
8197 ** be returned. In this case, fts5 assumes that the final value of *ppOut
8368 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);
H A Dsqlite3.c8408 ** The final argument is an output variable. If successful, (*ppOut)
8411 ** be returned. In this case, fts5 assumes that the final value of *ppOut
8582 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);
23856 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ argument
23859 assert( ppOut!=0 );
23862 *ppOut = p->pOut;
23865 rc = pthread_join(p->tid, ppOut) ? SQLITE_ERROR : SQLITE_OK;
23952 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ argument
23956 assert( ppOut!=0 );
23969 if( rc==WAIT_OBJECT_0 ) *ppOut
24018 sqlite3ThreadJoin(SQLiteThread *p, void **ppOut) argument
169386 sqlite3Fts5ConfigParse( Fts5Global *pGlobal, sqlite3 *db, int nArg, const char **azArg, Fts5Config **ppOut, char **pzErr ) argument
172361 Fts5HashEntry **ppOut = &pRet; local
[all...]

Completed in 1219 milliseconds