Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h353 _In_ IDxcBlob *pBlob, UINT32 offset, UINT32 length, _COM_Outptr_ IDxcBlob **ppResult) = 0;
369 _In_ IDxcBlob *pBlob, _COM_Outptr_ IStream **ppStream) = 0;
371 _In_ IDxcBlob *pBlob, _COM_Outptr_ IDxcBlobEncoding **pBlobEncoding) = 0;
373 _In_ IDxcBlob *pBlob, _COM_Outptr_ IDxcBlobEncoding **pBlobEncoding) = 0;
485 _In_ IDxcBlob *pBlob, UINT32 offset, UINT32 length, _COM_Outptr_ IDxcBlob **ppResult) = 0;
517 _In_ IDxcBlob *pBlob, _COM_Outptr_ IStream **ppStream) = 0;
525 _In_ IDxcBlob *pBlob, _COM_Outptr_ IDxcBlobUtf8 **pBlobEncoding) = 0;
527 _In_ IDxcBlob *pBlob, _COM_Outptr_ IDxcBlobUtf16 **pBlobEncoding) = 0;
678 virtual HRESULT STDMETHODCALLTYPE RunOptimizer(IDxcBlob *pBlob,
/third_party/sqlite/src/
H A Dsqlite3.c99393 Incrblob *pBlob = 0; global() local
99614 sqlite3_blob_close(sqlite3_blob *pBlob) global() argument
99635 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) global() argument
99710 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) global() argument
99717 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) global() argument
99727 sqlite3_blob_bytes(sqlite3_blob *pBlob) global() argument
99742 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) global() argument
125923 const unsigned char *pBlob; global() local
190037 sqlite3_blob *pBlob; /* If not NULL, blob handle to read node */ global() member
193285 char *pBlob; /* The BLOB encoding of the document size */ global() local
193331 char *pBlob; /* Storage for BLOB written into %_stat */ global() local
193639 blobGrowBuffer(Blob *pBlob, int nMin, int *pRc) global() argument
201633 sqlite3_blob *pBlob = pRtree->pNodeBlob; global() local
201665 sqlite3_blob *pBlob = pRtree->pNodeBlob; global() local
202749 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ global() local
207248 RtreeMatchArg *pBlob; global() local
230648 sqlite3_blob *pBlob = p->pReader; global() local
235764 sqlite3_blob *pBlob = 0; global() local
236399 fts5DecodeStructure( int *pRc, Fts5Buffer *pBuf, const u8 *pBlob, int nBlob ) global() argument
236426 fts5DecodeAverages( int *pRc, Fts5Buffer *pBuf, const u8 *pBlob, int nBlob ) global() argument
[all...]
H A Dshell.c13235 const unsigned char *pBlob; in recoverReadI32() local
13241 pBlob = (const unsigned char*)sqlite3_value_blob(argv[0]); in recoverReadI32()
13245 const unsigned char *a = &pBlob[iInt*4]; in recoverReadI32()
15936 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ in output_hex_blob() argument
15938 unsigned char *aBlob = (unsigned char*)pBlob; in output_hex_blob()
16820 const void *pBlob = sqlite3_column_blob(p->pStmt, i); in shell_callback() local
16822 output_hex_blob(p->out, pBlob, nBlob); in shell_callback()
16861 const void *pBlob = sqlite3_column_blob(p->pStmt, i); in shell_callback() local
16863 output_json_string(p->out, pBlob, nBlob); in shell_callback()
16900 const void *pBlob in shell_callback() local
19316 const unsigned char *pBlob; shellInt32() local
[all...]

Completed in 147 milliseconds