Searched defs:SQLITE_TRANSIENT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h3957 #define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1) macro
H A Dsqlite3.c4510 #define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1) macro
84304 sqlite3_result_blob(context, (char*)&z[p1], (int)p2, SQLITE_TRANSIENT); local
121626 sqlite3_result_blob(context, (void *)&pPtr, sizeof(pPtr), SQLITE_TRANSIENT); local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h4749 #define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1) macro
H A Dsqlite3.c5009 #define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1) macro
103550 sqlite3_result_text64(context, (char*)z, z2-z, SQLITE_TRANSIENT, local
103557 sqlite3_result_blob64(context, (char*)&z[p1], (u64)p2, SQLITE_TRANSIENT); local
150705 sqlite3_result_blob(context, (void *)&pPtr, sizeof(pPtr), SQLITE_TRANSIENT); local
180077 sqlite3_result_text(pCtx, (const char*)ctx.zOut, -1, SQLITE_TRANSIENT); local
180203 sqlite3_result_text(pCtx, (const char*)ctx.zOut, -1, SQLITE_TRANSIENT); local
191329 sqlite3_result_text(pCtx, (const char*)s.p, s.n, SQLITE_TRANSIENT); local
197792 pCtx, (const char*)pCsr->term.p, pCsr->term.n, SQLITE_TRANSIENT local
[all...]

Completed in 725 milliseconds