Searched refs:aaOutput (Results 1 – 1 of 1) sorted by relevance
196118 char *aaOutput[16]; /* Malloc'd output buffers */ member196451 for(i=0; i<SizeofArray(pTS->aaOutput); i++){196452 if( pTS->aaOutput[i] ){196454 aOut = pTS->aaOutput[i];196456 pTS->aaOutput[i] = 0;196462 pTS->aaOutput[i], pTS->anOutput[i], aOut, nOut, &aNew, &nNew196469 sqlite3_free(pTS->aaOutput[i]);196471 pTS->aaOutput[i] = 0;196478 pTS->aaOutput[0] = aOut;196503 if( pTS->aaOutput[0]==0 ){[all …]