Searched refs:seg_size (Results 1 – 1 of 1) sorted by relevance
317 unsigned int seg_size = (str_len + 1 > FCGI_HASH_SEG_SIZE) ? str_len + 1 : FCGI_HASH_SEG_SIZE; in fcgi_hash_strndup() local318 fcgi_data_seg *p = (fcgi_data_seg*)malloc(sizeof(fcgi_data_seg) - 1 + seg_size); in fcgi_hash_strndup()321 p->end = p->pos + seg_size; in fcgi_hash_strndup()
Completed in 10 milliseconds