memb 601 ext/libxml/libxml.c #define ADD_NULL_OR_STRING_KEY(memb) \ memb 602 ext/libxml/libxml.c if (context->memb == NULL) { \ memb 603 ext/libxml/libxml.c add_assoc_null_ex(ctxzv, #memb, sizeof(#memb)); \ memb 605 ext/libxml/libxml.c add_assoc_string_ex(ctxzv, #memb, sizeof(#memb), \ memb 606 ext/libxml/libxml.c (char *)context->memb, 1); \