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

/httpd/modules/filters/
H A Dmod_include.c463 #define LAZY_VALUE (&lazy_eval_sentinel) macro
599 apr_table_setn(e, "DATE_LOCAL", LAZY_VALUE);
600 apr_table_setn(e, "DATE_GMT", LAZY_VALUE);
601 apr_table_setn(e, "LAST_MODIFIED", LAZY_VALUE);
606 apr_table_setn(e, "USER_NAME", LAZY_VALUE);
687 if (val == LAZY_VALUE) {
2716 if (val_text == LAZY_VALUE)

Completed in 20 milliseconds