Home
last modified time | relevance | path

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

/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c142 static void filter_map_init(filter_map *map) in filter_map_init()
147 static void filter_map_update(filter_map *map, int flag, const unsigned char *allowed_list) in filter_map_update()
157 static void filter_map_apply(zval *value, filter_map *map) in filter_map_apply()
310 filter_map map; in php_filter_email() local
324 filter_map map; in php_filter_url() local
337 filter_map map; in php_filter_number_int() local
350 filter_map map; in php_filter_number_float() local
/PHP-7.4/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-7.4/ext/standard/
H A Dpack.c85 static void php_pack(zval *val, size_t size, int *map, char *output) in php_pack()
539 int *map = machine_endian_short_map; in PHP_FUNCTION() local
566 int *map = machine_endian_long_map; in PHP_FUNCTION() local
586 int *map = machine_endian_longlong_map; in PHP_FUNCTION() local
692 static zend_long php_unpack(char *data, size_t size, int issigned, int *map) in php_unpack()
1034 int *map = machine_endian_short_map; in PHP_FUNCTION() local
1068 int *map = machine_endian_long_map; in PHP_FUNCTION() local
1103 int *map = machine_endian_longlong_map; in PHP_FUNCTION() local
H A Dstring.c3565 const __m128i map = _mm_set_epi8( local
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php479 function generateCaseMPH(string $name, array $map) {
546 function tryGenerateMPH(array $map, int $gSize) {
624 function generateMPH(array $map, bool $fast) {
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php186 $map = array(); variable
329 $map = array(); variable
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.h48 void *map; member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c392 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) in add_mlist()
417 struct magic_map *map; in apprentice_1() local
528 apprentice_unmap(struct magic_map *map) in apprentice_unmap()
1288 struct magic_map *map; in apprentice_load() local
2986 struct magic_map *map; in apprentice_map() local
3184 apprentice_compile(struct magic_set *ms, struct magic_map *map, const char *fn) in apprentice_compile()
H A Dfile.h377 void *map; /* internal resources used by entry */ member
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.c283 zend_call_info **map, *call; in zend_build_call_map() local
H A Dcompact_literals.c122 int i, j, n, *map, cache_size; in zend_optimizer_compact_literals() local
H A Dzend_cfg.h90 uint32_t *map; member
H A Dblock_pass.c1035 uint32_t *map; in assemble_code_blocks() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c648 uint8_t *map; in pcre2_printint() local
/PHP-7.4/ext/soap/
H A Dphp_encoding.h180 soapMappingPtr map; member
H A Dphp_encoding.c3602 soapMappingPtr map = (soapMappingPtr)data; in delete_mapping() local
/PHP-7.4/ext/sockets/
H A Dsockets.c2830 HANDLE map; local
2886 HANDLE map; local
/PHP-7.4/ext/ldap/
H A Dldap.c3831 static zend_string* php_ldap_do_escape(const zend_bool *map, const char *value, size_t valuelen, ze… in php_ldap_do_escape()
3868 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()
3882 zend_bool map[256] = {0}, havecharlist = 0; in PHP_FUNCTION() local
/PHP-7.4/Zend/
H A Dzend_alloc.c292 zend_mm_page_info map[ZEND_MM_PAGES]; /* 2 KB = 512 * 4 */ member

Completed in 97 milliseconds