parse_params
void parse_params(uint8_t *, uint16_t, struct request *, uint16_t);
parse_params(buf + sizeof(struct fcgi_record_header),
void parse_params(uint8_t *, uint16_t, struct request *, uint16_t);
parse_params(buf + sizeof(struct fcgi_record_header),
if (sm != NULL && sm->parse_params != NULL) {
if (sm->parse_params(elem.data.raw, elem.asnlen) == -1)
int (*parse_params)(const u_char *, u_int);