Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsguniq-a.inp3841 …\ \ \ \ \ \ \ \ \ Limit\ of\ frames\ to\ print\ will\ be\ prompted\ for.\nFrame-limit\ \ \ \ \:fl\…
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23522 int nFrame; /* Number of frames in pFrame list */ member
87178 p->nFrame = 0;
87180 assert( p->nFrame==0 );
92130 return (p ? p->v->nFrame : 0);
93870 p->nFrame--;
99900 if( p->nFrame>=db->aLimit[SQLITE_LIMIT_TRIGGER_DEPTH] ){
99962 p->nFrame++;
180579 int nFrame /* Size of WAL */
180581 if( nFrame>=SQLITE_PTR_TO_INT(pClientData) ){
180601 SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int nFrame){
[all …]