Home
last modified time | relevance | path

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

/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c141 static void filter_map_init(filter_map *map) in filter_map_init()
146 static void filter_map_update(filter_map *map, int flag, const unsigned char *allowed_list) in filter_map_update()
156 static void filter_map_apply(zval *value, filter_map *map) in filter_map_apply()
308 filter_map map; in php_filter_email() local
322 filter_map map; in php_filter_url() local
335 filter_map map; in php_filter_number_int() local
348 filter_map map; in php_filter_number_float() local
/PHP-5.5/ext/gd/
H A Dgdcache.c156 cacheTest( void *map, void *key ) in cacheTest()
164 key_value_t *map; in cacheFetch() local
178 cacheRelease( void *map) in cacheRelease()
/PHP-5.5/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-5.5/ext/standard/
H A Dpack.c87 static void php_pack(zval **val, int size, int *map, char *output) in php_pack()
398 int *map = machine_endian_short_map; in PHP_FUNCTION() local
425 int *map = machine_endian_long_map; in PHP_FUNCTION() local
499 static long php_unpack(char *data, int size, int issigned, int *map) in php_unpack()
807 int *map = machine_endian_short_map; in PHP_FUNCTION() local
841 int *map = machine_endian_long_map; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c19 static void mappings_init(struct mappings *map) in mappings_init()
26 static void mappings_destroy(struct mappings *map) in mappings_destroy()
32 static int mappings_grow(struct mappings *map) in mappings_grow()
53 static int mappings_add(struct mappings *map, int cp_uni, int cp_932) in mappings_add()
384 struct mappings map; in main() local
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php187 $map = array(); variable
330 $map = array(); variable
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c364 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) in add_mlist()
389 struct magic_map *map; in apprentice_1() local
491 apprentice_unmap(struct magic_map *map) in apprentice_unmap()
1140 struct magic_map *map; in apprentice_load() local
2596 struct magic_map *map; in apprentice_map() local
2747 apprentice_compile(struct magic_set *ms, struct magic_map *map, const char *fn) in apprentice_compile()
H A Dfile.h353 void *map; /* internal resources used by entry */ member
/PHP-5.5/Zend/
H A Dzend_stream.h47 void *map; member
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.c447 const OnigPairCaseFoldCodes map[], in onigenc_apply_all_case_fold_with_map()
475 const OnigPairCaseFoldCodes map[], in onigenc_get_case_fold_codes_by_str_with_map()
H A Dregcomp.c1751 noname_disable_map(Node** plink, GroupNumRemap* map, int* counter) in noname_disable_map()
1805 renumber_node_backref(Node* node, GroupNumRemap* map) in renumber_node_backref()
1833 renumber_by_map(Node* node, GroupNumRemap* map) in renumber_by_map()
1898 GroupNumRemap* map; in disable_noname_group_capture() local
3963 UChar map[ONIG_CHAR_TABLE_SIZE]; member
3974 OptMapInfo map; /* boundary */ member
4316 clear_opt_map_info(OptMapInfo* map) in clear_opt_map_info()
4350 add_char_opt_map_info(OptMapInfo* map, UChar c, OnigEncoding enc) in add_char_opt_map_info()
4359 add_char_amb_opt_map_info(OptMapInfo* map, UChar* p, UChar* end, in add_char_amb_opt_map_info()
H A Dregexec.c3020 map_search(OnigEncoding enc, UChar map[], in map_search()
3034 map_search_backward(OnigEncoding enc, UChar map[], in map_search_backward()
H A Dregparse.c533 i_renumber_name(UChar* key ARG_UNUSED, NameEntry* e, GroupNumRemap* map) in i_renumber_name()
550 onig_renumber_name_table(regex_t* reg, GroupNumRemap* map) in onig_renumber_name_table()
H A Doniguruma.h690 unsigned char map[ONIG_CHAR_TABLE_SIZE]; /* used as BM skip or char-map */ member
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c1341 pcre_uint8 *map; in set_start_bits() local
/PHP-5.5/ext/soap/
H A Dphp_encoding.h181 soapMappingPtr map; member
H A Dphp_encoding.c3753 soapMappingPtr map = (soapMappingPtr)data; in delete_mapping() local

Completed in 91 milliseconds