Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dutf16_le.c58 utf16le_mbc_enc_len(const UChar* p) in utf16le_mbc_enc_len()
64 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
79 utf16le_is_mbc_newline(const UChar* p, const UChar* end) in utf16le_is_mbc_newline()
100 utf16le_mbc_to_code(const UChar* p, const UChar* end) in utf16le_mbc_to_code()
121 UChar* p = buf; in utf16le_code_to_mbc() local
146 const UChar* p = *pp; in utf16le_mbc_case_fold() local
220 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16le_get_case_fold_codes_by_str()
H A Dutf8.c64 mbc_enc_len(const UChar* p) in mbc_enc_len()
70 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
94 is_mbc_newline(const UChar* p, const UChar* end) in is_mbc_newline()
119 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
175 UChar *p = buf; in code_to_mbc() local
225 const UChar* p = *pp; in mbc_case_fold() local
298 const UChar *p; in left_adjust_char_head() local
309 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Dutf16_be.c52 utf16be_mbc_enc_len(const UChar* p) in utf16be_mbc_enc_len()
64 utf16be_is_mbc_newline(const UChar* p, const UChar* end) in utf16be_is_mbc_newline()
85 utf16be_mbc_to_code(const UChar* p, const UChar* end) in utf16be_mbc_to_code()
111 UChar* p = buf; in utf16be_code_to_mbc() local
135 const UChar* p = *pp; in utf16be_mbc_case_fold() local
211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16be_get_case_fold_codes_by_str()
H A Deuc_jp.c54 mbc_enc_len(const UChar* p) in mbc_enc_len()
60 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
96 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
145 UChar *p = buf; in code_to_mbc() local
163 const UChar* p = *pp; in mbc_case_fold() local
188 const UChar *p; in left_adjust_char_head() local
230 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()
80 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
129 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code()
150 UChar *p = buf; in code_to_mbc() local
166 const UChar* p = *pp; in mbc_case_fold() local
214 const UChar *p; in left_adjust_char_head() local
262 property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end) in property_name_to_ctype()
H A Dregenc.c67 UChar* p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s); in onigenc_get_right_adjust_char_head() local
78 UChar* p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s); in onigenc_get_right_adjust_char_head_with_prev() local
136 onigenc_strlen(OnigEncoding enc, const UChar* p, const UChar* end) in onigenc_strlen()
152 UChar* p = (UChar* )s; in onigenc_strlen_null() local
177 UChar* p = (UChar* )s; in onigenc_str_bytelen_null() local
442 const OnigUChar* p, const OnigUChar* end ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str()
589 onigenc_is_mbc_newline_0x0a(const UChar* p, const UChar* end) in onigenc_is_mbc_newline_0x0a()
675 const UChar* p, const UChar* end) in onigenc_length_check_is_valid_mbc_string()
717 const UChar *p = *pp; in onigenc_mbn_mbc_case_fold() local
772 UChar *p = buf; in onigenc_mb2_code_to_mbc() local
[all …]
H A Dutf32_be.c45 utf32be_is_mbc_newline(const UChar* p, const UChar* end) in utf32be_is_mbc_newline()
68 utf32be_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf32be_mbc_to_code()
83 UChar* p = buf; in utf32be_code_to_mbc() local
96 const UChar* p = *pp; in utf32be_mbc_case_fold() local
169 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32be_get_case_fold_codes_by_str()
H A Dutf32_le.c45 utf32le_is_mbc_newline(const UChar* p, const UChar* end) in utf32le_is_mbc_newline()
68 utf32le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf32le_mbc_to_code()
83 UChar* p = buf; in utf32le_code_to_mbc() local
96 const UChar* p = *pp; in utf32le_mbc_case_fold() local
169 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32le_get_case_fold_codes_by_str()
H A Deuc_tw.c52 euctw_mbc_enc_len(const UChar* p) in euctw_mbc_enc_len()
58 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
97 euctw_mbc_to_code(const UChar* p, const UChar* end) in euctw_mbc_to_code()
130 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 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
82 euckr_mbc_to_code(const UChar* p, const UChar* end) in euckr_mbc_to_code()
124 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 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
83 big5_mbc_to_code(const UChar* p, const UChar* end) in big5_mbc_to_code()
142 const UChar *p; in big5_left_adjust_char_head() local
H A Dregerror.c44 char *p; in onig_error_code_to_format() local
205 UChar *p; in to_ascii() local
263 UChar *p, *q; local
337 UChar *p, *s, *bp; local
H A Dgb18030.c66 gb18030_mbc_enc_len(const UChar* p) in gb18030_mbc_enc_len()
79 is_valid_mbc_string(const UChar* p, const UChar* end) in is_valid_mbc_string()
119 gb18030_mbc_to_code(const UChar* p, const UChar* end) in gb18030_mbc_to_code()
190 const UChar *p; in gb18030_left_adjust_char_head() local
/PHP-7.2/Zend/
H A Dzend_hash.c546 Bucket *p; in _zend_hash_add_or_update_i() local
709 Bucket *p; in _zend_hash_index_add_or_update_i() local
874 Bucket *p; in zend_hash_rehash() local
1036 Bucket *p; in zend_hash_del() local
1067 Bucket *p; in zend_hash_del_ind() local
1116 Bucket *p; in zend_hash_str_del_ind() local
1160 Bucket *p; in zend_hash_str_del() local
1189 Bucket *p; in zend_hash_index_del() local
1446 Bucket *p; in zend_hash_graceful_destroy() local
1466 Bucket *p; in zend_hash_graceful_reverse_destroy() local
[all …]
H A Dzend_ini.c214 zend_ini_entry *p; in zend_register_ini_entries() local
282 zend_ini_entry *p = (zend_ini_entry *)Z_PTR_P(el); in zend_ini_refresh_cache() local
621 zend_bool *p; in ZEND_INI_MH() local
650 zend_long *p; in ZEND_INI_MH() local
668 zend_long *p, tmp; in ZEND_INI_MH() local
691 double *p; in ZEND_INI_MH() local
709 char **p; in ZEND_INI_MH() local
727 char **p; in ZEND_INI_MH() local
H A Dzend_opcode.c174 zval *p = static_members; in zend_cleanup_internal_class_data() local
259 zval *p = ce->default_properties_table; in destroy_zend_class() local
269 zval *p = ce->default_static_members_table; in destroy_zend_class() local
314 zval *p = ce->default_properties_table; in destroy_zend_class() local
324 zval *p = ce->default_static_members_table; in destroy_zend_class() local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c443 union VALUETYPE *p = &ms->ms_value; in mprint() local
741 union VALUETYPE *p = &ms->ms_value; in moffset() local
939 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
946 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
953 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
960 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
986 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
993 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
1007 union VALUETYPE *p = &ms->ms_value; in mconvert() local
1336 union VALUETYPE *p = &ms->ms_value; in mget() local
[all …]
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c203 const zend_uchar *p = buf; in php_mysqlnd_read_error_from_line() local
328 const zend_uchar * p = buf; in php_mysqlnd_greet_read() local
673 const zend_uchar * p = buf; in php_mysqlnd_auth_response_read() local
848 const zend_uchar * p = buf; in php_mysqlnd_ok_read() local
1049 zend_uchar *tmp, *p; in php_mysqlnd_cmd_write() local
1469 zend_uchar * p = NULL; in php_mysqlnd_read_row_ex() local
1828 zend_uchar *p; in php_mysqlnd_rowp_read() local
1921 MYSQLND_PACKET_ROW *p; in php_mysqlnd_rowp_free_mem() local
2007 zend_uchar *p = buf; in php_mysqlnd_prepare_read() local
2102 zend_uchar *p = buf; in php_mysqlnd_chg_user_read() local
[all …]
H A Dmysqlnd_alloc.h55 #define mnd_pecalloc(nmemb, size, p) mysqlnd_allocator.m_pecalloc((nmemb), (size), (p) MYSQLND_MEM_… argument
57 #define mnd_perealloc(ptr, new_size, p) mysqlnd_allocator.m_perealloc((ptr), (new_size), (p) MYSQLN… argument
67 #define mnd_sprintf(p, mx_len, fmt,...) mysqlnd_allocator.m_sprintf((p), (mx_len), (fmt), __VA_ARGS… argument
68 #define mnd_vsprintf(p, mx_len, fmt,ap) mysqlnd_allocator.m_vsprintf((p), (mx_len), (fmt), (ap)) argument
69 #define mnd_sprintf_free(p) mysqlnd_allocator.m_sprintf_free((p)) argument
/PHP-7.2/ext/opcache/
H A Dzend_file_cache.c265 Bucket *p, *end; local
400 zval *p, *end; local
463 zend_arg_info *p, *end; local
493 zend_string **p, **end; local
592 zval *p, *end; local
604 zval *p, *end; local
923 Bucket *p, *end; local
1051 zval *p, *end; local
1112 zend_arg_info *p, *end; local
1229 zval *p, *end; local
[all …]
H A Dzend_accelerator_util_funcs.c120 Bucket *p; in zend_accel_move_user_functions() local
174 Bucket *p, *q, *end; in zend_hash_clone_constants() local
225 Bucket *p, *q, *end; in zend_hash_clone_methods() local
283 Bucket *p, *q, *end; in zend_hash_clone_prop_info() local
476 Bucket *p, *end; in zend_accel_function_hash_copy() local
520 Bucket *p, *end; in zend_accel_function_hash_copy_from_shm() local
563 Bucket *p, *end; in zend_accel_class_hash_copy() local
H A Dzend_persist.c31 #define zend_accel_store(p, size) \ argument
33 #define zend_accel_memdup(p, size) \ argument
87 Bucket *p; in zend_hash_persist() local
181 Bucket *p; in zend_hash_persist_immutable() local
411 zval *p = zend_accel_memdup(op_array->literals, sizeof(zval) * op_array->last_literal); in zend_persist_op_array_ex() local
/PHP-7.2/TSRM/
H A Dtsrm_config_common.h63 # define tsrm_free_alloca(p, use_heap) \ argument
67 # define tsrm_do_alloca(p, use_heap) malloc(p) argument
68 # define tsrm_free_alloca(p, use_heap) free(p) argument
/PHP-7.2/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-7.2/ext/gd/libgd/
H A Dgd_transform.c12 register int p; in gdImageFlipVertical() local
19 unsigned char p; in gdImageFlipVertical() local

Completed in 112 milliseconds

1234567891011