Home
last modified time | relevance | path

Searched defs:map (Results 1 – 22 of 22) sorted by relevance

/PHP-8.3/ext/filter/
H A Dsanitizing_filters.c129 static void filter_map_init(filter_map *map) in filter_map_init()
134 static void filter_map_update(filter_map *map, int flag, const unsigned char *allowed_list) in filter_map_update()
144 static void filter_map_apply(zval *value, filter_map *map) in filter_map_apply()
299 filter_map map; in php_filter_email() local
313 filter_map map; in php_filter_url() local
326 filter_map map; in php_filter_number_int() local
339 filter_map map; in php_filter_number_float() local
/PHP-8.3/ext/gd/libgd/
H A Dgdcache.c159 cacheTest (void *map, void *key) in cacheTest()
167 key_value_t *map; in cacheFetch() local
178 cacheRelease (void *map) in cacheRelease()
/PHP-8.3/ext/mbstring/ucgendat/
H A Ducgendat.php531 function generateCaseMPH(string $name, array $map) {
598 function tryGenerateMPH(array $map, int $gSize) {
676 function generateMPH(array $map, bool $fast) {
/PHP-8.3/ext/standard/
H A Dpack.c91 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 Dstring.c3273 const __m128i map = _mm_set_epi8( local
/PHP-8.3/ext/standard/html_tables/
H A Dhtml_table_gen.php182 $map = array(); variable
325 $map = array(); variable
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_script_run.c90 uint32_t map[FULL_MAPSIZE]; in PRIV() local
H A Dpcre2_printint.c679 uint8_t *map; in pcre2_printint() local
H A Dpcre2_internal.h1864 #define MAPBIT(map,n) ((map)[(n)/32]&(1u<<((n)%32))) argument
1865 #define MAPSET(map,n) ((map)[(n)/32]|=(1u<<((n)%32))) argument
/PHP-8.3/ext/fileinfo/libmagic/
H A Dapprentice.c445 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) in add_mlist()
470 struct magic_map *map; in apprentice_1() local
597 apprentice_unmap(struct magic_map *map) in apprentice_unmap()
1460 struct magic_map *map; in apprentice_load() local
3195 struct magic_map *map; in apprentice_map() local
3335 apprentice_compile(struct magic_set *ms, struct magic_map *map, const char *fn) in apprentice_compile()
H A Dfile.h407 void *map; /* internal resources used by entry */ member
/PHP-8.3/Zend/Optimizer/
H A Dzend_call_graph.c250 zend_call_info **map, *call; in zend_build_call_map() local
H A Dcompact_literals.c157 int i, j, n, *map; in zend_optimizer_compact_literals() local
H A Dzend_cfg.h89 uint32_t *map; member
H A Dblock_pass.c1052 uint32_t *map; in assemble_code_blocks() local
/PHP-8.3/ext/mbstring/
H A Dmbstring.stub.php165 function mb_encode_numericentity(string $string, array $map, ?string $encoding = null, bool $hex = …
168 function mb_decode_numericentity(string $string, array $map, ?string $encoding = null): string {}
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_perf_dump.c321 os_signpost_id_t map = os_signpost_id_make_with_pointer(jitdump_fd, start); in zend_jit_perf_map_register() local
/PHP-8.3/ext/soap/
H A Dphp_encoding.h185 soapMappingPtr map; member
H A Dphp_encoding.c3605 soapMappingPtr map = (soapMappingPtr)data; in delete_mapping() local
/PHP-8.3/ext/sockets/
H A Dsockets.c2615 HANDLE map; local
2670 HANDLE map; local
/PHP-8.3/ext/ldap/
H A Dldap.c3753 static zend_string* php_ldap_do_escape(const bool *map, const char *value, size_t valuelen, zend_lo… in php_ldap_do_escape()
3790 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()
3804 bool map[256] = {0}, havecharlist = 0; in PHP_FUNCTION() local
/PHP-8.3/Zend/
H A Dzend_alloc.c294 zend_mm_page_info map[ZEND_MM_PAGES]; /* 2 KB = 512 * 4 */ member

Completed in 119 milliseconds