HomeSort by: relevance | last modified time | path
    Searched defs:current_pos (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_os_ostream.cpp 29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } function in class:raw_os_ostream
raw_ostream.cpp 951 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } function in class:raw_svector_ostream
978 uint64_t raw_null_ostream::current_pos() const { function in class:raw_null_ostream
  /src/external/bsd/kyua-cli/dist/utils/
stream.cpp 51 const std::streampos current_pos = is.tellg(); local
55 is.seekg(current_pos, std::ios::beg);
58 is.seekg(current_pos, std::ios::beg);
  /src/external/mit/libuv/dist/src/win/
fs-fd-hash-inl.h 50 LARGE_INTEGER current_pos; member in struct:uv__fd_info_s
  /src/usr.sbin/inetd/
parse.c 139 char *current_pos; local
155 current_pos = nextline(fconfig);
157 while ((cp = getconfigent(&current_pos)) != NULL) {
385 getconfigent(char **current_pos)
395 * Pre-condition: current_pos points into line,
399 cp = *current_pos;
534 *current_pos = cp;
541 *current_pos = cp;
563 *current_pos = cp;
787 *current_pos = nextline(fconfig)
    [all...]
  /src/external/bsd/unbound/dist/sldns/
str2wire.c 1389 uint8_t* current_pos = (rd + 4 + (sizeof(uint16_t) * i)); local
1390 uint16_t key = sldns_read_uint16(current_pos);
1392 if (key == sldns_read_uint16(current_pos + 2)) {
  /src/external/mpl/bind/dist/lib/dns/
journal.c 1101 journal_pos_t current_pos; local
1116 current_pos = j->header.begin;
1117 index_find(j, serial, &current_pos);
1119 while (current_pos.serial != serial) {
1120 if (DNS_SERIAL_GT(current_pos.serial, serial)) {
1123 result = journal_next(j, &current_pos);
1128 *pos = current_pos;
2449 journal_pos_t current_pos; local
2562 current_pos = best_guess;
2563 while (current_pos.serial != serial)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
journal.c 1119 journal_pos_t current_pos; local
1134 current_pos = j->header.begin;
1135 index_find(j, serial, &current_pos);
1137 while (current_pos.serial != serial) {
1138 if (DNS_SERIAL_GT(current_pos.serial, serial)) {
1141 result = journal_next(j, &current_pos);
1146 *pos = current_pos;
2467 journal_pos_t current_pos; local
2579 current_pos = best_guess;
2580 while (current_pos.serial != serial)
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 25095 uint64_t current_pos;
25102 current_pos = ftell (filedata->handle);
25163 if (fseek64 (filedata->handle, current_pos, SEEK_SET) != 0)
25092 uint64_t current_pos; local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 23962 uint64_t current_pos;
23969 current_pos = ftell (filedata->handle);
24030 if (fseek64 (filedata->handle, current_pos, SEEK_SET) != 0)
23959 uint64_t current_pos; local

Completed in 117 milliseconds