Home
last modified time | relevance | path

Searched refs:pCtx (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h3417 void *pCtx
10415 void *pCtx, /* Copy of third arg to preupdate_hook() */
11176 void *pCtx, /* Copy of third arg to _filter_table() */
11179 void *pCtx /* First argument passed to xFilter */
12182 void *pCtx, /* Copy of sixth arg to _apply() */
12186 void *pCtx, /* Copy of sixth arg to _apply() */
12190 void *pCtx /* First argument passed to xConflict */
12197 void *pCtx, /* Copy of sixth arg to _apply() */
12201 void *pCtx, /* Copy of sixth arg to _apply() */
12205 void *pCtx, /* First argument passed to xConflict */
[all …]
H A Dsqlite3.c3730 void *pCtx
10728 void *pCtx, /* Copy of third arg to preupdate_hook() */
11489 void *pCtx, /* Copy of third arg to _filter_table() */
11492 void *pCtx /* First argument passed to xFilter */
12495 void *pCtx, /* Copy of sixth arg to _apply() */
12499 void *pCtx, /* Copy of sixth arg to _apply() */
12503 void *pCtx /* First argument passed to xConflict */
12510 void *pCtx, /* Copy of sixth arg to _apply() */
12514 void *pCtx, /* Copy of sixth arg to _apply() */
12518 void *pCtx, /* First argument passed to xConflict */
[all …]
H A Dshell.c2030 sqlite3_context *pCtx, in shellStrtod() argument
2037 sqlite3_result_double(pCtx, strtod(z,0)); in shellStrtod()
2048 sqlite3_context *pCtx, in shellDtostr() argument
2058 sqlite3_result_text(pCtx, z, -1, SQLITE_TRANSIENT); in shellDtostr()
2069 sqlite3_context *pCtx, in shellModuleSchema() argument
2077 zFake = zName? shellFakeSchema(sqlite3_context_db_handle(pCtx), 0, zName) : 0; in shellModuleSchema()
2079 sqlite3_result_text(pCtx, sqlite3_mprintf("/* %s */", zFake), in shellModuleSchema()
2105 sqlite3_context *pCtx, in shellAddSchemaName() argument
2121 sqlite3 *db = sqlite3_context_db_handle(pCtx); in shellAddSchemaName()
2149 sqlite3_result_text(pCtx, z, -1, sqlite3_free); in shellAddSchemaName()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2031 sqlite3_context *pCtx,
2051 void *pCtx,
2076 void *pCtx,
2080 void *pCtx,
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c923 void *pCtx, in tclCollateNeeded() argument
928 SqliteDb *pDb = (SqliteDb *)pCtx; in tclCollateNeeded()
941 void *pCtx, in tclSqlCollate() argument
947 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()