Home
last modified time | relevance | path

Searched refs:pzTab (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h12127 const char **pzTab, /* OUT: Pointer to table name */
H A Dsqlite3.c12448 const char **pzTab, /* OUT: Pointer to table name */
234411 const char **pzTab, /* OUT: Copy of zThis */ argument
234439 if( pzTab ) *pzTab = 0;
234500 if( pzTab ){
234502 *pzTab = (char *)pAlloc;
237313 const char **pzTab, /* OUT: Pointer to table name */ argument
237320 *pzTab = pIter->zTab;