Searched defs:NUL (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_private.h219 #ifndef NUL
220 #define NUL '\0' macro
247 #define strIsEmpty(s) (s == NULL || s[0] == NUL)

Completed in 24 milliseconds