Home
last modified time | relevance | path

Searched refs:bEof (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dsqlite3.c100177 int bEof; /* Set to true when merge is finished */ global() member
100460 int bEof = 1; global() local
179742 u8 bEof; /* True this expression is at EOF already */ global() member
184337 u8 bEof = 0; global() local
185434 u8 bEof; global() local
185648 u8 bEof = 0; global() local
191333 u8 bEof = 0; global() local
191376 u8 bEof = 0; global() local
215600 int bEof; /* Set to true after xInput finished */ global() member
222245 u8 bEof; /* Set to true at EOF */ global() member
222297 u8 bEof; global() member
226435 int bEof; /* True at EOF */ global() member
227184 int bEof = 0; global() local
227482 int bEof = 1; global() local
230547 int bEof; /* At EOF already */ global() member
243525 int bEof; /* True if this cursor is at EOF */ global() member
[all...]
H A Dshell.c7114 u8 bEof; /* True when at EOF */ member
7304 pCsr->bEof = 0; in zipfileResetCursor()
7750 pCsr->bEof = 1; in zipfileNext()
7766 pCsr->bEof = 1; in zipfileNext()
7965 return pCsr->bEof; in zipfileEof()
8134 pCsr->bEof = 1; in zipfileFilter()

Completed in 158 milliseconds