intptr_t 426 ext/fileinfo/libmagic/compress.c (char *const *)(intptr_t)compr[method].argv); intptr_t 83 ext/fileinfo/libmagic/strcasestr.c return (char *)(intptr_t)(s); intptr_t 56 ext/oci8/oci8.c #define OCI8_INT_TO_PTR(I) ((void*)(intptr_t)(I)) intptr_t 57 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 65 ext/spl/php_spl.h intptr_t hash_mask_handle; intptr_t 66 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 209 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ intptr_t 224 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ intptr_t 249 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ intptr_t 267 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_long(zval *value, void **config, intptr_t offset) /* {{{ */ intptr_t 284 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ intptr_t 324 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ intptr_t 349 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ intptr_t 499 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ intptr_t 528 sapi/fpm/fpm/fpm_conf.c static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ intptr_t 104 sapi/fpm/fpm/fpm_conf.h char *(*parser)(zval *, void **, intptr_t); intptr_t 105 sapi/fpm/fpm/fpm_conf.h intptr_t offset;