Searched refs:vdbe_fgets (Results 1 – 1 of 1) sorted by relevance
398 static char *vdbe_fgets(char *zBuf, int nBuf, FILE *in){ in vdbe_fgets() function4201 if( vdbe_fgets(&p->zLine[n], p->nLineAlloc-n, p->pFile)==0 ){ in sqliteVdbeExec()