Home
last modified time | relevance | path

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

1234567891011

/PHP-5.6/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.6/Zend/
H A Dzend_hash.c246 Bucket *p; in _zend_hash_add_or_update() local
311 Bucket *p; in _zend_hash_quick_add_or_update() local
386 Bucket *p; in _zend_hash_index_update_or_next_insert() local
466 Bucket *p; in zend_hash_rehash() local
484 Bucket *p; in zend_hash_reindex() local
511 Bucket *p; in zend_hash_del_key_or_index() local
634 Bucket *p; in zend_hash_apply() local
659 Bucket *p; in zend_hash_apply_with_argument() local
684 Bucket *p; in zend_hash_apply_with_arguments() local
722 Bucket *p; in zend_hash_reverse_apply() local
[all …]
H A Dzend_gc.c266 Bucket *p; in zval_scan_black() local
330 Bucket *p; in zobj_scan_black() local
370 Bucket *p; in zval_mark_grey() local
436 Bucket *p; in zobj_mark_grey() local
508 Bucket *p; in zval_scan() local
572 Bucket *p; in zobj_scan() local
630 Bucket *p; in zval_collect_white() local
707 Bucket *p; in zobj_collect_white() local
782 zval_gc_info *p, *q, *orig_free_list, *orig_next_to_free; in gc_collect_cycles() local
H A Dzend_execute.h205 zend_vm_stack p = stack->prev; in zend_vm_stack_destroy() local
213 …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
273 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_free_int() local
285 zend_vm_stack p = EG(argument_stack); in zend_vm_stack_free() local
302 void **p = EG(argument_stack)->top - 1; in zend_vm_stack_clear_multiple() local
320 void **p = ex->function_state.arguments; in zend_vm_stack_get_args_count_ex() local
329 void **p = ex->function_state.arguments; in zend_vm_stack_get_arg_ex() local
367 #define zendi_zval_copy_ctor(p) zval_copy_ctor(&(p)) argument
368 #define zendi_zval_dtor(p) zval_dtor(&(p)) argument
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
H A Dzend_string.c89 Bucket *p; in zend_new_interned_string_int() local
190 Bucket *p; in zend_interned_strings_restore_int() local
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dutf16_be.c52 utf16be_mbc_enc_len(const UChar* p) in utf16be_mbc_enc_len()
58 utf16be_is_mbc_newline(const UChar* p, const UChar* end) in utf16be_is_mbc_newline()
78 utf16be_mbc_to_code(const UChar* p, const UChar* end) in utf16be_mbc_to_code()
104 UChar* p = buf; in utf16be_code_to_mbc() local
128 const UChar* p = *pp; in utf16be_mbc_case_fold() local
204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16be_get_case_fold_codes_by_str()
H A Dutf16_le.c58 utf16le_mbc_enc_len(const UChar* p) in utf16le_mbc_enc_len()
64 utf16le_is_mbc_newline(const UChar* p, const UChar* end) in utf16le_is_mbc_newline()
84 utf16le_mbc_to_code(const UChar* p, const UChar* end) in utf16le_mbc_to_code()
105 UChar* p = buf; in utf16le_code_to_mbc() local
130 const UChar* p = *pp; in utf16le_mbc_case_fold() local
204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16le_get_case_fold_codes_by_str()
H A Dutf8.c63 mbc_enc_len(const UChar* p) in mbc_enc_len()
69 is_mbc_newline(const UChar* p, const UChar* end) in is_mbc_newline()
94 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
150 UChar *p = buf; in code_to_mbc() local
200 const UChar* p = *pp; in mbc_case_fold() local
273 const UChar *p; in left_adjust_char_head() local
284 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Dutf32_be.c39 utf32be_is_mbc_newline(const UChar* p, const UChar* end) in utf32be_is_mbc_newline()
61 utf32be_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf32be_mbc_to_code()
76 UChar* p = buf; in utf32be_code_to_mbc() local
89 const UChar* p = *pp; in utf32be_mbc_case_fold() local
162 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32be_get_case_fold_codes_by_str()
H A Dutf32_le.c39 utf32le_is_mbc_newline(const UChar* p, const UChar* end) in utf32le_is_mbc_newline()
61 utf32le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf32le_mbc_to_code()
76 UChar* p = buf; in utf32le_code_to_mbc() local
89 const UChar* p = *pp; in utf32le_mbc_case_fold() local
162 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32le_get_case_fold_codes_by_str()
H A Deuc_jp.c54 mbc_enc_len(const UChar* p) in mbc_enc_len()
60 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
109 UChar *p = buf; in code_to_mbc() local
127 const UChar* p = *pp; in mbc_case_fold() local
152 const UChar *p; in left_adjust_char_head() local
208 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype()
H A Dsjis.c74 mbc_enc_len(const UChar* p) in mbc_enc_len()
96 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
117 UChar *p = buf; in code_to_mbc() local
133 const UChar* p = *pp; in mbc_case_fold() local
181 const UChar *p; in left_adjust_char_head() local
242 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype()
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()
91 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()
100 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()
117 const UChar *p; in big5_left_adjust_char_head() local
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c240 zend_uchar *p = buf; in php_mysqlnd_read_error_from_line() local
326 zend_uchar *p = buf; in php_mysqlnd_greet_read() local
648 zend_uchar *p = buf; in php_mysqlnd_auth_response_read() local
811 zend_uchar *p = buf; in php_mysqlnd_ok_read() local
903 zend_uchar *p = buf; in php_mysqlnd_eof_read() local
1052 zend_uchar *p = buf; in php_mysqlnd_rset_header_read() local
1192 zend_uchar *p = buf; in php_mysqlnd_rset_field_read() local
1806 zend_uchar *p; in php_mysqlnd_rowp_read() local
1971 zend_uchar *p = buf; in php_mysqlnd_prepare_read() local
2059 zend_uchar *p = buf; in php_mysqlnd_chg_user_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.6/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
67 UChar* p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s); in onigenc_get_right_adjust_char_head_with_prev() local
101 onigenc_step(OnigEncoding enc, const UChar* p, const UChar* end, int n) in onigenc_step()
111 onigenc_strlen(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_strlen()
127 UChar* p = (UChar* )s; in onigenc_strlen_null() local
152 UChar* p = (UChar* )s; in onigenc_str_bytelen_null() local
417 const OnigUChar* p, const OnigUChar* end ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str()
564 onigenc_is_mbc_newline_0x0a(const UChar* p, const UChar* end) in onigenc_is_mbc_newline_0x0a()
665 const UChar *p = *pp; in onigenc_mbn_mbc_case_fold() local
720 UChar *p = buf; in onigenc_mb2_code_to_mbc() local
[all …]
H A Dregerror.c44 char *p; in onig_error_code_to_format() local
199 UChar *p; in to_ascii() local
257 UChar *p, *q; local
331 UChar *p, *s, *bp; local
H A Dregenc.h69 #define ONIG_IS_NULL(p) (((void*)(p)) == (void*)0) argument
70 #define ONIG_IS_NOT_NULL(p) (((void*)(p)) != (void*)0) argument
71 #define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL argument
72 #define ONIG_CHECK_NULL_RETURN_VAL(p,val) if (ONIG_IS_NULL(p)) return (val) argument
74 #define enclen(enc,p) ONIGENC_MBC_ENC_LEN(enc,p) argument
/PHP-5.6/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.6/ext/fileinfo/libmagic/
H A Dsoftmagic.c385 union VALUETYPE *p = &ms->ms_value; in mprint() local
682 union VALUETYPE *p = &ms->ms_value; in moffset() local
830 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
836 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
842 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
848 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
871 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
877 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
890 union VALUETYPE *p = &ms->ms_value; in mconvert() local
1170 union VALUETYPE *p = &ms->ms_value; in mget() local
[all …]
/PHP-5.6/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 …]
/PHP-5.6/ext/gd/libgd/
H A Dgd_transform.c12 register int p; in gdImageFlipVertical() local
19 unsigned char p; in gdImageFlipVertical() local

Completed in 144 milliseconds

1234567891011