Home
last modified time | relevance | path

Searched defs:hnd (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp83 inline mapping_handle_t mapping_handle_from_file_handle(file_handle_t hnd) in mapping_handle_from_file_handle()
91 inline mapping_handle_t mapping_handle_from_shm_handle(file_handle_t hnd) in mapping_handle_from_shm_handle()
99 inline file_handle_t file_handle_from_mapping_handle(mapping_handle_t hnd) in file_handle_from_mapping_handle()
154 inline bool truncate_file (file_handle_t hnd, std::size_t size) in truncate_file()
199 inline bool get_file_size(file_handle_t hnd, offset_t &size) in get_file_size()
202 inline bool set_file_pointer(file_handle_t hnd, offset_t off, file_pos_t pos) in set_file_pointer()
205 inline bool get_file_pointer(file_handle_t hnd, offset_t &off) in get_file_pointer()
208 inline bool write_file(file_handle_t hnd, const void *data, std::size_t numdata) in write_file()
217 inline bool close_file(file_handle_t hnd) in close_file()
220 inline bool acquire_file_lock(file_handle_t hnd) in acquire_file_lock()
[all …]
/third_party/curl/src/
Dtool_cb_see.c95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
104 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
111 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/third_party/curl/lib/
Dcurl_threads.c83 void Curl_thread_destroy(curl_thread_t hnd) in Curl_thread_destroy()
91 int Curl_thread_join(curl_thread_t *hnd) in Curl_thread_join()
134 void Curl_thread_destroy(curl_thread_t hnd) in Curl_thread_destroy()
139 int Curl_thread_join(curl_thread_t *hnd) in Curl_thread_join()
/third_party/libcoap/src/
Dcoap_event.c20 coap_event_handler_t hnd) { in coap_register_event_handler()
26 coap_event_handler_t hnd) { in coap_set_event_handler()
/third_party/boost/boost/interprocess/sync/windows/
Dwinapi_semaphore_wrapper.hpp47 winapi_semaphore_functions(void *hnd) in winapi_semaphore_functions()
101 winapi_semaphore_wrapper(void *hnd = winapi::invalid_handle_value) in winapi_semaphore_wrapper()
110 void *hnd = m_sem_hnd; in release() local
Dwinapi_mutex_wrapper.hpp93 void *hnd = m_mtx_hnd; in release() local
/third_party/curl/tests/libtest/
Dlib1523.c49 static CURLcode run(CURL *hnd, long limit, long time) in run()
59 CURL *hnd; in test() local
Dlib1568.c30 CURL *hnd; in test() local
Dlib1910.c31 CURL *hnd; in test() local
Dlib1569.c30 CURL *hnd; in test() local
Dlib1913.c31 CURL *hnd; in test() local
Dlib1908.c31 CURL *hnd; in test() local
Dlib1915.c77 CURL *hnd; in test() local
/third_party/selinux/libselinux/utils/
Dmatchpathcon.c21 static int printmatchpathcon(struct selabel_handle *hnd, const char *path, int header, int mode, in… in printmatchpathcon()
80 struct selabel_handle *hnd; in main() local
Dselabel_partial_match.c33 struct selabel_handle *hnd; in main() local
Dselabel_lookup.c38 struct selabel_handle *hnd; in main() local
Dselabel_get_digests_all_partial_matches.c42 struct selabel_handle *hnd; in main() local
Dselabel_lookup_best_match.c60 struct selabel_handle *hnd; in main() local
Dselabel_digest.c72 struct selabel_handle *hnd; in main() local
/third_party/node/deps/cares/src/lib/
Dwindows_port.c13 WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved) in DllMain()
/third_party/node/lib/internal/repl/
Dhistory.js65 function oninit(err, hnd) { argument
101 function onhandle(err, hnd) { argument
/third_party/curl/docs/examples/
Dhttp2-upload.c53 CURL *hnd; member
177 CURL *hnd; in setup() local
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu_runtime.cpp36 auto resolve_sym = [&](void* hnd, const char name[], bool required = false) -> void* { in SkLoadICULib()
/third_party/boost/libs/iostreams/test/
Dlarge_file_test.cpp106 HANDLE hnd = FindFirstFile(TEXT(BOOST_FILE_NAME), &info); in large_file_exists() local
225 HANDLE hnd = in create_large_file() local
/third_party/curl/tests/unit/
Dunit1396.c24 static CURL *hnd; variable

12