/PHP-5.6/sapi/litespeed/ |
H A D | lsapilib.c | 394 struct iovec * p = (struct iovec *)realloc( in allocateIovec() local 506 char * p = (char *)pInteger; in swapIntEndian() local 519 struct lsapi_req_header *p= pReq->m_pHeader; in fixEndian() local 1501 char * p; in LSAPI_ReqBodyGetLine_r() local 1594 const char * p; in LSAPI_Write_r() local 1838 const char * p; in LSAPI_Write_Stderr_r() local 1909 const char *p; in GetHeaderVar() local 2084 char *p; in LSAPI_ForeachHeader_r() local 2347 char * p = achAddr; in LSAPI_ParseSockAddr() local 3209 const char *p; in LSAPI_Init_Env_Parameters() local [all …]
|
/PHP-5.6/ext/mbstring/libmbfl/tests/ |
H A D | conv_kana.c | 46 const char *p; in main() local
|
/PHP-5.6/sapi/cgi/ |
H A D | fastcgi.c | 200 fcgi_data_seg *p; in fcgi_hash_destroy() local 244 fcgi_data_seg *p = (fcgi_data_seg*)malloc(sizeof(fcgi_data_seg) - 1 + seg_size); in fcgi_hash_strndup() local 261 fcgi_hash_bucket *p = h->hash_table[idx]; in fcgi_hash_set() local 298 fcgi_hash_bucket **p = &h->hash_table[idx]; in fcgi_hash_del() local 317 fcgi_hash_bucket *p = h->hash_table[idx]; in fcgi_hash_get() local 333 fcgi_hash_bucket *p = h->list; in fcgi_hash_apply() local 850 static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *end) in fcgi_get_params() 983 unsigned char *p = buf + sizeof(fcgi_header); in fcgi_read_request() local
|
/PHP-5.6/ext/filter/ |
H A D | filter_private.h | 103 #define PHP_FILTER_TRIM_DEFAULT(p, len) PHP_FILTER_TRIM_DEFAULT_EX(p, len, 1); argument 105 #define PHP_FILTER_TRIM_DEFAULT_EX(p, len, return_if_empty) { \ argument
|
/PHP-5.6/ext/ereg/regex/ |
H A D | regex2.h | 99 #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* regcomp() internal fns */ argument 100 #define MCsub(p, cs, cp) mcsub(p, cs, cp) argument 101 #define MCin(p, cs, cp) mcin(p, cs, cp) argument
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regexec.c | 35 #define ONIGENC_IS_MBC_CRNL(enc,p,end) \ argument 678 #define STACK_BASE_CHECK(p, at) \ argument 684 #define STACK_BASE_CHECK(p, at) argument 1254 UChar *p = reg->p; in match_at() local 2739 UChar *t, *p, *s, *end; in slow_search() local 2816 UChar *t, *p, *s; in slow_search_backward() local 2874 const UChar *s, *se, *t, *p, *end; in bm_search_notrev() local 2929 const UChar *s, *t, *p, *end; in bm_search() local 2990 const UChar *s, *t, *p; in bm_search_backward() local 3112 UChar *p, *pprev = (UChar* )NULL; in forward_search_range() local [all …]
|
/PHP-5.6/ext/hash/ |
H A D | php_hash_haval.h | 36 #define PHP_HASH_HAVAL_INIT_DECL(p,b) PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *); \ argument
|
/PHP-5.6/ext/sysvmsg/ |
H A D | sysvmsg.c | 365 const unsigned char *p = (const unsigned char *) messagebuffer->mtext; in PHP_FUNCTION() local 423 char *p; in PHP_FUNCTION() local
|
/PHP-5.6/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.c | 439 unsigned char *p; in mbfl_convert_filter_devcat() local 453 int mbfl_convert_filter_strcat(mbfl_convert_filter *filter, const unsigned char *p) in mbfl_convert_filter_strcat()
|
H A D | mbfl_memory_device.c | 230 const unsigned char *p; in mbfl_memory_device_strcat() local 301 unsigned char *p, *w; in mbfl_memory_device_devcat() local
|
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 324 Bucket *p, *q, **prev; local 451 Bucket *p, *q, **prev; local 563 Bucket *p, *q, **prev; local 893 Bucket *p; local
|
/PHP-5.6/main/ |
H A D | SAPI.c | 196 char *p; in sapi_read_post_data() local 337 char *p; in get_default_content_type() local 705 sapi_header_line *p = arg; in sapi_header_op() local 938 sapi_post_entry *p=post_entries; in sapi_register_post_entries() local
|
H A D | snprintf.c | 74 char *p, *rve, c; in __cvt() local 322 register char *p = buf_end; in ap_php_conv_10() local 381 register char *p, *p_orig; in php_conv_fp() local 485 register char *p = buf_end; in ap_php_conv_p2() local
|
/PHP-5.6/ext/standard/ |
H A D | mail.c | 109 char *p, *e; in PHP_FUNCTION() local 201 char *p = message; in php_mail_log_crlf_to_spaces() local
|
H A D | php_fopen_wrapper.c | 153 char *p, *token; in php_stream_apply_filter_list() local 184 char *p, *token, *pathdup; in php_stream_url_wrap_php() local
|
H A D | string.c | 1284 char *p; in PHP_FUNCTION() local 1592 const char *p; local 1608 const char *p; local 1946 char *p, *e, ord_needle[2]; local 2154 char *p, *q; local 2616 char *p, *q; local 3202 char *e, *n, *p; local 3228 char *p, *q; local 3716 char *e, *s, *p, *r; local 5211 char *p, *endp, cmp; local [all …]
|
/PHP-5.6/sapi/apache/ |
H A D | php_apache.c | 170 char *p; in PHP_MINFO_FUNCTION() local 576 char *p; in PHP_FUNCTION() local
|
/PHP-5.6/sapi/apache2filter/ |
H A D | php_functions.c | 309 char *p; in PHP_FUNCTION() local 329 char *p; in PHP_MINFO_FUNCTION() local
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_extra_field.c | 221 const zip_uint8_t *p; in _zip_ef_parse() local 326 const unsigned char *p; in _zip_read_local_ef() local
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 960 is_counted_repeat(const pcre_uchar *p) in is_counted_repeat() 1130 const pcre_uchar *p; in check_escape() local 1607 read_repeat_counts(const pcre_uchar *p, int *minp, int *maxp, int *errorcodeptr) in read_repeat_counts() 2830 const pcre_uint32 *p; in check_char_prop() local 3378 const pcre_uint8 *p; in compare_opcodes() local 4366 compile_data *cd, const pcre_uint32 *p, unsigned int except) in add_list_to_class() 4404 int options, compile_data *cd, const pcre_uint32 *p) in add_not_list_to_class() 5653 const pcre_uchar *p = ptr + 1; in compile_branch() local 7936 const pcre_uchar *p; in compile_branch() local 9120 int p = skipatstart + 14; in pcre_compile2() local [all …]
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | is_tar.c | 98 const unsigned char *p; in is_tar() local
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_php_trace.c | 34 #define valid_ptr(p) ((p) && 0 == ((p) & (sizeof(long) - 1))) argument
|
H A D | fastcgi.c | 382 static inline size_t fcgi_get_params_len( int *result, unsigned char *p, unsigned char *end) in fcgi_get_params_len() 405 static inline int fcgi_param_get_eff_len( unsigned char *p, unsigned char *end, uint *eff_len) in fcgi_param_get_eff_len() 431 static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *end) in fcgi_get_params() 602 unsigned char *p = buf + sizeof(fcgi_header); in fcgi_read_request() local
|
/PHP-5.6/Zend/ |
H A D | zend_static_allocator.h | 29 #define efree(p) free(p) argument
|
/PHP-5.6/sapi/tux/ |
H A D | php_tux.c | 194 char *p; in sapi_tux_register_variables() local 320 char *p; in tux_request_ctor() local
|