/PHP-5.6/Zend/ |
H A D | zend_builtin_functions.c | 409 void **p; in ZEND_FUNCTION() local 447 void **p; in ZEND_FUNCTION() local 2029 void **p = curpos; in debug_backtrace_get_args() local
|
H A D | zend.h | 206 # define free_alloca(p, use_heap) \ argument 211 # define do_alloca(p, use_heap) emalloc(p) argument 212 # define free_alloca(p, use_heap) efree(p) argument
|
H A D | zend_API.h | 547 #define CHECK_ZVAL_NULL_PATH(p) (Z_STRLEN_P(p) != strlen(Z_STRVAL_P(p))) argument 548 #define CHECK_NULL_PATH(p, l) (strlen(p) != l) argument 755 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p… argument
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 269 const char ** p = self->skip_functions; in MYSQLND_METHOD() local
|
/PHP-5.6/main/streams/ |
H A D | transports.c | 62 const char *p, *protocol = NULL; in _php_stream_xport_create() local
|
H A D | xp_socket.c | 551 char *p; in parse_ip_address_ex() local
|
/PHP-5.6/ext/bcmath/ |
H A D | bcmath.c | 193 char *p; in php_str2num() local
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 131 pchars(const pcre_uchar *p, int length, BOOL is_subject, match_data *md) in pchars() 169 register PCRE_PUCHAR p = md->start_subject + md->offset_vector[offset]; in match_ref() local 6880 register PCRE_PUCHAR p = start_match + (has_first_char? 1:0); in pcre_exec() local
|
/PHP-5.6/ext/hash/ |
H A D | hash_haval.c | 252 #define PHP_HASH_HAVAL_INIT(p,b) \ argument
|
/PHP-5.6/ext/standard/ |
H A D | crypt_blowfish.c | 835 const char *p; in php_crypt_blowfish_rn() local
|
H A D | proc_open.c | 84 char *p; in _php_array_to_envp() local
|
H A D | crypt_sha512.c | 312 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() argument
|
H A D | dns.c | 439 u_char *tp, *p; in php_parserr() local
|
H A D | crypt_sha256.c | 282 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() argument
|
/PHP-5.6/ext/curl/ |
H A D | interface.c | 508 char **p; in PHP_INI_BEGIN() local 1788 char **p = (char **) d->protocols; in PHP_FUNCTION() local
|
/PHP-5.6/sapi/cli/ |
H A D | php_http_parser.c | 330 const char *p = data, *pe; in php_http_parser_execute() local
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_interpolation.c | 175 double p, q; in KernelBessel_J1() local 217 double p, q; in KernelBessel_P1() local 253 double p, q; in KernelBessel_Q1() local 289 double p, q; in KernelBessel_Order1() local 920 static inline void _gdContributionsFree(LineContribType * p) in _gdContributionsFree()
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.c | 599 const char** p = attrs; in _xmlrpc_startElement() local
|
/PHP-5.6/main/ |
H A D | php_ini.c | 628 char *p; in php_init_config() local
|
/PHP-5.6/ext/calendar/ |
H A D | calendar.c | 519 char *p, old[18], *endofalafim; in heb_number_to_chars() local
|
/PHP-5.6/sapi/apache_hooks/ |
H A D | php_apache.c | 1583 char *p; in PHP_MINFO_FUNCTION() local 1950 char *p; in PHP_FUNCTION() local
|
/PHP-5.6/ext/pcre/ |
H A D | php_pcre.c | 265 char *p, *pp; in pcre_get_compiled_regex_cache() local 1745 *p, /* Iterator for input string */ in PHP_FUNCTION() local
|
/PHP-5.6/ext/sockets/ |
H A D | multicast.c | 755 *p; local
|
/PHP-5.6/win32/build/ |
H A D | confutils.js | 2178 function _inner_glob(base, p, parts) argument
|
/PHP-5.6/ext/soap/ |
H A D | php_sdl.c | 3154 sdl_cache_bucket *p = (sdl_cache_bucket*)data; in delete_psdl() local 3215 sdl_cache_bucket *p; in get_sdl() local 3370 sdl_cache_bucket p; in get_sdl() local
|