Home | History | Annotate | Download | only in dist

Lines Matching refs:nBlob

480 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){
484 for(i=0; i<nBlob; i++){ fprintf(out,"%02x",zBlob[i]); }
815 int nBlob = sqlite3_column_bytes(p->pStmt, i);
817 output_hex_blob(p->out, pBlob, nBlob);