/PHP-8.1/ext/filter/ |
H A D | sanitizing_filters.c | 130 static void filter_map_init(filter_map *map) in filter_map_init() 135 static void filter_map_update(filter_map *map, int flag, const unsigned char *allowed_list) in filter_map_update() 145 static void filter_map_apply(zval *value, filter_map *map) in filter_map_apply() 300 filter_map map; in php_filter_email() local 314 filter_map map; in php_filter_url() local 327 filter_map map; in php_filter_number_int() local 340 filter_map map; in php_filter_number_float() local
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gdcache.c | 159 cacheTest (void *map, void *key) in cacheTest() 167 key_value_t *map; in cacheFetch() local 178 cacheRelease (void *map) in cacheRelease()
|
/PHP-8.1/ext/mbstring/ucgendat/ |
H A D | ucgendat.php | 531 function generateCaseMPH(string $name, array $map) { 598 function tryGenerateMPH(array $map, int $gSize) { 676 function generateMPH(array $map, bool $fast) {
|
/PHP-8.1/ext/standard/ |
H A D | pack.c | 91 static void php_pack(zval *val, size_t size, int *map, char *output) in php_pack() 543 int *map = machine_endian_short_map; in PHP_FUNCTION() local 570 int *map = machine_endian_long_map; in PHP_FUNCTION() local 590 int *map = machine_endian_longlong_map; in PHP_FUNCTION() local
|
H A D | string.c | 3334 const __m128i map = _mm_set_epi8( local
|
/PHP-8.1/ext/standard/html_tables/ |
H A D | html_table_gen.php | 182 $map = array(); variable 325 $map = array(); variable
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 401 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) in add_mlist() 426 struct magic_map *map; in apprentice_1() local 546 apprentice_unmap(struct magic_map *map) in apprentice_unmap() 1328 struct magic_map *map; in apprentice_load() local 3038 struct magic_map *map; in apprentice_map() local 3178 apprentice_compile(struct magic_set *ms, struct magic_map *map, const char *fn) in apprentice_compile()
|
H A D | file.h | 392 void *map; /* internal resources used by entry */ member
|
/PHP-8.1/Zend/Optimizer/ |
H A D | zend_call_graph.c | 253 zend_call_info **map, *call; in zend_build_call_map() local
|
H A D | zend_cfg.h | 90 uint32_t *map; member
|
H A D | compact_literals.c | 153 int i, j, n, *map, cache_size; in zend_optimizer_compact_literals() local
|
H A D | block_pass.c | 1095 uint32_t *map; in assemble_code_blocks() local
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_printint.c | 648 uint8_t *map; in pcre2_printint() local
|
/PHP-8.1/ext/mbstring/ |
H A D | mbstring.stub.php | 118 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … 121 function mb_decode_numericentity(string $string, array $map, ?string $encoding = null): string {}
|
/PHP-8.1/ext/soap/ |
H A D | php_encoding.h | 185 soapMappingPtr map; member
|
H A D | php_encoding.c | 3602 soapMappingPtr map = (soapMappingPtr)data; in delete_mapping() local
|
/PHP-8.1/ext/sockets/ |
H A D | sockets.c | 2598 HANDLE map; local 2653 HANDLE map; local
|
/PHP-8.1/ext/ldap/ |
H A D | ldap.c | 3880 static zend_string* php_ldap_do_escape(const bool *map, const char *value, size_t valuelen, zend_lo… in php_ldap_do_escape() 3927 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() 3941 bool map[256] = {0}, havecharlist = 0; in PHP_FUNCTION() local
|
/PHP-8.1/Zend/ |
H A D | zend_alloc.c | 293 zend_mm_page_info map[ZEND_MM_PAGES]; /* 2 KB = 512 * 4 */ member
|