Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c237306 int *pbEmpty argument
237311 assert( pbEmpty==0 || *pbEmpty==0 );
237312 if( pbEmpty ) *pbEmpty = 1;
237324 if( pbEmpty ) *pbEmpty = 0;
237537 int *pbEmpty argument
237543 assert( pbEmpty==0 || *pbEmpty==0 );
237624 p->rc = sessionReadRecord(&p->in, p->nCol, 0, apNew, pbEmpty);