/PHP-5.4/ext/filter/ |
H A D | sanitizing_filters.c | 141 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.4/ext/standard/ |
H A D | pack.c | 87 static void php_pack(zval **val, int size, int *map, char *output) in php_pack() 387 int *map = machine_endian_short_map; in PHP_FUNCTION() local 414 int *map = machine_endian_long_map; in PHP_FUNCTION() local 488 static long php_unpack(char *data, int size, int issigned, int *map) in php_unpack() 751 int *map = machine_endian_short_map; in PHP_FUNCTION() local 785 int *map = machine_endian_long_map; in PHP_FUNCTION() local
|
/PHP-5.4/ext/gd/ |
H A D | gdcache.c | 151 cacheTest( void *map, void *key ) in cacheTest() 159 key_value_t *map; in cacheFetch() local 173 cacheRelease( void *map) in cacheRelease()
|
/PHP-5.4/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-5.4/ext/mbstring/libmbfl/tests/conv_encoding.tests/ |
H A D | gen_exp.c | 19 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.4/ext/standard/html_tables/ |
H A D | html_table_gen.php | 184 $map = array(); variable 327 $map = array(); variable
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 364 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 2748 apprentice_compile(struct magic_set *ms, struct magic_map *map, const char *fn) in apprentice_compile()
|
H A D | file.h | 353 void *map; /* internal resources used by entry */ member
|
/PHP-5.4/Zend/ |
H A D | zend_stream.h | 47 void *map; member
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 1729 noname_disable_map(Node** plink, GroupNumRemap* map, int* counter) in noname_disable_map() 1783 renumber_node_backref(Node* node, GroupNumRemap* map) in renumber_node_backref() 1811 renumber_by_map(Node* node, GroupNumRemap* map) in renumber_by_map() 1876 GroupNumRemap* map; in disable_noname_group_capture() local 3752 UChar map[ONIG_CHAR_TABLE_SIZE]; member 3763 OptMapInfo map; /* boundary */ member 4105 clear_opt_map_info(OptMapInfo* map) in clear_opt_map_info() 4139 add_char_opt_map_info(OptMapInfo* map, UChar c, OnigEncoding enc) in add_char_opt_map_info() 4148 add_char_amb_opt_map_info(OptMapInfo* map, UChar* p, UChar* end, in add_char_amb_opt_map_info()
|
H A D | regexec.c | 3208 map_search(OnigEncoding enc, UChar map[], in map_search() 3222 map_search_backward(OnigEncoding enc, UChar map[], in map_search_backward()
|
H A D | regparse.c | 539 i_renumber_name(UChar* key, NameEntry* e, GroupNumRemap* map) in i_renumber_name() 556 onig_renumber_name_table(regex_t* reg, GroupNumRemap* map) in onig_renumber_name_table()
|
H A D | oniguruma.h | 773 unsigned char map[ONIG_CHAR_TABLE_SIZE]; /* used as BM skip or char-map */ member
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 1335 pcre_uint8 *map; in set_start_bits() local
|
/PHP-5.4/ext/soap/ |
H A D | php_encoding.h | 181 soapMappingPtr map; member
|
H A D | php_encoding.c | 3762 soapMappingPtr map = (soapMappingPtr)data; in delete_mapping() local
|