HomeSort by relevance Sort by last modified time
    Searched refs:outmax (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
strerror.c 818 size_t outmax; local
823 outmax = sizeof(conn->syserr_buf)-1;
1079 strncpy(outbuf, txt, outmax);
1081 snprintf(outbuf, outmax,
1122 snprintf(outbuf, outmax, "%s - %s", str, msg);
1124 strncpy(outbuf, str, outmax);
1137 strncpy(outbuf, txt, outmax);
1141 outbuf[outmax] = '\0';
  /external/libpng/contrib/libtests/
pngvalid.c 9031 unsigned int outmax; member in struct:validate_info
9056 const unsigned int outmax = (1U<<out_depth)-1; local
9224 const unsigned int outmax = vi->outmax; local
    [all...]
  /external/libxml2/
xmlreader.c 5778 unsigned long outmax; \/* size of out[] *\/ local
    [all...]

Completed in 333 milliseconds