Home
last modified time | relevance | path

Searched defs:chars (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/filter/
H A Dsanitizing_filters.c26 static void php_filter_encode_html(zval *value, const unsigned char *chars) in php_filter_encode_html()
61 static void php_filter_encode_url(zval *value, const unsigned char* chars, const int char_len, int … in php_filter_encode_url()
/php-src/ext/intl/converter/
H A Dconverter.stub.php153 public function setSubstChars(string $chars): bool {}
H A Dconverter.c72 char chars[127]; in php_converter_default_callback() local
552 char *chars; in PHP_METHOD() local
592 char chars[127]; in PHP_METHOD() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h90 …_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 **str_ptr, sljit_uw offs1, sljit_uw offs2, sljit_uw chars) in FF_FUN()
H A Dpcre2_jit_compile.c386 PCRE2_UCHAR chars[MAX_DIFF_CHARS]; member
5558 static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_char_data *chars, BOOL last) in add_prefix_char()
5592 static int scan_prefix(compiler_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int m… in scan_prefix()
6022 …OL check_fast_forward_char_pair_simd(compiler_common *common, fast_forward_char_data *chars, int m… in check_fast_forward_char_pair_simd()
6161 fast_forward_char_data chars[MAX_N_CHARS]; in fast_forward_first_n_chars() local
/php-src/ext/standard/
H A Dscanf.c101 char *chars; member
H A Durl.c84 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn()
H A Dstring.c5534 int chars[256]; local
/php-src/ext/ldap/
H A Dldap.c3799 static void php_ldap_escape_map_set_chars(bool *map, const char *chars, const size_t charslen, char… in php_ldap_escape_map_set_chars()

Completed in 89 milliseconds