Home
last modified time | relevance | path

Searched defs:pz (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_priv.h28 #define Z_ADDREF_P(pz) (++(pz)->refcount) argument
29 #define Z_DELREF_P(pz) (--(pz)->refcount) argument
30 #define Z_REFCOUNT_P(pz) ((pz)->refcount) argument
31 #define Z_SET_REFCOUNT_P(pz, rc) ((pz)->refcount = rc) argument
/PHP-5.4/Zend/
H A Dzend.h335 #define Z_REFCOUNT_P(pz) zval_refcount_p(pz) argument
336 #define Z_SET_REFCOUNT_P(pz, rc) zval_set_refcount_p(pz, rc) argument
337 #define Z_ADDREF_P(pz) zval_addref_p(pz) argument
338 #define Z_DELREF_P(pz) zval_delref_p(pz) argument
339 #define Z_ISREF_P(pz) zval_isref_p(pz) argument
340 #define Z_SET_ISREF_P(pz) zval_set_isref_p(pz) argument
341 #define Z_UNSET_ISREF_P(pz) zval_unset_isref_p(pz) argument
382 static zend_always_inline zend_uint zval_refcount_p(zval* pz) { in zval_refcount_p()
390 static zend_always_inline zend_uint zval_addref_p(zval* pz) { in zval_addref_p()
394 static zend_always_inline zend_uint zval_delref_p(zval* pz) { in zval_delref_p()
[all …]
H A Dzend_gc.h86 zval *pz; member
/PHP-5.4/ext/zip/
H A Dphp_zip.h41 # define Z_SET_REFCOUNT_P(pz, rc) pz->refcount = rc argument
42 # define Z_UNSET_ISREF_P(pz) pz->is_ref = 0 argument
/PHP-5.4/ext/mysqli/
H A Dmysqli.c314 #define Z_ADDREF_P(pz) (++(pz)->refcount) argument
315 #define Z_REFCOUNT_P(pz) ((pz)->refcount) argument
316 #define Z_SET_REFCOUNT_P(pz, rc) ((pz)->refcount = rc) argument

Completed in 24 milliseconds