Searched defs:NULL_OR_EMPTY (Results 1 – 2 of 2) sorted by relevance
145 #define NULL_OR_EMPTY(s) ((s) == 0 || *(s) == 0) in dsn_create() macro
214 #define NULL_OR_EMPTY(s) ((s) == 0 || *(s) == 0) macro