HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1151 - 1175 of 1601) sorted by null

<<41424344454647484950>>

  /external/libxml2/
nanohttp.c 139 char *out; /* buffer sent (zero terminated) */ member in struct:xmlNanoHTTPCtxt
172 * Handle an out of memory condition
423 if (ctxt->out != NULL) xmlFree(ctxt->out);
977 /* Time out */
978 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out");
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.c 461 static const char *out = "N/A"; local
464 out = "N";
466 out = "Y";
468 return repsep_snprintf(bf, size, "%-*s", width, out);
548 const char *out; local
555 out = "N/A";
557 out = "Yes";
559 out = "No";
561 return repsep_snprintf(bf, size, "%-*s", width, out);
597 char out[64] local
674 char out[64]; local
742 char out[64]; local
    [all...]