Home | History | Annotate | Download | only in orig

Lines Matching full:pdata

1561           void *pData = sqlite3_malloc64(3*nCol*sizeof(const char*) + 1);
1562 if( !pData ){
1565 char **azCols = (char **)pData; /* Names of result columns */
1599 sqlite3_free(pData);