Searched refs:outmax (Results 1 - 3 of 3) sorted by relevance

/external/curl/lib/
H A Dstrerror.c818 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/
H A Dpngvalid.c9404 unsigned int outmax; member in struct:validate_info
9429 const unsigned int outmax = (1U<<out_depth)-1; local
9458 vi->outmax = outmax;
9480 r = dp->background_color.red; r /= outmax;
9481 g = dp->background_color.green; g /= outmax;
9482 b = dp->background_color.blue; b /= outmax;
9597 const unsigned int outmax = vi->outmax; local
9634 encoded_sample *= outmax;
[all...]
/external/libxml2/
H A Dxmlreader.c5778 unsigned long outmax; /* size of out[] */ local
5801 outmax = *tolen;
5855 if (outcur + 3 >= outmax) {

Completed in 187 milliseconds