Searched refs:zQuoted (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c18892 char *zQuoted = sqlite3_mprintf("\"%w\"", z); local
18893 shell_check_oom(zQuoted);
18894 oputz(zQuoted);
18895 sqlite3_free(zQuoted);
H A Dsqlite3.c217910 const char *zQuoted = (const char*)sqlite3_column_text(pSel, iCol); local
237244 char *zQuoted; local
[all...]

Completed in 620 milliseconds