HomeSort by relevance Sort by last modified time
    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 479 /* When doing Negotiate (SPNEGO) auth, we first need to send a token
717 bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload
740 bool upload_chunky; /* set TRUE if we are doing chunked transfer-encoding
768 * for doing the FTP stuff after the PASV/PORT command.
782 CURLcode (*doing)(struct connectdata *, bool *done); member in struct:Curl_handler
790 /* Called from the multi interface during the DOING phase, and it should
    [all...]

Completed in 111 milliseconds