Home | History | Annotate | Download | only in orig

Lines Matching defs:aByte

45919 ** array aByte[] and the initial values of aIn[0] and aIn[1] (or
126163 char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
126164 if( !aByte ){
126171 rc = sqlite3_blob_read(p->pSegments, aByte, nByte, 0);
126172 memset(&aByte[nByte], 0, FTS3_NODE_PADDING);
126174 sqlite3_free(aByte);
126175 aByte = 0;
126178 *paBlob = aByte;