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

/httpd/modules/core/
H A Dmod_macro.c88 #define empty_string_p(p) (!(p) || *(p) == '\0') macro
301 if (empty_string_p(tab[i])) {
725 if (empty_string_p(name)) {
819 if (empty_string_p(name)) {
891 if (empty_string_p(arg)) {

Completed in 1104 milliseconds