Lines Matching full:pdata
1170 void *pData = sqlite3_malloc(3*nCol*sizeof(const char*) + 1);1171 if( !pData ){1174 char **azCols = (char **)pData; /* Names of result columns */1204 sqlite3_free(pData);