/third_party/boost/boost/interprocess/detail/ |
D | os_file_functions.hpp | 83 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/ |
D | tool_cb_see.c | 95 # 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/ |
D | curl_threads.c | 83 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/ |
D | coap_event.c | 20 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/ |
D | winapi_semaphore_wrapper.hpp | 47 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
|
D | winapi_mutex_wrapper.hpp | 93 void *hnd = m_mtx_hnd; in release() local
|
/third_party/curl/tests/libtest/ |
D | lib1523.c | 49 static CURLcode run(CURL *hnd, long limit, long time) in run() 59 CURL *hnd; in test() local
|
D | lib1568.c | 30 CURL *hnd; in test() local
|
D | lib1910.c | 31 CURL *hnd; in test() local
|
D | lib1569.c | 30 CURL *hnd; in test() local
|
D | lib1913.c | 31 CURL *hnd; in test() local
|
D | lib1908.c | 31 CURL *hnd; in test() local
|
D | lib1915.c | 77 CURL *hnd; in test() local
|
/third_party/selinux/libselinux/utils/ |
D | matchpathcon.c | 21 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
|
D | selabel_partial_match.c | 33 struct selabel_handle *hnd; in main() local
|
D | selabel_lookup.c | 38 struct selabel_handle *hnd; in main() local
|
D | selabel_get_digests_all_partial_matches.c | 42 struct selabel_handle *hnd; in main() local
|
D | selabel_lookup_best_match.c | 60 struct selabel_handle *hnd; in main() local
|
D | selabel_digest.c | 72 struct selabel_handle *hnd; in main() local
|
/third_party/node/deps/cares/src/lib/ |
D | windows_port.c | 13 WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved) in DllMain()
|
/third_party/node/lib/internal/repl/ |
D | history.js | 65 function oninit(err, hnd) { argument 101 function onhandle(err, hnd) { argument
|
/third_party/curl/docs/examples/ |
D | http2-upload.c | 53 CURL *hnd; member 177 CURL *hnd; in setup() local
|
/third_party/skia/modules/skunicode/src/ |
D | SkUnicode_icu_runtime.cpp | 36 auto resolve_sym = [&](void* hnd, const char name[], bool required = false) -> void* { in SkLoadICULib()
|
/third_party/boost/libs/iostreams/test/ |
D | large_file_test.cpp | 106 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/ |
D | unit1396.c | 24 static CURL *hnd; variable
|