Searched defs:pValue (Results 1 – 13 of 13) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | update.c | 67 sqlite3_value *pValue = 0; in sqlite3ColumnDefault() local
|
| H A D | vdbeapi.c | 544 void sqlite3_result_value(sqlite3_context *pCtx, sqlite3_value *pValue){ in sqlite3_result_value() 1620 int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){ in sqlite3_bind_value()
|
| H A D | util.c | 838 int sqlite3GetInt32(const char *zNum, int *pValue){ in sqlite3GetInt32()
|
| H A D | pragma.c | 385 Token *pValue, /* Token for <value>, or NULL */ in sqlite3Pragma()
|
| H A D | func.c | 1057 void sqlite3QuoteValue(StrAccum *pStr, sqlite3_value *pValue){ in sqlite3QuoteValue()
|
| H A D | window.c | 208 sqlite3_value *pValue; member
|
| H A D | json.c | 303 sqlite3_value *pValue /* Value to append */ in jsonAppendValue()
|
| H A D | expr.c | 2448 int sqlite3ExprIsInteger(const Expr *p, int *pValue){ in sqlite3ExprIsInteger()
|
| H A D | select.c | 4694 Expr *pValue, /* The VALUE part of the constraint */ in constInsert()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | csv.c | 449 int *pValue /* Write boolean value here */ in csv_boolean_parameter()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_vtab.c | 719 sqlite3_value *pValue, /* The key value */ in lsm1KeyFromValue()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 1802 static int deserializeGeometry(sqlite3_value *pValue, RtreeConstraint *pCons){ in deserializeGeometry()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 370 sqlite3_value *pValue, /* Value to serialize */ in sessionSerializeValue()
|