Home
last modified time | relevance | path

Searched defs:pVal (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
Dvdbeapi.c140 const void *sqlite3_value_blob(sqlite3_value *pVal){ in sqlite3_value_blob()
151 int sqlite3_value_bytes(sqlite3_value *pVal){ in sqlite3_value_bytes()
154 int sqlite3_value_bytes16(sqlite3_value *pVal){ in sqlite3_value_bytes16()
157 double sqlite3_value_double(sqlite3_value *pVal){ in sqlite3_value_double()
160 int sqlite3_value_int(sqlite3_value *pVal){ in sqlite3_value_int()
163 sqlite_int64 sqlite3_value_int64(sqlite3_value *pVal){ in sqlite3_value_int64()
166 const unsigned char *sqlite3_value_text(sqlite3_value *pVal){ in sqlite3_value_text()
170 const void *sqlite3_value_text16(sqlite3_value* pVal){ in sqlite3_value_text16()
173 const void *sqlite3_value_text16be(sqlite3_value *pVal){ in sqlite3_value_text16be()
176 const void *sqlite3_value_text16le(sqlite3_value *pVal){ in sqlite3_value_text16le()
[all …]
Dcomplete.c263 sqlite3_value *pVal; in sqlite3_complete16() local
Dvdbemem.c957 const void *sqlite3ValueText(sqlite3_value* pVal, u8 enc){ in sqlite3ValueText()
1025 sqlite3_value *pVal = 0; in sqlite3ValueFromExpr() local
1149 int sqlite3ValueBytes(sqlite3_value *pVal, u8 enc){ in sqlite3ValueBytes()
Dtest5.c131 sqlite3_value *pVal; in test_translate() local
Dtest_tclvar.c209 Tcl_Obj *pVal = Tcl_GetVar2Ex(interp, z1, *z2?z2:0, TCL_GLOBAL_ONLY); in tclvarColumn() local
Dalter.c690 sqlite3_value *pVal; in sqlite3AlterFinishAddColumn() local
Dvdbe.c315 int sqlite3_value_numeric_type(sqlite3_value *pVal){ in sqlite3_value_numeric_type()
329 sqlite3_value *pVal, in sqlite3ValueApplyAffinity()
Ddate.c107 int *pVal; in getDigits() local
Dtest1.c1030 sqlite3_value *pVal; in test_create_function() local
2538 sqlite3_value *pVal; in test_collate_func() local
2586 sqlite3_value *pVal; in test_collate() local
2771 sqlite3_value *pVal; in test_function_utf8() local
2795 sqlite3_value *pVal; in test_function_utf16le() local
2817 sqlite3_value *pVal; in test_function_utf16be() local
Dtclsqlite.c752 Tcl_Obj *pVal; in tclSqlFunc() local
922 Tcl_Obj *pVal; in dbTextToObj() local
1517 Tcl_Obj *pVal = dbEvalColumnValue(p, i); in DbEvalNextCmd() local
Dwhere.c654 sqlite3_value *pVal = 0; in isLikeOrGlob() local
2279 sqlite3_value *pVal, /* Value to consider */ in whereRangeRegion()
2601 sqlite3_value *pVal = 0; /* One value from list */ in whereInScanEst() local
Dmain.c2073 sqlite3_value *pVal; in sqlite3_open16() local
/external/chromium_org/third_party/sqlite/src/tool/
Dshowwal.c26 static int decodeVarint(const unsigned char *z, i64 *pVal){ in decodeVarint()
Dshowdb.c26 static int decodeVarint(const unsigned char *z, i64 *pVal){ in decodeVarint()
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprog_parameter.c278 gl_constant_value *pVal = paramList->ParameterValues[pos]; in _mesa_add_typed_unnamed_constant() local
/external/mesa3d/src/mesa/program/
Dprog_parameter.c267 gl_constant_value *pVal = paramList->ParameterValues[pos]; in _mesa_add_typed_unnamed_constant() local
/external/clang/include/clang/AST/
DTemplateBase.h90 const uint64_t *pVal; ///< Used to store the >64 bits integer value. member
DExpr.h1224 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3.c417 static void fts3GetDeltaVarint(char **pp, sqlite3_int64 *pVal){ in fts3GetDeltaVarint()
429 static void fts3GetDeltaVarint2(char **pp, char *pEnd, sqlite3_int64 *pVal){ in fts3GetDeltaVarint2()
3338 sqlite3_value *pVal, /* argv[0] passed to function */ in fts3FunctionArg()
Dfts3_write.c2446 static int fts3SpecialInsert(Fts3Table *p, sqlite3_value *pVal){ in fts3SpecialInsert()
/external/llvm/include/llvm/ADT/
DAPInt.h82 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
/external/valgrind/main/cachegrind/
Dcg_merge.c1498 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal ) in nextIterFM()
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfts1.c2945 sqlite3_value *pVal = sqlite3_column_value(c->pStmt, idxCol+1); in fulltextColumn() local
/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2.c4084 sqlite3_value *pVal = sqlite3_column_value(c->pStmt, idxCol+1); in fulltextColumn() local
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c12956 int *pVal; in getDigits() local

12