Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dphp_spl.h70 intptr_t hash_mask_handle;
71 intptr_t hash_mask_handlers;
H A Dphp_spl.c787 intptr_t hash_handle, hash_handlers; in php_spl_object_hash()
795 SPL_G(hash_mask_handle) = (intptr_t)(php_mt_rand(TSRMLS_C) >> 1); in php_spl_object_hash()
796 SPL_G(hash_mask_handlers) = (intptr_t)(php_mt_rand(TSRMLS_C) >> 1); in php_spl_object_hash()
800 hash_handle = SPL_G(hash_mask_handle)^(intptr_t)Z_OBJ_HANDLE_P(obj); in php_spl_object_hash()
801 hash_handlers = SPL_G(hash_mask_handlers)^(intptr_t)Z_OBJ_HT_P(obj); in php_spl_object_hash()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.h95 char *(*parser)(zval *, void **, intptr_t);
96 intptr_t offset;
H A Dfpm_conf.c59 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset);
61 static char *fpm_conf_set_long(zval *value, void **config, intptr_t offset);
63 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset);
64 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset);
65 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset);
66 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset);
67 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset);
68 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset);
70 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset);
260 static char *fpm_conf_set_long(zval *value, void **config, intptr_t offset) /* {{{ */
[all …]
/PHP-5.5/win32/
H A Dphp_stdint.h120 typedef __int64 intptr_t; typedef
123 typedef _W64 int intptr_t; typedef
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c427 (char *const *)(intptr_t)compr[method].argv); in uncompressbuf()
/PHP-5.5/ext/oci8/
H A Doci8.c62 #define OCI8_INT_TO_PTR(I) ((void *)(intptr_t)(I))
63 #define OCI8_PTR_TO_INT(P) ((int)(intptr_t)(P))
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3394 - ((char *)(intptr_t)ms->search.s)[l] = '\0';
3402 - ((char *)(intptr_t)ms->search.s)[l] = c;
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8309 # define SQLITE_INT_TO_PTR(X) ((void*)(intptr_t)(X))
8310 # define SQLITE_PTR_TO_INT(X) ((int)(intptr_t)(X))

Completed in 306 milliseconds