/php-src/ext/filter/ |
H A D | sanitizing_filters.c | 131 static void filter_map_init(filter_map *map) in filter_map_init() 136 static void filter_map_update(filter_map *map, int flag, const unsigned char *allowed_list) in filter_map_update() 146 static void filter_map_apply(zval *value, filter_map *map) in filter_map_apply() 301 filter_map map; in php_filter_email() local 315 filter_map map; in php_filter_url() local 328 filter_map map; in php_filter_number_int() local 341 filter_map map; in php_filter_number_float() local
|
/php-src/ext/dom/ |
H A D | xml_serializer.c | 112 static zend_always_inline void dom_xml_ns_prefix_map_ctor(dom_xml_ns_prefix_map *map) in dom_xml_ns_prefix_map_ctor() 118 static void dom_xml_ns_prefix_map_destroy(dom_xml_ns_prefix_map *map) in dom_xml_ns_prefix_map_destroy() 164 dom_xml_local_prefix_map *map, in dom_xml_local_prefix_map_add() 175 const dom_xml_local_prefix_map *map, in dom_xml_local_prefix_map_find() 185 const dom_xml_local_prefix_map *map, in dom_xml_local_prefix_map_conflicts() 199 const dom_xml_local_prefix_map *map, in dom_xml_local_prefix_map_contains() 209 dom_xml_ns_prefix_map *map, in dom_xml_ns_prefix_map_add() 293 dom_xml_ns_prefix_map *map, in dom_prefix_found_in_ns_prefix_map() 438 dom_xml_ns_prefix_map *map, in dom_xml_generate_a_prefix() 717 dom_xml_ns_prefix_map *map, in dom_xml_serialize_attributes() [all …]
|
H A D | php_dom.c | 2443 dom_nnodemap_object *map = php_dom_obj_from_obj(object)->ptr; in dom_modern_nodemap_read_dimension() local 2471 dom_nnodemap_object *map = obj->ptr; in dom_modern_nodemap_has_dimension() local
|
/php-src/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-src/ext/mbstring/ucgendat/ |
H A D | ucgendat.php | 539 function generateCaseMPH(string $name, array $map) { 606 function tryGenerateMPH(array $map, int $gSize) { 684 function generateMPH(array $map, bool $fast) {
|
/php-src/ext/standard/ |
H A D | pack.c | 89 static void php_pack(zval *val, size_t size, int *map, char *output) in php_pack() 541 int *map = machine_endian_short_map; in PHP_FUNCTION() local 568 int *map = machine_endian_long_map; in PHP_FUNCTION() local 588 int *map = machine_endian_longlong_map; in PHP_FUNCTION() local
|
H A D | string.c | 3535 const __m128i map = _mm_set_epi8( local
|
/php-src/ext/standard/html_tables/ |
H A D | html_table_gen.php | 182 $map = array(); variable 325 $map = array(); variable
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_script_run.c | 90 uint32_t map[FULL_MAPSIZE]; in PRIV() local
|
H A D | pcre2_printint.c | 718 uint8_t *map = (uint8_t *)ccode; in pcre2_printint() local
|
H A D | pcre2_internal.h | 1898 #define MAPBIT(map,n) ((map)[(n)/32]&(1u<<((n)%32))) argument 1899 #define MAPSET(map,n) ((map)[(n)/32]|=(1u<<((n)%32))) argument
|
/php-src/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 444 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) in add_mlist() 469 struct magic_map *map; in apprentice_1() local 596 apprentice_unmap(struct magic_map *map) in apprentice_unmap() 1461 struct magic_map *map; in apprentice_load() local 3212 struct magic_map *map; in apprentice_map() local 3352 apprentice_compile(struct magic_set *ms, struct magic_map *map, const char *fn) in apprentice_compile()
|
H A D | file.h | 417 void *map; /* internal resources used by entry */ member
|
/php-src/Zend/Optimizer/ |
H A D | zend_call_graph.c | 267 zend_call_info **map, *call; in zend_build_call_map() local
|
H A D | compact_literals.c | 157 int i, j, n, *map; in zend_optimizer_compact_literals() local
|
H A D | zend_cfg.h | 89 uint32_t *map; member
|
H A D | block_pass.c | 1052 uint32_t *map; in assemble_code_blocks() local
|
/php-src/ext/mbstring/ |
H A D | mbstring.stub.php | 175 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = … 178 function mb_decode_numericentity(string $string, array $map, ?string $encoding = null): string {}
|
/php-src/Zend/ |
H A D | zend_call_stack.c | 709 prmap_t *map, *orig; in zend_call_stack_get_solaris_proc_maps() local
|
H A D | zend_alloc.c | 324 zend_mm_page_info map[ZEND_MM_PAGES]; /* 2 KB = 512 * 4 */ member
|
/php-src/ext/soap/ |
H A D | php_encoding.h | 186 soapMappingPtr map; member
|
H A D | php_encoding.c | 3697 soapMappingPtr map = (soapMappingPtr)data; in delete_mapping() local
|
/php-src/ext/sockets/ |
H A D | sockets.c | 2699 HANDLE map; local 2755 HANDLE map; local
|
/php-src/ext/ldap/ |
H A D | ldap.c | 3754 static zend_string* php_ldap_do_escape(const bool *map, const char *value, size_t valuelen, zend_lo… in php_ldap_do_escape() 3801 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() 3815 bool map[256] = {0}, havecharlist = 0; in PHP_FUNCTION() local
|