HomeSort by relevance Sort by last modified time
    Searched defs:mhandle (Results 1 - 3 of 3) sorted by null

  /external/curl/tests/libtest/
lib575.c 42 CURLM *mhandle = NULL; local
70 multi_init(mhandle);
72 multi_add_handle(mhandle, handle);
74 multi_perform(mhandle, &still_running);
92 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd);
100 multi_perform(mhandle, &still_running);
109 curl_multi_cleanup(mhandle);
lib1501.c 54 CURLM *mhandle = NULL; local
67 multi_init(mhandle);
69 multi_add_handle(mhandle, handle);
71 multi_perform(mhandle, &still_running);
92 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd);
103 multi_perform(mhandle, &still_running);
121 curl_multi_cleanup(mhandle);
  /libcore/benchmarks/src/benchmarks/regression/
R.java 428 public final int mhandle = 0; field in class:R
    [all...]

Completed in 121 milliseconds