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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c11791 SQLITE_PRIVATE u32 sqlite3Utf8Read(const u8*, const u8**);
20585 SQLITE_PRIVATE u32 sqlite3Utf8Read( function
20705 /* c = sqlite3Utf8Read(zIn, zTerm, (const u8**)&zIn); */
20713 /* c = sqlite3Utf8Read(zIn, zTerm, (const u8**)&zIn); */
20841 c = sqlite3Utf8Read(zIn, (const u8**)&zIn);
20946 c = sqlite3Utf8Read(z, (const u8**)&z);
86515 # define sqlite3Utf8Read macro
[all...]

Completed in 418 milliseconds