Home
last modified time | relevance | path

Searched refs:sqlite3_blob_read (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h418 #define sqlite3_blob_read sqlite3_api->blob_read macro
H A Dsqlite3.h5943 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
H A Dsqlite3.c6150 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
77835 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset){
102273 #define sqlite3_blob_read sqlite3_api->blob_read
102464 #define sqlite3_blob_read 0
102645 sqlite3_blob_read,
144182 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0);
144210 rc = sqlite3_blob_read(
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c1127 if (sqlite3_blob_read(sqlite3_stream->blob, buf, count, sqlite3_stream->position) != SQLITE_OK) {

Completed in 434 milliseconds