Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 253) sorted by relevance

1234567891011

/PHP-5.4/ext/ereg/regex/
H A Dregcomp.c200 p_ere(p, stop) in p_ere() argument
246 p_ere_exp(p) in p_ere_exp() argument
395 p_str(p) in p_str() argument
567 p_count(p) in p_count() argument
590 p_bracket(p) in p_bracket() argument
781 p_b_symbol(p) in p_b_symbol() argument
896 nonnewline(p) in nonnewline() argument
992 seterr(p, e) in seterr() argument
1008 allocset(p) in allocset() argument
1141 nch(p, cs) in nch() argument
[all …]
/PHP-5.4/Zend/
H A Dzend_hash.c199 Bucket *p; in _zend_hash_add_or_update() local
281 Bucket *p; in _zend_hash_quick_add_or_update() local
370 Bucket *p; in _zend_hash_index_update_or_next_insert() local
467 Bucket *p; in zend_hash_rehash() local
489 Bucket *p; in zend_hash_del_key_or_index() local
664 Bucket *p; in zend_hash_graceful_destroy() local
681 Bucket *p; in zend_hash_graceful_reverse_destroy() local
709 Bucket *p; in zend_hash_apply() local
733 Bucket *p; in zend_hash_apply_with_argument() local
757 Bucket *p; in zend_hash_apply_with_arguments() local
[all …]
H A Dzend_execute.h61 #define safe_free_zval_ptr(p) safe_free_zval_ptr_rel(p ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
202 zend_vm_stack p = stack->prev; in zend_vm_stack_destroy() local
210 …zend_vm_stack p = zend_vm_stack_new_page(count >= ZEND_VM_STACK_PAGE_SIZE ? count : ZEND_VM_STACK_… in zend_vm_stack_extend() local
236 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_pop() local
275 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_free_int() local
287 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_free() local
307 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_push_args() local
333 void **p = EG(argument_stack)->top - 1; in zend_vm_stack_clear_multiple() local
346 void **p = EG(current_execute_data)->prev_execute_data->function_state.arguments; in zend_vm_stack_get_arg() local
400 #define zendi_zval_copy_ctor(p) zval_copy_ctor(&(p)) argument
[all …]
H A Dzend_gc.c271 Bucket *p; in zval_scan_black() local
335 Bucket *p; in zobj_scan_black() local
375 Bucket *p; in zval_mark_grey() local
441 Bucket *p; in zobj_mark_grey() local
513 Bucket *p; in zval_scan() local
577 Bucket *p; in zobj_scan() local
635 Bucket *p; in zval_collect_white() local
712 Bucket *p; in zobj_collect_white() local
787 zval_gc_info *p, *q, *orig_free_list, *orig_next_to_free; in gc_collect_cycles() local
H A Dzend_ini.c179 const zend_ini_entry *p = ini_entry; in zend_register_ini_entries() local
231 static int zend_ini_refresh_cache(zend_ini_entry *p, int stage TSRMLS_DC) /* {{{ */ in zend_ini_refresh_cache()
551 zend_bool *p; in ZEND_INI_MH() local
580 long *p; in ZEND_INI_MH() local
598 long *p, tmp; in ZEND_INI_MH() local
621 double *p; in ZEND_INI_MH() local
639 char **p; in ZEND_INI_MH() local
657 char **p; in ZEND_INI_MH() local
/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Dutf32_be.c33 utf32be_mbc_enc_len(const UChar* p) in utf32be_mbc_enc_len()
39 utf32be_is_mbc_newline(const UChar* p, const UChar* end) in utf32be_is_mbc_newline()
57 utf32be_mbc_to_code(const UChar* p, const UChar* end) in utf32be_mbc_to_code()
71 UChar* p = buf; in utf32be_code_to_mbc() local
84 const UChar* p = *pp; in utf32be_mbc_to_normalize() local
120 const UChar* p = *pp; in utf32be_is_mbc_ambiguous() local
H A Dutf32_le.c33 utf32le_mbc_enc_len(const UChar* p) in utf32le_mbc_enc_len()
39 utf32le_is_mbc_newline(const UChar* p, const UChar* end) in utf32le_is_mbc_newline()
57 utf32le_mbc_to_code(const UChar* p, const UChar* end) in utf32le_mbc_to_code()
71 UChar* p = buf; in utf32le_code_to_mbc() local
84 const UChar* p = *pp; in utf32le_mbc_to_normalize() local
119 const UChar* p = *pp; in utf32le_is_mbc_ambiguous() local
H A Dutf16_be.c55 utf16be_mbc_enc_len(const UChar* p) in utf16be_mbc_enc_len()
61 utf16be_is_mbc_newline(const UChar* p, const UChar* end) in utf16be_is_mbc_newline()
77 utf16be_mbc_to_code(const UChar* p, const UChar* end) in utf16be_mbc_to_code()
101 UChar* p = buf; in utf16be_code_to_mbc() local
125 const UChar* p = *pp; in utf16be_mbc_to_normalize() local
160 const UChar* p = *pp; in utf16be_is_mbc_ambiguous() local
H A Dutf16_le.c61 utf16le_mbc_enc_len(const UChar* p) in utf16le_mbc_enc_len()
67 utf16le_is_mbc_newline(const UChar* p, const UChar* end) in utf16le_is_mbc_newline()
83 utf16le_mbc_to_code(const UChar* p, const UChar* end) in utf16le_mbc_to_code()
103 UChar* p = buf; in utf16le_code_to_mbc() local
128 const UChar* p = *pp; in utf16le_mbc_to_normalize() local
160 const UChar* p = *pp; in utf16le_is_mbc_ambiguous() local
H A Deuc_jp.c54 eucjp_mbc_enc_len(const UChar* p) in eucjp_mbc_enc_len()
60 eucjp_mbc_to_code(const UChar* p, const UChar* end) in eucjp_mbc_to_code()
108 UChar *p = buf; in eucjp_code_to_mbc() local
126 const UChar* p = *pp; in eucjp_mbc_to_normalize() local
179 const UChar *p; in eucjp_left_adjust_char_head() local
H A Dsjis.c74 sjis_mbc_enc_len(const UChar* p) in sjis_mbc_enc_len()
96 sjis_mbc_to_code(const UChar* p, const UChar* end) in sjis_mbc_to_code()
117 UChar *p = buf; in sjis_code_to_mbc() local
133 const UChar* p = *pp; in sjis_mbc_to_normalize() local
185 const UChar *p; in sjis_left_adjust_char_head() local
H A Dutf8.c63 utf8_mbc_enc_len(const UChar* p) in utf8_mbc_enc_len()
69 utf8_is_mbc_newline(const UChar* p, const UChar* end) in utf8_is_mbc_newline()
92 utf8_mbc_to_code(const UChar* p, const UChar* end) in utf8_mbc_to_code()
174 UChar *p = buf; in utf8_code_to_mbc() local
223 const UChar* p = *pp; in utf8_mbc_to_normalize() local
268 const UChar* p = *pp; in utf8_is_mbc_ambiguous() local
3694 const UChar *p; in utf8_left_adjust_char_head() local
H A Deuc_tw.c52 euctw_mbc_enc_len(const UChar* p) in euctw_mbc_enc_len()
58 euctw_mbc_to_code(const UChar* p, const UChar* end) in euctw_mbc_to_code()
97 const UChar *p; in euctw_left_adjust_char_head() local
H A Deuc_kr.c52 euckr_mbc_enc_len(const UChar* p) in euckr_mbc_enc_len()
58 euckr_mbc_to_code(const UChar* p, const UChar* end) in euckr_mbc_to_code()
97 const UChar *p; in euckr_left_adjust_char_head() local
H A Dbig5.c52 big5_mbc_enc_len(const UChar* p) in big5_mbc_enc_len()
58 big5_mbc_to_code(const UChar* p, const UChar* end) in big5_mbc_to_code()
114 const UChar *p; in big5_left_adjust_char_head() local
H A Diso8859_1.c73 const UChar* p = *pp; in iso_8859_1_mbc_to_normalize() local
92 const UChar* p = *pp; in iso_8859_1_is_mbc_ambiguous() local
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c222 zend_uchar *p = buf; in php_mysqlnd_read_error_from_line() local
308 zend_uchar *p = buf; in php_mysqlnd_greet_read() local
584 zend_uchar *p = buf; in php_mysqlnd_auth_response_read() local
747 zend_uchar *p = buf; in php_mysqlnd_ok_read() local
839 zend_uchar *p = buf; in php_mysqlnd_eof_read() local
938 zend_uchar *tmp, *p; in php_mysqlnd_cmd_write() local
988 zend_uchar *p = buf; in php_mysqlnd_rset_header_read() local
1128 zend_uchar *p = buf; in php_mysqlnd_rset_field_read() local
1751 zend_uchar *p; in php_mysqlnd_rowp_read() local
1918 zend_uchar *p = buf; in php_mysqlnd_prepare_read() local
[all …]
H A Dmysqlnd_alloc.h76 #define mnd_pecalloc(nmemb, size, p) mysqlnd_allocator.m_pecalloc((nmemb), (size), (p) MYSQLND_MEM_… argument
78 #define mnd_perealloc(ptr, new_size, p) mysqlnd_allocator.m_perealloc((ptr), (new_size), (p) MYSQLN… argument
87 #define mnd_sprintf(p, mx_len, fmt,...) mysqlnd_allocator.m_sprintf((p), (mx_len), (fmt), __VA_ARGS… argument
88 #define mnd_vsprintf(p, mx_len, fmt,ap) mysqlnd_allocator.m_vsprintf((p), (mx_len), (fmt), (ap)) argument
89 #define mnd_sprintf_free(p) mysqlnd_allocator.m_sprintf_free((p)) argument
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregenc.c56 UChar* p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s); in onigenc_get_right_adjust_char_head() local
127 UChar* p = (UChar* )s; in onigenc_strlen_null() local
152 UChar* p = (UChar* )s; in onigenc_str_bytelen_null() local
630 const UChar* p = *pp; in onigenc_ascii_is_mbc_ambiguous() local
642 onigenc_single_byte_mbc_enc_len(const UChar* p) in onigenc_single_byte_mbc_enc_len()
713 const UChar *p = *pp; in onigenc_mbn_mbc_to_normalize() local
742 const UChar* p = *pp; in onigenc_mbn_is_mbc_ambiguous() local
811 UChar *p = buf; in onigenc_mb2_code_to_mbc() local
828 UChar *p = buf; in onigenc_mb4_code_to_mbc() local
987 UChar* p = *pp; in onigenc_is_mbc_ambiguous() local
[all …]
H A Dregint.h277 #define SERIALIZE_2BYTE_INT(i,p) do {\ argument
282 #define SERIALIZE_4BYTE_INT(i,p) do {\ argument
289 #define SERIALIZE_8BYTE_INT(i,p) do {\ argument
300 #define GET_2BYTE_INT_INC(type,i,p) do {\ argument
305 #define GET_4BYTE_INT_INC(type,i,p) do {\ argument
313 #define GET_8BYTE_INT_INC(type,i,p) do {\ argument
327 #define SERIALIZE_SHORT(i,p) SERIALIZE_2BYTE_INT(i,p) argument
452 UChar* p; member
677 #define PLATFORM_GET_INC(val,p,type) do{\ argument
684 #define PLATFORM_GET_INC(val,p,type) do{\ argument
[all …]
H A Dregenc.h55 #define ONIG_IS_NULL(p) (((void*)(p)) == (void*)0) argument
56 #define ONIG_IS_NOT_NULL(p) (((void*)(p)) != (void*)0) argument
57 #define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL argument
58 #define ONIG_CHECK_NULL_RETURN_VAL(p,val) if (ONIG_IS_NULL(p)) return (val) argument
H A Dregerror.c44 char *p; in onig_error_code_to_format() local
190 UChar *p; in to_ascii() local
241 UChar *p, *q; local
315 UChar *p, *s, *bp; local
/PHP-5.4/TSRM/
H A Dtsrm_config_common.h62 # define tsrm_free_alloca(p, use_heap) \ argument
66 # define tsrm_do_alloca(p, use_heap) malloc(p) argument
67 # define tsrm_free_alloca(p, use_heap) free(p) argument
/PHP-5.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c369 union VALUETYPE *p = &ms->ms_value; in mprint() local
647 union VALUETYPE *p = &ms->ms_value; in moffset() local
796 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
802 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
808 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
814 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
837 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
843 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
856 union VALUETYPE *p = &ms->ms_value; in mconvert() local
1138 union VALUETYPE *p = &ms->ms_value; in mget() local
[all …]
/PHP-5.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c268 unsigned char *p; in mbfl_buffer_converter_feed2() local
488 unsigned char *p; in mbfl_encoding_detector_feed() local
572 unsigned char *p; in mbfl_convert_encoding() local
638 unsigned char *p; in mbfl_identify_encoding() local
721 unsigned char *p; in mbfl_identify_encoding2() local
814 unsigned char *p; in mbfl_strlen() local
886 int *p, *h, *m, n; in collector_strpos() local
938 unsigned char *p; in mbfl_oddlen() local
1197 unsigned char *p; in mbfl_substr_count() local
1781 unsigned char *p; in mbfl_strwidth() local
[all …]

Completed in 67 milliseconds

1234567891011