Home
last modified time | relevance | path

Searched defs:pResult (Results 1 – 16 of 16) sorted by relevance

/sqlite-3.40.0/src/
H A Dthreads.c119 void *pResult; /* Result of xTask */ member
222 void *pResult; /* Result of xTask */ member
H A Dtclsqlite.c2229 Tcl_Obj *pResult; in DbObjCmd() local
2346 Tcl_Obj *pResult; in DbObjCmd() local
2386 Tcl_Obj *pResult; in DbObjCmd() local
2463 Tcl_Obj *pResult; /* interp result */ in DbObjCmd() local
2754 Tcl_Obj *pResult = 0; in DbObjCmd() local
3031 Tcl_Obj *pResult; in DbObjCmd() local
3290 Tcl_Obj *pResult; in DbObjCmd() local
H A Dtest_malloc.c1311 Tcl_Obj *pResult; in test_status() local
1373 Tcl_Obj *pResult; in test_db_status() local
H A Dutil.c440 int sqlite3AtoF(const char *z, double *pResult, int length, u8 enc){ in sqlite3AtoF()
H A Dtest_quota.c1498 Tcl_Obj *pResult; in test_quota_dump() local
H A Djson.c1707 JsonNode *pResult; /* The result of the merge */ in jsonPatchFunc() local
H A Dmain.c4522 char *pResult, *p; in sqlite3_create_filename() local
H A Dwhere.c508 WhereTerm *pResult = 0; in sqlite3WhereFindTerm() local
H A Dtest1.c5868 Tcl_Obj *pResult; in test_pager_refcounts() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_varint.c26 static int lsmSqlite4GetVarint64(const unsigned char *z, u64 *pResult){ in lsmSqlite4GetVarint64()
H A Dlsm_vtab.c516 sqlite3_uint64 *pResult in lsm1GetVarint64()
583 sqlite3_int64 *pResult in lsm1GetSignedVarint64()
/sqlite-3.40.0/ext/misc/
H A Dtotype.c204 static int totypeAtoF(const char *z, double *pResult, int length){ in totypeAtoF()
/sqlite-3.40.0/test/
H A Dthreadtest1.c76 struct QueryResult *pResult = (struct QueryResult*)pUser; in db_query_callback() local
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c1206 DocList **pResult){ in fulltext_query()
1256 DocList *pResult; in fulltextFilter() local
H A Dfts1.c2780 DocList **pResult, /* Write the result doclist here */ in fulltextQuery()
2909 DocList *pResult; in fulltextFilter() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3447 DataBuffer *pResult /* Write the result here */ in docListOfTerm()
3649 DataBuffer *pResult, /* Write the result doclist here */ in fulltextQuery()