Searched refs:memb (Results 1 – 1 of 1) sorted by relevance
604 #define ADD_NULL_OR_STRING_KEY(memb) \ in _php_libxml_external_entity_loader() argument605 if (context->memb == NULL) { \ in _php_libxml_external_entity_loader()606 add_assoc_null_ex(ctxzv, #memb, sizeof(#memb) - 1); \ in _php_libxml_external_entity_loader()608 add_assoc_string_ex(ctxzv, #memb, sizeof(#memb) - 1, \ in _php_libxml_external_entity_loader()609 (char *)context->memb); \ in _php_libxml_external_entity_loader()
Completed in 8 milliseconds