Searched refs:sqlite3_str_appendall (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/sqlite3/ ! |
| H A D | sqlite3ext.h | 650 #define sqlite3_str_appendall sqlite3_api->str_appendall macro
|
| H A D | sqlite3.h | 8713 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn);
|
| H A D | sqlite3.c | 9032 SQLITE_API void sqlite3_str_appendall(sqlite3_str*, const char *zIn); 32522 sqlite3_str_appendall(pAccum, (const char*)pExpr->u.zToken); in sqlite3_str_vappendf() 32543 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf() 32549 sqlite3_str_appendall(pAccum, pItem->u4.zDatabase); in sqlite3_str_vappendf() 32552 sqlite3_str_appendall(pAccum, pItem->zName); in sqlite3_str_vappendf() 32554 sqlite3_str_appendall(pAccum, pItem->zAlias); in sqlite3_str_vappendf() 32741 SQLITE_API void sqlite3_str_appendall(sqlite3_str *p, const char *z){ in sqlite3_str_appendall() function 87662 sqlite3_str_appendall(&x, zP4); 87665 sqlite3_str_appendall(&x, pOp->zComment); 87711 sqlite3_str_appendall(&x, pOp->zComment); [all …]
|
| H A D | shell.c | 23525 sqlite3_str_appendall(pStr, zContext); in save_err_msg()
|