Searched defs:count_digits (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c186 static int count_digits(int);
1587 count_digits(CONN_PORT) + strlen(CONN_ABSPATH) + 11;
1591 * "Host: " + targethost + ":" + count_digits(port) + "\r\n" +
1595 count_digits(CONN_PORT) + 2 + 24 + 3;
1630 requestlen += 13 + count_digits(curpos) + 1 + 2;
1633 requestlen += count_digits(endpos);
2881 count_digits(int value) function

Completed in 49 milliseconds