Searched refs:at_eof (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlex.c43 isc_boolean_t at_eof; member in struct:inputsource
204 source->at_eof = ISC_FALSE;
321 source->at_eof = ISC_FALSE;
392 source->at_eof)
439 source->at_eof = ISC_TRUE;
446 source->at_eof = ISC_TRUE;
462 if (!source->at_eof) {
877 source->at_eof = ISC_FALSE;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dxml.c983 svn_boolean_t at_eof = FALSE;
989 at_eof = TRUE;
991 SVN_ERR(parse_xml(ectx, data, len, at_eof /* isFinal */));
994 if (at_eof)
981 svn_boolean_t at_eof = FALSE; local
H A Dupdate.c2198 svn_boolean_t at_eof,
2208 if (at_eof)
2264 svn_boolean_t at_eof = FALSE;
2271 udb->report->report_received = at_eof = TRUE;
2278 if (len == 0 && !at_eof)
2281 err = process_buffer(udb, request, data, len, at_eof,
2348 svn_boolean_t at_eof;
2364 at_eof = TRUE;
2366 at_eof = FALSE;
2369 at_eof, allo
2188 process_buffer(update_delay_baton_t *udb, serf_request_t *request, const void *data, apr_size_t len, svn_boolean_t at_eof, serf_bucket_alloc_t *alloc, apr_pool_t *pool) argument
2258 svn_boolean_t at_eof = FALSE; local
2342 svn_boolean_t at_eof; local
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl2.c98 int at_eof; variable
1138 toplevel_bindings_p (), at_eof);
1359 gcc_assert (at_eof);
1449 gcc_assert (at_eof);
1964 gcc_assert (at_eof);
3092 at_eof = 1;
3149 at_eof = 1;
H A Drtti.c1008 gcc_assert (at_eof);
1203 if (!at_eof)
H A Dmethod.c1099 rest_of_decl_compilation (fn, toplevel_bindings_p (), at_eof);
H A Ddecl.c5027 rest_of_decl_compilation (decl, toplev, at_eof);
5085 rest_of_decl_compilation (decl, toplev, at_eof);
5675 at_eof);
H A Dsemantics.c3338 else if (!at_eof)
H A Dcp-tree.h3436 extern int at_eof;
H A Dcall.c6756 rest_of_decl_compilation (var, /*toplev=*/1, at_eof);
H A Dclass.c3868 rest_of_decl_compilation (clone, /*top_level=*/1, at_eof);
H A Dpt.c12258 if (at_eof && !pattern_defined
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h510 bool at_eof() const { return Data >= End; } function in class:llvm::sampleprof::SampleProfileReaderBinary
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c879 svn_boolean_t at_eof;
899 if (sb->at_eof)
912 sb->at_eof = TRUE;
942 *offset = sb->at_eof ? 1 : 0;
953 sb->at_eof = (offset != 0);
878 svn_boolean_t at_eof; member in struct:symlink_baton_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c337 svn_boolean_t at_eof; local
357 SVN_ERR(svn_io_file_readline(b85b->file, &line, NULL, &at_eof,
359 if (at_eof)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp465 while (!at_eof()) {

Completed in 286 milliseconds