Home
last modified time | relevance | path

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

/external/libcups/cgi-bin/
Dvar.c47 form_alloc = 0; /* Number of variables allocated */ variable
543 if (form_count >= form_alloc) in cgi_add_variable()
548 if (form_alloc == 0) in cgi_add_variable()
551 temp_vars = realloc(form_vars, (size_t)(form_alloc + 16) * sizeof(_cgi_var_t)); in cgi_add_variable()
557 form_alloc += 16; in cgi_add_variable()