Home
last modified time | relevance | path

Searched defs:req (Results 176 - 200 of 932) sorted by relevance

12345678910>>...38

/third_party/node/test/node-api/test_callback_scope/
H A Dbinding.c54 static void Callback(uv_work_t* req, int ignored) { in Callback() argument
98 uv_work_t* req = malloc(sizeof(*req)); in TestResolveAsync() local
/third_party/node/src/
H A Dreq_wrap-inl.h42 ReqWrap<T>* ReqWrap<T>::from_req(T* req) { in from_req() argument
[all...]
/third_party/musl/src/passwd/
H A Dgetgr_a.c44 int32_t req = name ? GETGRBYNAME : GETGRBYGID; in __getgr_a() local
/third_party/nghttp2/src/
H A Dshrpx_downstream_test.cc87 auto &req = d.request(); in test_downstream_crumble_request_cookie() local
132 auto &req = d.request(); in test_downstream_assemble_request_cookie() local
155 auto &req = d.request(); test_downstream_rewrite_location_response_header() local
169 auto &req = d.request(); test_downstream_supports_non_final_response() local
200 auto &req = d.request(); test_downstream_find_affinity_cookie() local
[all...]
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
H A Dsem_sleepingbarber.c47 struct timespec req; in mdelay() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dthrd_current.c53 struct timespec req = { .tv_sec = 0, .tv_nsec = NSEC_TO_MS * 10 }; // 等待10毫秒 in TrylockWithTimeout() local
H A Dthrd_equal.c53 struct timespec req = { .tv_sec = 0, .tv_nsec = NSEC_TO_MS * 10 }; // 等待10毫秒 in TrylockWithTimeout() local
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_verify_ctx.c101 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) in TS_REQ_to_TS_VERIFY_CTX() argument
/third_party/node/deps/uv/src/unix/
H A Dgetaddrinfo.c99 uv_getaddrinfo_t* req; in uv__getaddrinfo_work() local
109 uv_getaddrinfo_t* req; in uv__getaddrinfo_done() local
138 uv_getaddrinfo(uv_loop_t* loop, uv_getaddrinfo_t* req, uv_getaddrinfo_cb cb, const char* hostname, const char* service, const struct addrinfo* hints) uv_getaddrinfo() argument
[all...]
/third_party/node/deps/uv/src/
H A Duv-data-getter-setters.c65 uv_req_type uv_req_get_type(const uv_req_t* req) { in uv_req_get_type() argument
69 void* uv_req_get_data(const uv_req_t* req) { in uv_req_get_data() argument
73 void uv_req_set_data(uv_req_t* req, void* data) { in uv_req_set_data() argument
93 uv_fs_type uv_fs_get_type(const uv_fs_t* req) { in uv_fs_get_type() argument
97 ssize_t uv_fs_get_result(const uv_fs_t* req) { in uv_fs_get_result() argument
101 uv_fs_get_ptr(const uv_fs_t* req) uv_fs_get_ptr() argument
105 uv_fs_get_path(const uv_fs_t* req) uv_fs_get_path() argument
109 uv_fs_get_statbuf(uv_fs_t* req) uv_fs_get_statbuf() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dstream.c114 int uv_write(uv_write_t* req, in uv_write() argument
146 int uv_write2(uv_write_t* req, in uv_write2() argument
203 int uv_shutdown(uv_shutdown_t* req, uv_stream_t* handle, uv_shutdown_cb cb) { in uv_shutdown() argument
[all...]
H A Dreq-inl.h90 uv__insert_pending_req(uv_loop_t* loop, uv_req_t* req) uv__insert_pending_req() argument
142 uv_req_t* req; uv__process_reqs() local
[all...]
/third_party/node/deps/uvwasi/src/
H A Dsync_helpers.c30 static void do_stream_shutdown(uv_shutdown_t* req, int status) { in do_stream_shutdown() argument
40 uv_shutdown_t req; in shutdown_stream_sync() local
H A Duv_mapping.c251 uv_fs_t req; in uvwasi__get_filetype_by_fd() local
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
H A DServletMain.java63 protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { in doPost() argument
128 protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { in doGet() argument
154 handleSingleNumberMigration(HttpServletRequest req, HttpServletResponse resp, String number, String countryCode, String customRecipe) handleSingleNumberMigration() argument
200 handleFileMigration(HttpServletRequest req, HttpServletResponse resp, ImmutableList<String> numbersList, String countryCode, String customRecipe, String fileName) handleFileMigration() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dlog.go64 type req struct { type
[all...]
/third_party/openssl/crypto/ts/
H A Dts_verify_ctx.c101 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) in TS_REQ_to_TS_VERIFY_CTX() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dlog.go64 type req struct { type
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngmem.c112 png_alloc_size_t req = (png_alloc_size_t)nelements; /* known to be > 0 */ in png_malloc_array_checked() local
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dlog.go64 type req struct { type
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_gtc.c53 struct wpabuf *req; in eap_gtc_buildReq() local
H A Deap_server_identity.c56 struct wpabuf *req; in eap_identity_buildReq() local
H A Deap_server_md5.c48 struct wpabuf *req; in eap_md5_buildReq() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_gtc.c53 struct wpabuf *req; in eap_gtc_buildReq() local
H A Deap_server_identity.c56 struct wpabuf *req; in eap_identity_buildReq() local

Completed in 9 milliseconds

12345678910>>...38