Searched refs:isEof (Results 1 - 21 of 21) sorted by relevance

/external/srec/portable/src/
H A DPFileWrap.c155 ESR_ReturnCode PFileIsEOF ( PFile *self, ESR_BOOL *isEof )
166 *isEof = ESR_TRUE;
168 *isEof = ESR_FALSE;
176 *isEof = ESR_TRUE;
178 *isEof = ESR_FALSE;
H A DPANSIFileImpl.c332 ESR_ReturnCode PANSIFileIsEOFImpl(PFile* self, ESR_BOOL* isEof) argument
338 if (isEof == NULL)
352 *isEof = (posCur == posEnd);
356 *isEof = feof(impl->value) != 0;
H A DPFile.c119 ESR_ReturnCode PFileIsEOF(PFile* self, ESR_BOOL* isEof) argument
126 return self->isEOF(self, isEof);
/external/srec/portable/include/
H A DPANSIFileImpl.h102 PORTABLE_API ESR_ReturnCode PANSIFileIsEOFImpl(PFile* self, ESR_BOOL* isEof);
H A DPFile.h164 * @param isEof [out] True if end of file has been reached
167 ESR_ReturnCode(*isEOF)(struct PFile_t* self, ESR_BOOL* isEof);
339 * @param isEof [out] True if end of file has been reached
342 PORTABLE_API ESR_ReturnCode PFileIsEOF(PFile* self, ESR_BOOL* isEof);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c35 int isEof; /* True if cursor is at EOF */ member in struct:Fts3auxCursor
263 pCsr->isEof = 1;
324 pCsr->isEof = 1;
394 return pCsr->isEof;
407 assert( p->isEof==0 );
H A Dfts3Int.h164 u8 isEof; /* True if at End Of Results */ member in struct:Fts3Cursor
H A Dfts3.c1158 pCsr->isEof = 1;
3003 pCsr->isEof = 1;
3010 pCsr->isEof = 1;
3125 return ((Fts3Cursor *)pCursor)->isEof;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c113 int isEof; /* After pStmt has returned SQLITE_DONE */ member in struct:StatCursor
383 pCsr->isEof = 1;
392 pCsr->isEof = 1;
487 return pCsr->isEof;
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c997 int isEof; local
1009 rc = testRtreeEntry(pRtree, pCursor, &isEof);
1011 rc = testRtreeCell(pRtree, pCursor, &isEof);
1013 if( rc!=SQLITE_OK || isEof || iHeight==0 ){
1025 isEof = 1;
1026 for(ii=0; isEof && ii<NCELL(pChild); ii++){
1028 rc = descendToCell(pRtree, pCursor, iHeight-1, &isEof);
1034 if( isEof ){
1043 *pEof = isEof;
1106 int isEof; local
1297 int isEof = 1; local
[all...]
/external/svox/pico/lib/
H A Dpicoos.c1137 picoos_bool isEof; local
1140 isEof = picopal_feof(f->nf);
1142 isEof = TRUE;
1144 return isEof;
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DSerializedScriptValue.cpp1629 bool isEof() const { return m_position >= m_length; } function in class:WebCore::__anon10283::Reader
2569 while (!m_reader.isEof()) {
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113133 u8 isEof; /* True if at End Of Results */ member in struct:Fts3Cursor
116790 int isEof; /* True if cursor is at EOF */ member in struct:Fts3auxCursor
125254 int isEof; local
125363 int isEof; local
125554 int isEof = 1; local
[all...]
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp1004 bool isEof() const { function in class:BIO_Stream
1005 JNI_TRACE("isEof? %s", mEof ? "yes" : "no");
1200 return stream->isEof() ? 1 : 0;
/external/sqlite/dist/orig/
H A Dsqlite3.c126814 u8 isEof; /* True if at End Of Results */ member in struct:Fts3Cursor
132669 int isEof; /* True if cursor is at EOF */ member in struct:Fts3auxCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c126834 u8 isEof; /* True if at End Of Results */ member in struct:Fts3Cursor
132701 int isEof; /* True if cursor is at EOF */ member in struct:Fts3auxCursor
[all...]

Completed in 717 milliseconds