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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c203526 u8 *aBlob; /* JSONB representation of JSON value */ member in struct:JsonParse
205542 const u8 *aBlob; local
206092 jsonReturnTextJsonFromBlob( sqlite3_context *ctx, const u8 *aBlob, u32 nBlob ) argument
225520 sessionAppendBlob( SessionBuffer *p, const u8 *aBlob, int nBlob, int *pRc ) argument
227840 u8 *aBlob = &pIter->in.aData[pIter->in.iCurrent]; local
242691 u8 aBlob[2] = {0xff, 0xff}; local
247099 const u8 *aBlob; int n; /* Record to decode */ local
247564 const u8 *aBlob = 0; local
248480 const u8 *aBlob; local
251863 fts5StorageDecodeSizeArray( int *aCol, int nCol, const u8 *aBlob, int nBlob ) argument
251896 const u8 *aBlob = sqlite3_column_blob(pLookup, 0); local
[all...]
H A Dshell.c10090 ** If aBlob is not NULL, then it is a pointer to a buffer (nBlob bytes in
10091 ** size) containing an entire zip archive image. Or, if aBlob is NULL,
10102 const u8 *aBlob, /* Pointer to in-memory file image */
10103 int nBlob, /* Size of aBlob[] in bytes */
10104 FILE *pFile, /* If aBlob==0, read from this file */
10113 if( aBlob==0 ){
10117 aRead = (u8*)&aBlob[iOff];
10129 if( aBlob ){
10141 }else if( aBlob==0 ){
10146 aRead = (u8*)&aBlob[iOf
10100 zipfileGetEntry( ZipfileTab *pTab, const u8 *aBlob, int nBlob, FILE *pFile, i64 iOff, ZipfileEntry **ppEntry ) argument
10439 zipfileReadEOCD( ZipfileTab *pTab, const u8 *aBlob, int nBlob, FILE *pFile, ZipfileEOCD *pEOCD ) argument
10526 zipfileLoadDirectory(ZipfileTab *pTab, const u8 *aBlob, int nBlob) argument
10573 const u8 *aBlob = (const u8*)sqlite3_value_blob(argv[0]); local
18551 unsigned char *aBlob = (unsigned char*)pBlob; local
[all...]

Completed in 548 milliseconds