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