Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 5 of 5) sorted by relevance

/system/netd/resolv/
Dgetaddrinfo.cpp275 struct addrinfo sentinel = {}; in android_getaddrinfofornetcontext() local
276 struct addrinfo* cur = &sentinel; in android_getaddrinfofornetcontext()
384 if (sentinel.ai_next) break; in android_getaddrinfofornetcontext()
421 if (sentinel.ai_next) { in android_getaddrinfofornetcontext()
429 freeaddrinfo(sentinel.ai_next); in android_getaddrinfofornetcontext()
432 *res = sentinel.ai_next; in android_getaddrinfofornetcontext()
480 struct addrinfo sentinel; in explore_null() local
490 sentinel.ai_next = NULL; in explore_null()
491 cur = &sentinel; in explore_null()
520 *res = sentinel.ai_next; in explore_null()
[all …]
/system/tools/aidl/tests/
Daidl_test_sentinel_searcher.cpp51 bool HasSentinel(const vector<string>& lines, const string& sentinel) { in HasSentinel() argument
53 if (line.find(sentinel) != string::npos) { in HasSentinel()
/system/iorap/src/inode2filename/
Dsearch_directories.cc719 DirectoryEntry sentinel = DirectoryEntry::CreateSentinel(std::move(root_dirs)); in SearchDirectoriesForMatchingInodes() local
720 auto/*obs<DirectoryEntryResult*/ results = sentinel.GetSubTreePreOrderEntries(system_call); in SearchDirectoriesForMatchingInodes()
/system/update_engine/
Dupdate_metadata.proto107 // A sentinel value (kuint64max) as the start block denotes a sparse-hole
/system/update_engine/update_engine/
Dupdate_metadata.proto107 // A sentinel value (kuint64max) as the start block denotes a sparse-hole