Home | History | Annotate | Download | only in dist

Lines Matching defs:aByte

45930 ** array aByte[] and the initial values of aIn[0] and aIn[1] (or
126192 char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
126193 if( !aByte ){
126200 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0);
126201 memset(&aByte[nByte], 0, FTS3_NODE_PADDING);
126203 sqlite3_free(aByte);
126204 aByte = 0;
126207 *paBlob = aByte;