OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handlenum
(Results
1 - 4
of
4
) sorted by null
/external/curl/tests/libtest/
lib1900.c
112
static void setup_handle(char *base_url, CURLM *m, int
handlenum
)
116
sprintf(urlbuf, "%s%s", base_url, urlstring[
handlenum
]);
117
curl_easy_setopt(handles[
handlenum
], CURLOPT_URL, urlbuf);
118
curl_easy_setopt(handles[
handlenum
], CURLOPT_VERBOSE, 1L);
119
curl_easy_setopt(handles[
handlenum
], CURLOPT_FAILONERROR, 1L);
120
curl_easy_setopt(handles[
handlenum
], CURLOPT_WRITEFUNCTION, write_callback);
121
curl_easy_setopt(handles[
handlenum
], CURLOPT_WRITEDATA, NULL);
122
curl_multi_add_handle(m, handles[
handlenum
]);
142
int
handlenum
= 0;
local
178
if(
handlenum
< num_handles)
[
all
...]
/external/tpm2/
SessionProcess_fp.h
19
UINT32
handleNum
, // IN: number of handles in command
28
UINT32
handleNum
, // IN: number of element in handle array
ExecCommand.c
56
UINT32
handleNum
= 0; // number of handles unmarshaled into
189
result = ParseHandleBuffer(commandCode, &buffer, &size, handles, &
handleNum
);
194
pAssert(
handleNum
<= MAX_HANDLE_NUM);
197
for(i = 0; i <
handleNum
; i++)
241
handleNum
,
259
result = CheckAuthNoSession(commandCode,
handleNum
, handles,
SessionProcess.c
466
UINT32
handleNum
, // IN: number of handle
489
for(i = 0; i <
handleNum
; i++)
504
for(i = 0; i <
handleNum
; i++)
[
all
...]
Completed in 307 milliseconds