Searched refs:sqlite3_result_text (Results 1 - 5 of 5) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 486 #define sqlite3_result_text sqlite3_api->result_text macro
|
H A D | sqlite3.h | 5881 ** ^The sqlite3_result_text(), sqlite3_result_text16(), 5891 ** the 2nd parameter of the sqlite3_result_text* interfaces. 5892 ** ^If the 3rd parameter to any of the sqlite3_result_text* interfaces 5896 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces 5905 ** ^If the 4th parameter to the sqlite3_result_text* interfaces 5909 ** ^If the 4th parameter to the sqlite3_result_text* interfaces or to 5914 ** ^If the 4th parameter to the sqlite3_result_text* interfaces 5975 SQLITE_API void sqlite3_result_text(sqlite3_context*, const char*, int, void(*)(void*));
|
/third_party/sqlite/src/ |
H A D | shell.c | 969 sqlite3_result_text(pCtx, sqlite3_mprintf("/* %s */", zFake), in shellModuleSchema() 1039 sqlite3_result_text(pCtx, z, -1, sqlite3_free); in shellAddSchemaName() 2579 sqlite3_result_text(pCtx, z, i, sqlite3_free); in decimal_result() 3142 sqlite3_result_text(context, zResult, -1, SQLITE_TRANSIENT); in ieee754func() 4582 sqlite3_result_text(context, z, n-1, sqlite3_free); in re_bytecode_func() 5184 sqlite3_result_text(context, z, -1, SQLITE_TRANSIENT); in lsModeFunc() 5389 sqlite3_result_text(ctx, &pCur->zPath[pCur->nBase], -1, SQLITE_TRANSIENT); in fsdirColumn() 5424 sqlite3_result_text(ctx, aBuf, n, SQLITE_TRANSIENT); in fsdirColumn() 5971 sqlite3_result_text(ctx, pCur->zCurrentRow, pCur->szRow,SQLITE_TRANSIENT); in completionColumn() 5975 sqlite3_result_text(ct in completionColumn() [all...] |
H A D | sqlite3.c | 6190 ** ^The sqlite3_result_text(), sqlite3_result_text16(), 6200 ** the 2nd parameter of the sqlite3_result_text* interfaces. 6201 ** ^If the 3rd parameter to any of the sqlite3_result_text* interfaces 6205 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces 6214 ** ^If the 4th parameter to the sqlite3_result_text* interfaces 6218 ** ^If the 4th parameter to the sqlite3_result_text* interfaces or to 6223 ** ^If the 4th parameter to the sqlite3_result_text* interfaces 6284 SQLITE_API void sqlite3_result_text(sqlite3_context*, const char*, int, void(*)(void*)); 88352 SQLITE_API void sqlite3_result_text( global() function 132409 #define sqlite3_result_text global() macro [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | connection.c | 645 sqlite3_result_text(context, str, (int)sz, SQLITE_TRANSIENT); in _pysqlite_set_result()
|
Completed in 177 milliseconds