Searched defs:chars (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/ext/filter/ |
H A D | sanitizing_filters.c | 28 static void php_filter_encode_html(zval *value, const unsigned char *chars) in php_filter_encode_html() 64 static void php_filter_encode_url(zval *value, const unsigned char* chars, const int char_len, int … in php_filter_encode_url()
|
/PHP-7.3/ext/intl/converter/ |
H A D | converter.c | 78 char chars[127]; in php_converter_default_callback() local 586 char *chars; in PHP_METHOD() local 631 char chars[127]; in PHP_METHOD() local
|
/PHP-7.3/ext/standard/ |
H A D | scanf.c | 105 char *chars; member
|
H A D | url.c | 94 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn()
|
H A D | string.c | 5473 int chars[256]; local
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 362 PCRE2_UCHAR chars[MAX_DIFF_CHARS]; member 3838 static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_char_data *chars, BOOL last) in add_prefix_char() 3872 static int scan_prefix(compiler_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int m… in scan_prefix() 4916 …OL check_fast_forward_char_pair_sse2(compiler_common *common, fast_forward_char_data *chars, int m… in check_fast_forward_char_pair_sse2() 5076 fast_forward_char_data chars[MAX_N_CHARS]; in fast_forward_first_n_chars() local
|
/PHP-7.3/ext/ldap/ |
H A D | ldap.c | 3900 static void php_ldap_escape_map_set_chars(zend_bool *map, const char *chars, const size_t charslen,… in php_ldap_escape_map_set_chars()
|
Completed in 81 milliseconds