Home
last modified time | relevance | path

Searched defs:pg (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_types.h645 #define ZEND_GUARD_IS_RECURSIVE(pg, t) ((*pg & ZEND_GUARD_RECURSION_TYPE(t)) != 0) argument
646 #define ZEND_GUARD_PROTECT_RECURSION(pg, t) *pg |= ZEND_GUARD_RECURSION_TYPE(t) argument
647 #define ZEND_GUARD_UNPROTECT_RECURSION(pg, t) *pg &= ~ZEND_GUARD_RECURSION_TYPE(t) argument
891 #define ZEND_GUARD_OR_GC_IS_RECURSIVE(pg, t, zobj) \ argument
894 #define ZEND_GUARD_OR_GC_PROTECT_RECURSION(pg, t, zobj) do { \ argument
902 #define ZEND_GUARD_OR_GC_UNPROTECT_RECURSION(pg, t, zobj) do { \ argument
/php-src/sapi/phpdbg/
H A Dphpdbg.c108 static inline void php_phpdbg_globals_ctor(zend_phpdbg_globals *pg) /* {{{ */ in php_phpdbg_globals_ctor()

Completed in 17 milliseconds