OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doing
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gprof/
cg_print.c
167
Sym *todo, *
doing
, *prev;
174
for (
doing
= todo;
doing
!= NULL;
doing
= todo)
176
todo =
doing
->cg.cyc.next;
180
if (cmp_member (
doing
, prev->cg.cyc.next) == GREATERTHAN)
184
doing
->cg.cyc.next = prev->cg.cyc.next;
185
prev->cg.cyc.next =
doing
;
166
Sym *todo, *
doing
, *prev;
local
[
all
...]
/external/curl/lib/
urldata.h
452
/* When
doing
Negotiate (SPNEGO) auth, we first need to send a token
678
bool upload_done; /* set to TRUE when
doing
chunked transfer-encoding upload
701
bool upload_chunky; /* set TRUE if we are
doing
chunked transfer-encoding
729
* for
doing
the FTP stuff after the PASV/PORT command.
743
CURLcode (*
doing
)(struct connectdata *, bool *done);
member in struct:Curl_handler
751
/* Called from the multi interface during the
DOING
phase, and it should
907
transfer when
doing
FTP */
[
all
...]
Completed in 2262 milliseconds