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

/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dvar.c82 form_alloc = 0; /* Number of variables allocated */ variable
576 if (form_count >= form_alloc)
581 if (form_alloc == 0)
584 temp_vars = realloc(form_vars, (form_alloc + 16) * sizeof(_cgi_var_t));
590 form_alloc += 16;

Completed in 64 milliseconds