Searched refs:map_type (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dcheck-common.h71 enum map_type { OVERRUN, UNDERRUN }; enum
73 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
H A Dcheck-common.c53 enum map_type type;
59 map_alloc(enum map_type type, const void *buf,
/macosx-10.10.1/gpt-12/
H A Dmap.c52 m->map_type = type;
75 if (n->map_type != MAP_TYPE_UNUSED) {
76 if (n->map_type != MAP_TYPE_MBR_PART ||
82 n->map_type = type;
87 if (n->map_type != MAP_TYPE_UNUSED) {
88 if (n->map_type != MAP_TYPE_MBR_PART ||
93 n->map_type = MAP_TYPE_UNUSED;
121 p = mkmap(n->map_start, start - n->map_start, n->map_type);
145 if (m->map_type != MAP_TYPE_UNUSED || m->map_start < 2)
169 while (m != NULL && m->map_type !
[all...]
H A Dmap.h37 int map_type; member in struct:map
H A Dcreate.c82 map->map_type = MAP_TYPE_UNUSED;
139 if (map->map_type != MAP_TYPE_UNUSED) {
H A Dboot.c99 if (map->map_type != MAP_TYPE_GPT_PART)
H A Dremove.c92 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
H A Dshow.c143 switch (m->map_type) {
H A Dlabel.c94 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
H A Dmigrate.c200 if (map->map_type != MAP_TYPE_UNUSED) {
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddata_redirect.c151 const char *map_type; local
167 map_type = map;
171 map_type = var_db_type;
172 map_type_len = strlen(map_type);
179 vstring_strncpy(result, map_type, map_type_len);
190 vstring_prepend(result, map_type, map_type_len);
/macosx-10.10.1/swig-12/Lib/octave/
H A Dstd_map.i20 typedef std::map<K,T> map_type;
21 static int asptr(octave_value obj, map_type **val) {
28 map_type *p;
29 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
40 typedef std::map<K,T> map_type;
41 typedef typename map_type::const_iterator const_iterator;
42 typedef typename map_type::size_type size_type;
44 static octave_value from(const map_type& map) {
46 swig_type_info *desc = swig::type_info<map_type>();
48 return SWIG_NewPointerObj(new map_type(ma
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postalias/
H A Dpostalias.c259 static void postalias(char *map_type, char *path_name, int postalias_flags, argument
287 if (strcmp(map_type, DICT_TYPE_PROXY) == 0)
316 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags);
519 static int postalias_query(const char *map_type, const char *map_name, argument
525 dict = dict_open3(map_type, map_name, O_RDONLY, dict_flags);
529 map_type, map_name, key);
531 map_type, map_name);
601 static int postalias_delete(const char *map_type, const char *map_name, argument
608 if (strcmp(map_type, DICT_TYPE_PROXY) == 0)
612 dict = dict_open3(map_type, map_nam
622 postalias_seq(const char *map_type, const char *map_name, int dict_flags) argument
[all...]
/macosx-10.10.1/swig-12/Lib/python/
H A Dstd_map.i20 typedef std::map<K,T> map_type;
21 static int asptr(PyObject *obj, map_type **val) {
32 map_type *p;
33 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
43 typedef std::map<K,T> map_type;
44 typedef typename map_type::const_iterator const_iterator;
45 typedef typename map_type::size_type size_type;
47 static PyObject *from(const map_type& map) {
48 swig_type_info *desc = swig::type_info<map_type>();
50 return SWIG_NewPointerObj(new map_type(ma
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postmap/
H A Dpostmap.c328 static void postmap(char *map_type, char *path_name, int postmap_flags, argument
350 if (strcmp(map_type, DICT_TYPE_PROXY) == 0)
379 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags);
633 static int postmap_query(const char *map_type, const char *map_name, argument
639 dict = dict_open3(map_type, map_name, O_RDONLY, dict_flags);
643 map_type, map_name, key);
645 map_type, map_name);
715 static int postmap_delete(const char *map_type, const char *map_name, argument
722 if (strcmp(map_type, DICT_TYPE_PROXY) == 0)
726 dict = dict_open3(map_type, map_nam
736 postmap_seq(const char *map_type, const char *map_name, int dict_flags) argument
[all...]
/macosx-10.10.1/swig-12/Lib/ruby/
H A Dstd_map.i19 typedef std::map<K,T> map_type;
20 static int asptr(VALUE obj, map_type **val) {
27 map_type *p;
28 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
37 typedef std::map<K,T> map_type;
38 typedef typename map_type::const_iterator const_iterator;
39 typedef typename map_type::size_type size_type;
41 static VALUE from(const map_type& map) {
42 swig_type_info *desc = swig::type_info<map_type>();
44 return SWIG_NewPointerObj(new map_type(ma
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dthrow_allocator.h166 typedef std::map<void*, alloc_data_type> map_type; typedef in class:throw_allocator_base
167 typedef map_type::value_type entry_type;
168 typedef map_type::const_iterator const_iterator;
169 typedef map_type::const_reference const_reference;
184 static map_type _S_map;
301 throw_allocator_base::map_type
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp119 map_type; typedef
127 map_type;
130 map_type m(first_it, last_it);
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Darm-dis.c1484 enum map_type { enum
1490 enum map_type last_type;
3901 enum map_type *map_type)
3913 *map_type = (type == STT_ARM_TFUNC) ? MAP_THUMB : MAP_ARM;
3922 *map_type = ((name[1] == 'a') ? MAP_ARM
3962 enum map_type type;
3899 get_sym_code_type(struct disassemble_info *info, int n, enum map_type *map_type) argument
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpov.vim54 syn keyword povModifiers all bump_size filter interpolate map_type once slope_map transmit use_alpha use_color use_colour use_index

Completed in 322 milliseconds