Searched refs:memb (Results 1 – 1 of 1) sorted by relevance
584 #define ADD_NULL_OR_STRING_KEY(memb) \ in _php_libxml_external_entity_loader() argument585 if (context->memb == NULL) { \ in _php_libxml_external_entity_loader()586 add_assoc_null_ex(ctxzv, #memb, sizeof(#memb)); \ in _php_libxml_external_entity_loader()588 add_assoc_string_ex(ctxzv, #memb, sizeof(#memb), \ in _php_libxml_external_entity_loader()589 (char *)context->memb, 1); \ in _php_libxml_external_entity_loader()
Completed in 6 milliseconds