OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:duphandle
(Results
1 - 6
of
6
) sorted by null
/external/curl/tests/libtest/
lib575.c
41
CURL *
duphandle
= NULL;
local
64
duphandle
= curl_easy_duphandle(handle);
65
if(!
duphandle
)
68
handle =
duphandle
;
/external/python/cpython3/Lib/multiprocessing/
reduction.py
68
__all__ += ['
DupHandle
', 'duplicate', 'steal_handle']
93
dh =
DupHandle
(handle, _winapi.DUPLICATE_SAME_ACCESS, destination_pid)
100
class
DupHandle
(object):
257
DupHandle
=
DupHandle
connection.py
939
dh = reduction.
DupHandle
(conn.fileno(), access)
/external/curl/docs/libcurl/opts/
CURLMOPT_PUSHFUNCTION.3
51
handle has been
duphandle
()d from the parent, meaning that it has gotten all
/external/curl/lib/
http2.c
398
static struct Curl_easy *
duphandle
(struct Curl_easy *data)
function
441
struct Curl_easy *newhandle =
duphandle
(data);
[
all
...]
/external/python/cpython3/Lib/test/
_test_multiprocessing.py
[
all
...]
Completed in 274 milliseconds