Lines Matching defs:zBlob
1338 char *zBlob = (char *)pBlob;1340 for(i=0; i<nBlob; i++){ fprintf(out,"%02x",zBlob[i]); }