Home
last modified time | relevance | path

Searched refs:count_digits (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.c186 static int count_digits(int);
1587 count_digits(CONN_PORT) + strlen(CONN_ABSPATH) + 11; in http_req()
1595 count_digits(CONN_PORT) + 2 + 24 + 3; in http_req()
1630 requestlen += 13 + count_digits(curpos) + 1 + 2; in http_req()
1633 requestlen += count_digits(endpos); in http_req()
2881 count_digits(int value) in count_digits() function