Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfastcgi.c315 unsigned int seg_size = (str_len + 1 > FCGI_HASH_SEG_SIZE) ? str_len + 1 : FCGI_HASH_SEG_SIZE; in fcgi_hash_strndup() local
316 fcgi_data_seg *p = (fcgi_data_seg*)malloc(sizeof(fcgi_data_seg) - 1 + seg_size); in fcgi_hash_strndup()
319 p->end = p->pos + seg_size; in fcgi_hash_strndup()

Completed in 7 milliseconds