Home
last modified time | relevance | path

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

/PHP-5.5/sapi/cgi/
H A Dfastcgi.c152 #define FCGI_HASH_SEG_SIZE 4096 macro
191 h->data = (fcgi_data_seg*)malloc(sizeof(fcgi_data_seg) - 1 + FCGI_HASH_SEG_SIZE); in fcgi_hash_init()
193 h->data->end = h->data->pos + FCGI_HASH_SEG_SIZE; in fcgi_hash_init()
243 unsigned int seg_size = (str_len + 1 > FCGI_HASH_SEG_SIZE) ? str_len + 1 : FCGI_HASH_SEG_SIZE; in fcgi_hash_strndup()

Completed in 10 milliseconds