Home
last modified time | relevance | path

Searched defs:req (Results 1 - 25 of 846) sorted by relevance

12345678910>>...34

/third_party/node/deps/npm/node_modules/agent-base/dist/
H A Dhelpers.js53 function req(url, opts = {}) { function
/third_party/node/test/parallel/
H A Dtest-stream-wrap.js
H A Dtest-tcp-wrap-connect.js
/third_party/musl/src/time/
H A Dnanosleep.c4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep() argument
H A Dclock_nanosleep.c8 int __clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in __clock_nanosleep() argument
/third_party/musl/src/thread/
H A Dthrd_sleep.c6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep() argument
/third_party/libuv/docs/code/tty/
H A Dmain.c15 uv_write_t req; in main() local
22 uv_write_t req; in main() local
/third_party/musl/src/ldso/
H A Ddlinfo.c5 int dlinfo(void *dso, int req, void *res) in dlinfo() argument
/third_party/NuttX/fs/vfs/
H A Dfs_ioctl.c72 int fs_ioctl(int fd, int req, ...) in fs_ioctl() argument
/third_party/libuv/docs/code/queue-work/
H A Dmain.c17 void fib(uv_work_t *req) { in fib() argument
27 void after_fib(uv_work_t *req, int status) { in after_fib() argument
35 uv_work_t req[FIB_UNTIL]; in main() local
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/
H A DCombineGeoDataServlet.java33 public void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException { in doPost() argument
/third_party/libuv/docs/code/spawn/
H A Dmain.c10 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { in on_exit() argument
/third_party/libuv/test/
H A Dtest-loop-close.c59 static void loop_instant_close_work_cb(uv_work_t* req) { in loop_instant_close_work_cb() argument
62 static void loop_instant_close_after_work_cb(uv_work_t* req, int status) { in loop_instant_close_after_work_cb() argument
69 static uv_work_t req; in TEST_IMPL() local
H A Dtest-loop-alive.c34 static void work_cb(uv_work_t* req) { in work_cb() argument
38 static void after_work_cb(uv_work_t* req, int status) { in after_work_cb() argument
H A Dtest-threadpool.c31 static void work_cb(uv_work_t* req) { in work_cb() argument
38 static void after_work_cb(uv_work_t* req, int status) { in after_work_cb() argument
H A Dtest-random.c31 static void random_cb(uv_random_t* req, int status, void* buf, size_t buflen) { in random_cb() argument
53 uv_random_t req; in TEST_IMPL() local
H A Dtest-tcp-connect-error-after-write.c39 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
46 static void write_cb(uv_write_t* req, int status) { in write_cb() argument
/third_party/libuv/docs/code/idle-compute/
H A Dmain.c20 void on_type(uv_fs_t *req) { in on_type() argument
/third_party/libuv/src/win/
H A Dasync.c41 uv_req_t* req; in uv_async_init() local
86 uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, uv_req_t* req) uv__process_async_wakeup_req() argument
/third_party/node/test/internet/
H A Dtest-dns.js[all...]
/third_party/node/test/fixtures/
H A DGH-892-request.js39 var req = https.request(options, function(res) { variable
/third_party/musl/src/linux/
H A Dptrace.c6 long ptrace(int req, ...) in ptrace() argument
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt09.c48 struct tpacket_req3 req = { in run() local
[all...]
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/
H A DInputServlet.java39 public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { in doGet() argument
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_http.c51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio() argument
15 OCSP_sendreq_new(BIO *io, const char *path, const OCSP_REQUEST *req, int buf_size) OCSP_sendreq_new() argument

Completed in 5 milliseconds

12345678910>>...34