Searched refs:port_buf (Results 1 – 1 of 1) sorted by relevance
99 char port_buf[6]; in php_url_parse_ex() local190 memcpy(port_buf, p, (pp - p)); in php_url_parse_ex()191 port_buf[pp - p] = '\0'; in php_url_parse_ex()192 port = strtol(port_buf, NULL, 10); in php_url_parse_ex()280 memcpy(port_buf, p, (e - p)); in php_url_parse_ex()281 port_buf[e - p] = '\0'; in php_url_parse_ex()282 port = strtol(port_buf, NULL, 10); in php_url_parse_ex()
Completed in 5 milliseconds