Home
last modified time | relevance | path

Searched defs:p (Results 76 – 100 of 264) sorted by relevance

1234567891011

/PHP-5.5/sapi/cgi/
H A Dfastcgi.c200 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.5/ext/mbstring/libmbfl/tests/
H A Dconv_kana.c46 const char *p; in main() local
/PHP-5.5/ext/filter/
H A Dfilter_private.h103 #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.5/ext/ereg/regex/
H A Dregex2.h99 #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.5/ext/mbstring/oniguruma/
H A Dregexec.c35 #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
2744 UChar *t, *p, *s, *end; in slow_search() local
2821 UChar *t, *p, *s; in slow_search_backward() local
2879 const UChar *s, *se, *t, *p, *end; in bm_search_notrev() local
2934 const UChar *s, *t, *p, *end; in bm_search() local
2995 const UChar *s, *t, *p; in bm_search_backward() local
3117 UChar *p, *pprev = (UChar* )NULL; in forward_search_range() local
[all …]
/PHP-5.5/ext/hash/
H A Dphp_hash_haval.h36 #define PHP_HASH_HAVAL_INIT_DECL(p,b) PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *); \ argument
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c439 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 Dmbfl_memory_device.c218 const unsigned char *p; in mbfl_memory_device_strcat() local
279 unsigned char *p, *w; in mbfl_memory_device_devcat() local
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c365 const unsigned char *p = (const unsigned char *) messagebuffer->mtext; in PHP_FUNCTION() local
423 char *p; in PHP_FUNCTION() local
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c269 Bucket *p, *q, **prev; local
389 Bucket *p, *q, **prev; local
501 Bucket *p, *q, **prev; local
826 Bucket *p; local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h38 #define mysqlnd_plugin_get_plugin_protocol_data(p, p_id) _mysqlnd_plugin_get_plugin_protocol_data((… argument
/PHP-5.5/ext/standard/
H A Dmail.c109 char *p, *e; in PHP_FUNCTION() local
201 char *p = message; in php_mail_log_crlf_to_spaces() local
H A Dstring.c1284 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
3196 char *e, *n, *p; local
3222 char *p, *q; local
3707 char *e, *s, *p, *r; local
5201 char *p, *endp, cmp; local
[all …]
/PHP-5.5/sapi/apache/
H A Dphp_apache.c170 char *p; in PHP_MINFO_FUNCTION() local
576 char *p; in PHP_FUNCTION() local
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c309 char *p; in PHP_FUNCTION() local
329 char *p; in PHP_MINFO_FUNCTION() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c960 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
7931 const pcre_uchar *p; in compile_branch() local
9115 int p = skipatstart + 14; in pcre_compile2() local
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dis_tar.c98 const unsigned char *p; in is_tar() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php_trace.c34 #define valid_ptr(p) ((p) && 0 == ((p) & (sizeof(long) - 1))) argument
H A Dfastcgi.c382 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.5/main/
H A Dsnprintf.c74 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
H A Dmergesort.c98 #define EVAL(p) (u_char **) \ argument
111 u_char *list2, *list1, *p2, *p, *last, **p1; in php_mergesort() local
/PHP-5.5/Zend/
H A Dzend_static_allocator.h29 #define efree(p) free(p) argument
/PHP-5.5/ext/json/
H A Dutf8_decode.c87 utf8_decode_init(json_utf8_decode *utf8, char p[], int length) in utf8_decode_init()
/PHP-5.5/ext/session/
H A Dmod_files.c77 const char *p; in ps_files_path_create() local
259 const char *p, *last; in PS_OPEN_FUNC() local
/PHP-5.5/sapi/tux/
H A Dphp_tux.c194 char *p; in sapi_tux_register_variables() local
320 char *p; in tux_request_ctor() local

Completed in 95 milliseconds

1234567891011