Searched refs:memb (Results 1 – 1 of 1) sorted by relevance
612 #define ADD_NULL_OR_STRING_KEY(memb) \ in _php_libxml_external_entity_loader() argument613 if (context->memb == NULL) { \ in _php_libxml_external_entity_loader()614 add_assoc_null_ex(ctxzv, #memb, sizeof(#memb) - 1); \ in _php_libxml_external_entity_loader()616 add_assoc_string_ex(ctxzv, #memb, sizeof(#memb) - 1, \ in _php_libxml_external_entity_loader()617 (char *)context->memb); \ in _php_libxml_external_entity_loader()
Completed in 7 milliseconds