intptr_t          427 ext/fileinfo/libmagic/compress.c 		    (char *const *)(intptr_t)compr[method].argv);
intptr_t           62 ext/oci8/oci8.c #define OCI8_INT_TO_PTR(I)  ((void *)(intptr_t)(I))
intptr_t           63 ext/oci8/oci8.c #define OCI8_PTR_TO_INT(P)  ((int)(intptr_t)(P))
intptr_t          787 ext/spl/php_spl.c 	intptr_t hash_handle, hash_handlers;
intptr_t          795 ext/spl/php_spl.c 		SPL_G(hash_mask_handle)   = (intptr_t)(php_mt_rand(TSRMLS_C) >> 1);
intptr_t          796 ext/spl/php_spl.c 		SPL_G(hash_mask_handlers) = (intptr_t)(php_mt_rand(TSRMLS_C) >> 1);
intptr_t          800 ext/spl/php_spl.c 	hash_handle   = SPL_G(hash_mask_handle)^(intptr_t)Z_OBJ_HANDLE_P(obj);
intptr_t          801 ext/spl/php_spl.c 	hash_handlers = SPL_G(hash_mask_handlers)^(intptr_t)Z_OBJ_HT_P(obj);
intptr_t           70 ext/spl/php_spl.h 	intptr_t     hash_mask_handle;
intptr_t           71 ext/spl/php_spl.h 	intptr_t     hash_mask_handlers;
intptr_t         8309 ext/sqlite3/libsqlite/sqlite3.c # define SQLITE_INT_TO_PTR(X)  ((void*)(intptr_t)(X))
intptr_t         8310 ext/sqlite3/libsqlite/sqlite3.c # define SQLITE_PTR_TO_INT(X)  ((int)(intptr_t)(X))
intptr_t           59 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset);
intptr_t           61 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_long(zval *value, void **config, intptr_t offset);
intptr_t           63 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset);
intptr_t           64 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset);
intptr_t           65 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset);
intptr_t           66 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset);
intptr_t           67 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset);
intptr_t           68 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset);
intptr_t           70 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset);
intptr_t          202 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */
intptr_t          217 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */
intptr_t          242 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */
intptr_t          260 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_long(zval *value, void **config, intptr_t offset) /* {{{ */
intptr_t          277 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */
intptr_t          317 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */
intptr_t          342 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */
intptr_t          492 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */
intptr_t          521 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */
intptr_t           95 sapi/fpm/fpm/fpm_conf.h 	char *(*parser)(zval *, void **, intptr_t);
intptr_t           96 sapi/fpm/fpm/fpm_conf.h 	intptr_t offset;