Home | History | Annotate | Download | only in dist

Lines Matching full:nblob

638 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){
642 for(i=0; i<nBlob; i++){ fprintf(out,"%02x",zBlob[i]&0xff); }
1019 int nBlob = sqlite3_column_bytes(p->pStmt, i);
1021 output_hex_blob(p->out, pBlob, nBlob);