Home
last modified time | relevance | path

Searched defs:p (Results 201 – 225 of 264) sorted by relevance

1234567891011

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c131 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.5/ext/hash/
H A Dhash_haval.c252 #define PHP_HASH_HAVAL_INIT(p,b) \ argument
/PHP-5.5/ext/standard/
H A Dcrypt_blowfish.c831 const char *p; in php_crypt_blowfish_rn() local
H A Dproc_open.c83 char *p; in _php_array_to_envp() local
H A Dcrypt_sha512.c318 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() argument
H A Dcrypt_sha256.c288 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() argument
H A Ddns.c439 u_char *tp, *p; in php_parserr() local
H A Dfile.c720 char *target_buf=NULL, *p, *s, *e; in PHP_FUNCTION() local
814 char *p; in PHP_FUNCTION() local
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c260 char *p, *pp; in pcre_get_compiled_regex_cache() local
1695 *p, /* Iterator for input string */ in PHP_FUNCTION() local
/PHP-5.5/main/streams/
H A Dxp_socket.c530 char *p; in parse_ip_address_ex() local
/PHP-5.5/sapi/cli/
H A Dphp_http_parser.c329 const char *p = data, *pe; in php_http_parser_execute() local
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c173 double p, q; in KernelBessel_J1() local
215 double p, q; in KernelBessel_P1() local
251 double p, q; in KernelBessel_Q1() local
287 double p, q; in KernelBessel_Order1() local
921 static inline void _gdContributionsFree(LineContribType * p) in _gdContributionsFree()
H A Dgd_gd2.c755 int p = im->tpixels[y][x]; in _gdImageGd2() local
/PHP-5.5/ext/calendar/
H A Dcalendar.c509 char *p, old[18], *endofalafim; in heb_number_to_chars() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c599 const char** p = attrs; in _xmlrpc_startElement() local
/PHP-5.5/main/
H A Dphp_ini.c628 char *p; in php_init_config() local
/PHP-5.5/ext/curl/
H A Dinterface.c508 char **p; in PHP_INI_BEGIN() local
1793 char **p = (char **) d->protocols; in PHP_FUNCTION() local
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1583 char *p; in PHP_MINFO_FUNCTION() local
1950 char *p; in PHP_FUNCTION() local
/PHP-5.5/Zend/
H A Dzend.h206 # 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 Dzend_API.h543 #define CHECK_ZVAL_NULL_PATH(p) (Z_STRLEN_P(p) != strlen(Z_STRVAL_P(p))) argument
544 #define CHECK_NULL_PATH(p, l) (strlen(p) != l) argument
723 #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.5/ext/sockets/
H A Dmulticast.c755 *p; local
/PHP-5.5/win32/build/
H A Dconfutils.js2148 function _inner_glob(base, p, parts) argument
/PHP-5.5/ext/soap/
H A Dphp_sdl.c3152 sdl_cache_bucket *p = (sdl_cache_bucket*)data; in delete_psdl() local
3213 sdl_cache_bucket *p; in get_sdl() local
3368 sdl_cache_bucket p; in get_sdl() local
/PHP-5.5/ext/phar/
H A Dphar.c609 const unsigned char *p; local
1321 char *actual = NULL, *p; local
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c322 char *p; in really_register_bound_param() local
762 Bucket *p; in do_fetch_class_prepare() local

Completed in 162 milliseconds

1234567891011