Lines Matching full:pdata
1567 void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1);1568 if( !pData ){1571 char **azCols = (char **)pData; /* Names of result columns */1605 sqlite3_free(pData);