Home
last modified time | relevance | path

Searched refs:mptr (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c620 zend_function *mptr = (zend_function *) pDest; in twig_add_method_to_class() local
623 if (!(mptr->common.fn_flags & ZEND_ACC_PUBLIC)) { in twig_add_method_to_class()
630 item_len = strlen(mptr->common.function_name); in twig_add_method_to_class()
631 item = estrndup(mptr->common.function_name, item_len); in twig_add_method_to_class()