HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_UTF8_ZT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 4907 ** either UTF8 if the sixth parameter is SQLITE_UTF8 or SQLITE_UTF8_ZT,
4956 ** [SQLITE_UTF8], [SQLITE_UTF8_ZT], [SQLITE_UTF16], [SQLITE_UTF16BE],
4958 ** third parameter, Z. The special value [SQLITE_UTF8_ZT] means that the
4960 ** words, SQLITE_UTF8_ZT means that the Z array is allocated to hold at
5862 ** [[SQLITE_UTF8_ZT]] <dt>SQLITE_UTF8_ZT</dt><dd>This option can only be
5865 ** The SQLITE_UTF8_ZT encoding means that the input string (call it "z")
5882 #define SQLITE_UTF8_ZT 16 /* Zero-terminated UTF8 */
6503 ** of [SQLITE_UTF8], [SQLITE_UTF8_ZT], [SQLITE_UTF16], [SQLITE_UTF16BE],
6504 ** or [SQLITE_UTF16LE]. ^The special value [SQLITE_UTF8_ZT] means tha
    [all...]
sqlite3.c 5228 ** either UTF8 if the sixth parameter is SQLITE_UTF8 or SQLITE_UTF8_ZT,
5277 ** [SQLITE_UTF8], [SQLITE_UTF8_ZT], [SQLITE_UTF16], [SQLITE_UTF16BE],
5279 ** third parameter, Z. The special value [SQLITE_UTF8_ZT] means that the
5281 ** words, SQLITE_UTF8_ZT means that the Z array is allocated to hold at
6183 ** [[SQLITE_UTF8_ZT]] <dt>SQLITE_UTF8_ZT</dt><dd>This option can only be
6186 ** The SQLITE_UTF8_ZT encoding means that the input string (call it "z")
6203 #define SQLITE_UTF8_ZT 16 /* Zero-terminated UTF8 */
6824 ** of [SQLITE_UTF8], [SQLITE_UTF8_ZT], [SQLITE_UTF16], [SQLITE_UTF16BE],
6825 ** or [SQLITE_UTF16LE]. ^The special value [SQLITE_UTF8_ZT] means tha
    [all...]

Completed in 1370 milliseconds