Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dphp_spl.h70 intptr_t hash_mask_handle;
71 intptr_t hash_mask_handlers;
H A Dphp_spl.c740 intptr_t hash_handle, hash_handlers; in php_spl_object_hash()
748 SPL_G(hash_mask_handle) = (intptr_t)(php_mt_rand(TSRMLS_C) >> 1); in php_spl_object_hash()
749 SPL_G(hash_mask_handlers) = (intptr_t)(php_mt_rand(TSRMLS_C) >> 1); in php_spl_object_hash()
753 hash_handle = SPL_G(hash_mask_handle)^(intptr_t)Z_OBJ_HANDLE_P(obj); in php_spl_object_hash()
754 hash_handlers = SPL_G(hash_mask_handlers)^(intptr_t)Z_OBJ_HT_P(obj); in php_spl_object_hash()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.h90 char *(*parser)(zval *, void **, intptr_t);
91 intptr_t offset;
H A Dfpm_conf.c55 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset);
57 static char *fpm_conf_set_long(zval *value, void **config, intptr_t offset);
59 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset);
60 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset);
61 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset);
62 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset);
63 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset);
64 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset);
66 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset);
248 static char *fpm_conf_set_long(zval *value, void **config, intptr_t offset) /* {{{ */
[all …]
/PHP-5.3/win32/
H A Dphp_stdint.h112 typedef __int64 intptr_t; typedef
115 typedef _W64 int intptr_t; typedef
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcompress.c425 (char *const *)(intptr_t)compr[method].argv); in uncompressbuf()
/PHP-5.3/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.3/ext/fileinfo/
H A Dlibmagic.patch3002 - ((char *)(intptr_t)ms->search.s)[l] = '\0';
3030 - ((char *)(intptr_t)ms->search.s)[l] = c;
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c353 # define SQLITE_INT_TO_PTR(X) ((void*)(intptr_t)(X))
354 # define SQLITE_PTR_TO_INT(X) ((int)(intptr_t)(X))

Completed in 319 milliseconds