Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfastcgi.h84 #define FCGI_HASH_SEG_SIZE 4096 macro
H A Dfastcgi.c263 h->data = (fcgi_data_seg*)malloc(sizeof(fcgi_data_seg) - 1 + FCGI_HASH_SEG_SIZE); in fcgi_hash_init()
265 h->data->end = h->data->pos + FCGI_HASH_SEG_SIZE; in fcgi_hash_init()
315 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