Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c236902 int *pbEmpty argument
236907 assert( pbEmpty==0 || *pbEmpty==0 );
236908 if( pbEmpty ) *pbEmpty = 1;
236920 if( pbEmpty ) *pbEmpty = 0;
237133 int *pbEmpty argument
237139 assert( pbEmpty==0 || *pbEmpty==0 );
237220 p->rc = sessionReadRecord(&p->in, p->nCol, 0, apNew, pbEmpty);