Home
last modified time | relevance | path

Searched refs:typelib (Results 1 – 25 of 1983) sorted by relevance

12345678910>>...80

/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/
H A Dgitypelib.c655 GITypelib *typelib = ctx->typelib; in validate_header() local
965 GITypelib *typelib = ctx->typelib; in validate_function_blob() local
1084 GITypelib *typelib = ctx->typelib; in validate_callback_blob() local
1246 GITypelib *typelib = ctx->typelib; in validate_field_blob() local
1439 GITypelib *typelib = ctx->typelib; in validate_struct_blob() local
1536 GITypelib *typelib = ctx->typelib; in validate_enum_blob() local
1643 GITypelib *typelib = ctx->typelib; in validate_object_blob() local
1845 GITypelib *typelib = ctx->typelib; in validate_interface_blob() local
1980 GITypelib *typelib = ctx->typelib; in validate_blob() local
2045 GITypelib *typelib = ctx->typelib; in validate_directory() local
[all …]
H A Dgibaseinfo.c56 GITypelib *typelib, in _g_info_new_full() argument
90 GITypelib *typelib, in g_info_new() argument
101 GITypelib *typelib, in _g_info_init() argument
110 info->typelib = typelib; in _g_info_init()
122 GITypelib *typelib, in _g_info_from_entry() argument
159 GITypelib *typelib, in _g_type_info_new() argument
171 GITypelib *typelib, in _g_type_info_init() argument
401 Header *header = (Header *)rinfo->typelib->data; in g_base_info_get_namespace()
536 Header *header = (Header *)rinfo->typelib->data; in _attribute_blob_find_first()
650 return ((GIRealInfo*)info)->typelib; in g_base_info_get_typelib()
[all …]
H A Dgirepository.c311 return typelib; in check_version_conflict()
326 return typelib; in check_version_conflict()
337 GITypelib *typelib; in get_registered_status() local
342 if (typelib) in get_registered_status()
345 if (!typelib) in get_registered_status()
475 GITypelib *typelib; in g_irepository_get_immediate_dependencies() local
1554 if (typelib) in require_internal()
1555 return typelib; in require_internal()
1596 if (!typelib) in require_internal()
1637 ret = typelib; in require_internal()
[all …]
H A Dgiobjectinfo.c367 header = (Header *)rinfo->typelib->data; in g_object_info_get_property()
377 rinfo->typelib, offset); in g_object_info_get_property()
424 header = (Header *)rinfo->typelib->data; in g_object_info_get_method()
436 rinfo->typelib, offset); in g_object_info_get_method()
462 header = (Header *)rinfo->typelib->data; in g_object_info_find_method()
575 header = (Header *)rinfo->typelib->data; in g_object_info_get_signal()
587 rinfo->typelib, offset); in g_object_info_get_signal()
667 header = (Header *)rinfo->typelib->data; in g_object_info_get_vfunc()
680 rinfo->typelib, offset); in g_object_info_get_vfunc()
711 header = (Header *)rinfo->typelib->data; in g_object_info_find_vfunc()
[all …]
H A Dgiconstantinfo.c68 return _g_type_info_new ((GIBaseInfo*)info, rinfo->typelib, rinfo->offset + 8); in g_constant_info_get_type()
93 blob = (ConstantBlob *)&rinfo->typelib->data[rinfo->offset]; in g_constant_info_free_value()
125 blob = (ConstantBlob *)&rinfo->typelib->data[rinfo->offset]; in g_constant_info_get_value()
135 value->v_pointer = g_memdup2 (&rinfo->typelib->data[blob->offset], blob_size); in g_constant_info_get_value()
145 value->v_boolean = *(gboolean*)&rinfo->typelib->data[blob->offset]; in g_constant_info_get_value()
148 value->v_int8 = *(gint8*)&rinfo->typelib->data[blob->offset]; in g_constant_info_get_value()
151 value->v_uint8 = *(guint8*)&rinfo->typelib->data[blob->offset]; in g_constant_info_get_value()
154 value->v_int16 = *(gint16*)&rinfo->typelib->data[blob->offset]; in g_constant_info_get_value()
157 value->v_uint16 = *(guint16*)&rinfo->typelib->data[blob->offset]; in g_constant_info_get_value()
160 value->v_int32 = *(gint32*)&rinfo->typelib->data[blob->offset]; in g_constant_info_get_value()
[all …]
H A Dgiunioninfo.c64 UnionBlob *blob = (UnionBlob *)&rinfo->typelib->data[rinfo->offset]; in g_union_info_get_n_fields()
84 Header *header = (Header *)rinfo->typelib->data; in g_union_info_get_field()
103 UnionBlob *blob = (UnionBlob *)&rinfo->typelib->data[rinfo->offset]; in g_union_info_get_n_methods()
123 UnionBlob *blob = (UnionBlob *)&rinfo->typelib->data[rinfo->offset]; in g_union_info_get_method()
124 Header *header = (Header *)rinfo->typelib->data; in g_union_info_get_method()
131 rinfo->typelib, offset); in g_union_info_get_method()
146 UnionBlob *blob = (UnionBlob *)&rinfo->typelib->data[rinfo->offset]; in g_union_info_is_discriminated()
163 UnionBlob *blob = (UnionBlob *)&rinfo->typelib->data[rinfo->offset]; in g_union_info_get_discriminator_offset()
206 Header *header = (Header *)rinfo->typelib->data; in g_union_info_get_discriminator()
215 rinfo->typelib, offset); in g_union_info_get_discriminator()
[all …]
H A Dgistructinfo.c64 StructBlob *blob = (StructBlob *)&rinfo->typelib->data[rinfo->offset]; in g_struct_info_get_n_fields()
83 Header *header = (Header *)rinfo->typelib->data; in g_struct_get_field_offset()
90 field_blob = (FieldBlob *)&rinfo->typelib->data[offset]; in g_struct_get_field_offset()
135 StructBlob *blob = (StructBlob *)&rinfo->typelib->data[rinfo->offset]; in g_struct_info_find_field()
136 Header *header = (Header *)rinfo->typelib->data; in g_struct_info_find_field()
142 FieldBlob *field_blob = (FieldBlob *)&rinfo->typelib->data[offset]; in g_struct_info_find_field()
149 rinfo->typelib, in g_struct_info_find_field()
173 StructBlob *blob = (StructBlob *)&rinfo->typelib->data[rinfo->offset]; in g_struct_info_get_n_methods()
193 StructBlob *blob = (StructBlob *)&rinfo->typelib->data[rinfo->offset]; in g_struct_info_get_method()
194 Header *header = (Header *)rinfo->typelib->data; in g_struct_info_get_method()
[all …]
H A Dgiinterfaceinfo.c146 header = (Header *)rinfo->typelib->data; in g_interface_info_get_property()
154 rinfo->typelib, offset); in g_interface_info_get_property()
201 header = (Header *)rinfo->typelib->data; in g_interface_info_get_method()
210 rinfo->typelib, offset); in g_interface_info_get_method()
284 header = (Header *)rinfo->typelib->data; in g_interface_info_get_signal()
294 rinfo->typelib, offset); in g_interface_info_get_signal()
375 header = (Header *)rinfo->typelib->data; in g_interface_info_get_vfunc()
386 rinfo->typelib, offset); in g_interface_info_get_vfunc()
412 header = (Header *)rinfo->typelib->data; in g_interface_info_find_vfunc()
468 header = (Header *)rinfo->typelib->data; in g_interface_info_get_constant()
[all …]
H A Dgitypeinfo.c77 type = (SimpleTypeBlob *)&rinfo->typelib->data[rinfo->offset]; in g_type_info_is_pointer()
107 type = (SimpleTypeBlob *)&rinfo->typelib->data[rinfo->offset]; in g_type_info_get_tag()
140 type = (SimpleTypeBlob *)&rinfo->typelib->data[rinfo->offset]; in g_type_info_get_param_type()
144 ParamTypeBlob *param = (ParamTypeBlob *)&rinfo->typelib->data[rinfo->offset]; in g_type_info_get_param_type()
152 return _g_type_info_new ((GIBaseInfo*)info, rinfo->typelib, in g_type_info_get_param_type()
190 CommonBlob *common = (CommonBlob *)&rinfo->typelib->data[rinfo->offset]; in g_type_info_get_interface()
238 type = (SimpleTypeBlob *)&rinfo->typelib->data[rinfo->offset]; in g_type_info_get_array_length()
242 ArrayTypeBlob *blob = (ArrayTypeBlob *)&rinfo->typelib->data[rinfo->offset]; in g_type_info_get_array_length()
272 type = (SimpleTypeBlob *)&rinfo->typelib->data[rinfo->offset]; in g_type_info_get_array_fixed_size()
306 type = (SimpleTypeBlob *)&rinfo->typelib->data[rinfo->offset]; in g_type_info_is_zero_terminated()
[all …]
H A Dgienuminfo.c67 blob = (EnumBlob *)&rinfo->typelib->data[rinfo->offset]; in g_enum_info_get_n_values()
92 blob = (EnumBlob *)&rinfo->typelib->data[rinfo->offset]; in g_enum_info_get_error_domain()
95 return g_typelib_get_string (rinfo->typelib, blob->error_domain); in g_enum_info_get_error_domain()
121 header = (Header *)rinfo->typelib->data; in g_enum_info_get_value()
125 return (GIValueInfo *) g_info_new (GI_INFO_TYPE_VALUE, (GIBaseInfo*)info, rinfo->typelib, offset); in g_enum_info_get_value()
146 blob = (EnumBlob *)&rinfo->typelib->data[rinfo->offset]; in g_enum_info_get_n_methods()
174 header = (Header *)rinfo->typelib->data; in g_enum_info_get_method()
175 blob = (EnumBlob *)&rinfo->typelib->data[rinfo->offset]; in g_enum_info_get_method()
182 rinfo->typelib, offset); in g_enum_info_get_method()
207 blob = (EnumBlob *)&rinfo->typelib->data[rinfo->offset]; in g_enum_info_get_storage_type()
[all …]
/dports/devel/gitg/gitg-3.32.1/osx/
H A Dbundle.json.in19 "files": ["Ggit-1.0.typelib", "Gitg-1.0.typelib", "GitgExt-1.0.typelib"],
24 …s": [ "Gio-2.0.typelib", "GObject-2.0.typelib", "GLib-2.0.typelib", "GModule-2.0.typelib", "GIRepo…
29 "files": ["Peas-1.0.typelib", "PeasGtk-1.0.typelib"],
34 "files": ["Gtk-3.0.typelib", "Gdk-3.0.typelib"],
38 …pkg:pango:libdir}/girepository-1.0/Pango-1.0.typelib": "${resources}/lib/girepository-1.0/Pango-1.…
39 …2.0:libdir}/girepository-1.0/GdkPixbuf-2.0.typelib": "${resources}/lib/girepository-1.0/GdkPixbuf-…
40 …"${pkg:atk:libdir}/girepository-1.0/Atk-1.0.typelib": "${resources}/lib/girepository-1.0/Atk-1.0.t…
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dtypelib.c32 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_with_warning()
34 ptr= typelib->type_names; in find_type_with_warning()
79 DBUG_PRINT("enter",("x: '%s' lib: %p", *x, typelib)); in find_type_eol()
83 if (!typelib->count) in find_type_eol()
89 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type_eol()
135 return find_type_eol(&x, typelib, flags, x + strlen(x)); in find_type()
146 register TYPELIB *typelib) in make_type() argument
152 (void) strmov(to,get_type(typelib,nr-1)); in make_type()
164 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
166 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dtypelib.c32 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_with_warning()
34 ptr= typelib->type_names; in find_type_with_warning()
79 DBUG_PRINT("enter",("x: '%s' lib: %p", *x, typelib)); in find_type_eol()
83 if (!typelib->count) in find_type_eol()
89 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type_eol()
135 return find_type_eol(&x, typelib, flags, x + strlen(x)); in find_type()
146 register TYPELIB *typelib) in make_type() argument
152 (void) strmov(to,get_type(typelib,nr-1)); in make_type()
164 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
166 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dtypelib.c32 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_with_warning()
34 ptr= typelib->type_names; in find_type_with_warning()
79 DBUG_PRINT("enter",("x: '%s' lib: %p", *x, typelib)); in find_type_eol()
83 if (!typelib->count) in find_type_eol()
89 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type_eol()
135 return find_type_eol(&x, typelib, flags, x + strlen(x)); in find_type()
146 register TYPELIB *typelib) in make_type() argument
152 (void) strmov(to,get_type(typelib,nr-1)); in make_type()
164 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
166 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dtypelib.c32 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_with_warning()
34 ptr= typelib->type_names; in find_type_with_warning()
79 DBUG_PRINT("enter",("x: '%s' lib: %p", *x, typelib)); in find_type_eol()
83 if (!typelib->count) in find_type_eol()
89 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type_eol()
135 return find_type_eol(&x, typelib, flags, x + strlen(x)); in find_type()
146 register TYPELIB *typelib) in make_type() argument
152 (void) strmov(to,get_type(typelib,nr-1)); in make_type()
164 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
166 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dtypelib.c32 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_with_warning()
34 ptr= typelib->type_names; in find_type_with_warning()
79 DBUG_PRINT("enter",("x: '%s' lib: %p", *x, typelib)); in find_type_eol()
83 if (!typelib->count) in find_type_eol()
89 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type_eol()
135 return find_type_eol(&x, typelib, flags, x + strlen(x)); in find_type()
146 register TYPELIB *typelib) in make_type() argument
152 (void) strmov(to,get_type(typelib,nr-1)); in make_type()
164 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
166 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dtypelib.c32 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_with_warning()
34 ptr= typelib->type_names; in find_type_with_warning()
79 DBUG_PRINT("enter",("x: '%s' lib: %p", *x, typelib)); in find_type_eol()
83 if (!typelib->count) in find_type_eol()
89 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type_eol()
135 return find_type_eol(&x, typelib, flags, x + strlen(x)); in find_type()
146 register TYPELIB *typelib) in make_type() argument
152 (void) strmov(to,get_type(typelib,nr-1)); in make_type()
164 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
166 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dtypelib.c42 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_or_exit()
44 ptr= typelib->type_names; in find_type_or_exit()
80 int find_type(const char *x, const TYPELIB *typelib, uint flags) in find_type() argument
87 DBUG_PRINT("enter",("x: '%s' lib: 0x%lx", x, (long) typelib)); in find_type()
91 if (!typelib->count) in find_type()
97 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type()
144 TYPELIB *typelib) in make_type() argument
150 (void) strmov(to,get_type(typelib,nr-1)); in make_type()
162 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
164 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/
H A Dtypelib.c42 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_or_exit()
44 ptr= typelib->type_names; in find_type_or_exit()
80 int find_type(const char *x, const TYPELIB *typelib, uint flags) in find_type() argument
87 DBUG_PRINT("enter",("x: '%s' lib: 0x%lx", x, (long) typelib)); in find_type()
91 if (!typelib->count) in find_type()
97 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type()
144 TYPELIB *typelib) in make_type() argument
150 (void) strmov(to,get_type(typelib,nr-1)); in make_type()
162 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
164 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysys/
H A Dtypelib.c42 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_or_exit()
44 ptr= typelib->type_names; in find_type_or_exit()
80 int find_type(const char *x, const TYPELIB *typelib, uint flags) in find_type() argument
87 DBUG_PRINT("enter",("x: '%s' lib: 0x%lx", x, (long) typelib)); in find_type()
91 if (!typelib->count) in find_type()
97 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type()
144 TYPELIB *typelib) in make_type() argument
150 (void) strmov(to,get_type(typelib,nr-1)); in make_type()
162 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
164 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/mysys/
H A Dtypelib.c43 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_or_exit()
45 ptr= typelib->type_names; in find_type_or_exit()
81 int find_type(const char *x, const TYPELIB *typelib, uint flags) in find_type() argument
88 DBUG_PRINT("enter",("x: '%s' lib: 0x%lx", x, (long) typelib)); in find_type()
92 if (!typelib->count) in find_type()
98 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type()
145 TYPELIB *typelib) in make_type() argument
151 (void) my_stpcpy(to,get_type(typelib,nr-1)); in make_type()
163 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
165 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysys/
H A Dtypelib.c43 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_or_exit()
45 ptr= typelib->type_names; in find_type_or_exit()
81 int find_type(const char *x, const TYPELIB *typelib, uint flags) in find_type() argument
88 DBUG_PRINT("enter",("x: '%s' lib: 0x%lx", x, (long) typelib)); in find_type()
92 if (!typelib->count) in find_type()
98 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type()
145 TYPELIB *typelib) in make_type() argument
151 (void) my_stpcpy(to,get_type(typelib,nr-1)); in make_type()
163 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
165 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysys/
H A Dtypelib.c43 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_or_exit()
45 ptr= typelib->type_names; in find_type_or_exit()
81 int find_type(const char *x, const TYPELIB *typelib, uint flags) in find_type() argument
88 DBUG_PRINT("enter",("x: '%s' lib: 0x%lx", x, (long) typelib)); in find_type()
92 if (!typelib->count) in find_type()
98 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type()
145 TYPELIB *typelib) in make_type() argument
151 (void) my_stpcpy(to,get_type(typelib,nr-1)); in make_type()
163 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
165 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysys/
H A Dtypelib.c43 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_or_exit()
45 ptr= typelib->type_names; in find_type_or_exit()
81 int find_type(const char *x, const TYPELIB *typelib, uint flags) in find_type() argument
88 DBUG_PRINT("enter",("x: '%s' lib: 0x%lx", x, (long) typelib)); in find_type()
92 if (!typelib->count) in find_type()
98 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type()
145 TYPELIB *typelib) in make_type() argument
151 (void) my_stpcpy(to,get_type(typelib,nr-1)); in make_type()
163 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
165 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysys/
H A Dtypelib.c43 if ((res= find_type((char *) x, typelib, FIND_TYPE_BASIC)) <= 0) in find_type_or_exit()
45 ptr= typelib->type_names; in find_type_or_exit()
81 int find_type(const char *x, const TYPELIB *typelib, uint flags) in find_type() argument
88 DBUG_PRINT("enter",("x: '%s' lib: 0x%lx", x, (long) typelib)); in find_type()
92 if (!typelib->count) in find_type()
98 for (pos=0 ; (j=typelib->type_names[pos]) ; pos++) in find_type()
145 TYPELIB *typelib) in make_type() argument
151 (void) my_stpcpy(to,get_type(typelib,nr-1)); in make_type()
163 const char *get_type(TYPELIB *typelib, uint nr) in get_type() argument
165 if (nr < (uint) typelib->count && typelib->type_names) in get_type()
[all …]

12345678910>>...80