Home
last modified time | relevance | path

Searched defs:pBlob (Results 1 – 4 of 4) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3d11_1.h194 void *pBlob; member
/third_party/mingw-w64/mingw-w64-headers/include/
Dsdpblb.h168 #define ITConferenceBlob_Init(This,pName,CharacterSet,pBlob) (This)->lpVtbl->Init(This,pName,Charac… argument
171 #define ITConferenceBlob_SetConferenceBlob(This,CharacterSet,pBlob) (This)->lpVtbl->SetConferenceBl… argument
Dwintrust.h71 struct WINTRUST_BLOB_INFO_ *pBlob; member
/third_party/sqlite/src/
Dshell.c12389 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ in output_hex_blob()
13179 const void *pBlob = sqlite3_column_blob(p->pStmt, i); in shell_callback() local
13220 const void *pBlob = sqlite3_column_blob(p->pStmt, i); in shell_callback() local
13259 const void *pBlob = sqlite3_column_blob(p->pStmt, i); in shell_callback() local
15353 const unsigned char *pBlob; in shellInt32() local