/external/chromium_org/third_party/sqlite/src/src/ |
D | vdbeapi.c | 140 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 …]
|
D | complete.c | 263 sqlite3_value *pVal; in sqlite3_complete16() local
|
D | vdbemem.c | 957 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()
|
D | test5.c | 131 sqlite3_value *pVal; in test_translate() local
|
D | test_tclvar.c | 209 Tcl_Obj *pVal = Tcl_GetVar2Ex(interp, z1, *z2?z2:0, TCL_GLOBAL_ONLY); in tclvarColumn() local
|
D | alter.c | 690 sqlite3_value *pVal; in sqlite3AlterFinishAddColumn() local
|
D | vdbe.c | 315 int sqlite3_value_numeric_type(sqlite3_value *pVal){ in sqlite3_value_numeric_type() 329 sqlite3_value *pVal, in sqlite3ValueApplyAffinity()
|
D | date.c | 107 int *pVal; in getDigits() local
|
D | test1.c | 1030 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
|
D | tclsqlite.c | 752 Tcl_Obj *pVal; in tclSqlFunc() local 922 Tcl_Obj *pVal; in dbTextToObj() local 1517 Tcl_Obj *pVal = dbEvalColumnValue(p, i); in DbEvalNextCmd() local
|
D | where.c | 654 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
|
D | main.c | 2073 sqlite3_value *pVal; in sqlite3_open16() local
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | showwal.c | 26 static int decodeVarint(const unsigned char *z, i64 *pVal){ in decodeVarint()
|
D | showdb.c | 26 static int decodeVarint(const unsigned char *z, i64 *pVal){ in decodeVarint()
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | prog_parameter.c | 278 gl_constant_value *pVal = paramList->ParameterValues[pos]; in _mesa_add_typed_unnamed_constant() local
|
/external/mesa3d/src/mesa/program/ |
D | prog_parameter.c | 267 gl_constant_value *pVal = paramList->ParameterValues[pos]; in _mesa_add_typed_unnamed_constant() local
|
/external/clang/include/clang/AST/ |
D | TemplateBase.h | 90 const uint64_t *pVal; ///< Used to store the >64 bits integer value. member
|
D | Expr.h | 1224 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | fts3.c | 417 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()
|
D | fts3_write.c | 2446 static int fts3SpecialInsert(Fts3Table *p, sqlite3_value *pVal){ in fts3SpecialInsert()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 82 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
|
/external/valgrind/main/cachegrind/ |
D | cg_merge.c | 1498 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal ) in nextIterFM()
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
D | fts1.c | 2945 sqlite3_value *pVal = sqlite3_column_value(c->pStmt, idxCol+1); in fulltextColumn() local
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
D | fts2.c | 4084 sqlite3_value *pVal = sqlite3_column_value(c->pStmt, idxCol+1); in fulltextColumn() local
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 12956 int *pVal; in getDigits() local
|