Searched defs:tok_len (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil.c1214 int addspace = 0, in_qpair = 0, in_qstr = 0, in_com = 0, tok_len = 0; local
1219 if ((tok_start = ap_size_list_item(field, &tok_len)) == NULL) {
1222 token = apr_palloc(p, tok_len + 1);

Completed in 20 milliseconds