Searched refs:quoteFunc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 135198 static void quoteFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ function 137283 FUNCTION(quote, 1, 0, 0, quoteFunc ), 137284 FUNCTION(unistr_quote, 1, 1, 0, quoteFunc ),
|