Searched refs:temp_vars (Results 1 – 2 of 2) sorted by relevance
545 _cgi_var_t *temp_vars; /* Temporary form pointer */ in cgi_add_variable() local549 temp_vars = malloc(sizeof(_cgi_var_t) * 16); in cgi_add_variable()551 temp_vars = realloc(form_vars, (size_t)(form_alloc + 16) * sizeof(_cgi_var_t)); in cgi_add_variable()553 if (!temp_vars) in cgi_add_variable()556 form_vars = temp_vars; in cgi_add_variable()
4344 static const char* temp_vars[] = {"TMPDIR", "TMP", "TEMP", "TEMPDIR", nullptr}; in temp_directory_path() local4346 for (auto temp_name = temp_vars; *temp_name != nullptr; ++temp_name) { in temp_directory_path()