Searched refs:FCGI_HASH_SEG_SIZE (Results 1 – 2 of 2) sorted by relevance
86 #define FCGI_HASH_SEG_SIZE 4096 macro
265 h->data = (fcgi_data_seg*)malloc(sizeof(fcgi_data_seg) - 1 + FCGI_HASH_SEG_SIZE); in fcgi_hash_init()267 h->data->end = h->data->pos + FCGI_HASH_SEG_SIZE; in fcgi_hash_init()317 unsigned int seg_size = (str_len + 1 > FCGI_HASH_SEG_SIZE) ? str_len + 1 : FCGI_HASH_SEG_SIZE; in fcgi_hash_strndup()
Completed in 9 milliseconds