Searched defs:type_str (Results 1 - 7 of 7) sorted by relevance

/external/dbus/dbus/
H A Ddbus-marshal-recursive.h52 const DBusString *type_str; /**< string containing signature of block */ member in struct:DBusTypeReader
79 DBusString *type_str; /**< where to write typecodes (or read type expectations) */ member in struct:DBusTypeWriter
80 int type_pos; /**< current pos in type_str */
89 int element_type_pos; /**< position of array element type in type_str */
106 const DBusString *type_str,
111 const DBusString *type_str,
148 DBusString *type_str,
157 DBusString *type_str,
162 const DBusString *type_str,
H A Ddbus-marshal-validate.c38 * Verifies that the range of type_str from type_pos to type_end is a
44 * @param type_str the string
50 _dbus_validate_signature_with_reason (const DBusString *type_str, argument
74 _dbus_assert (type_str != NULL);
85 p = _dbus_string_get_const_data_len (type_str, type_pos, 0);
87 end = _dbus_string_get_const_data_len (type_str, type_pos + len, 0);
H A Ddbus-marshal-recursive.c134 const DBusString *type_str,
141 reader->type_str = type_str;
154 parent->type_str,
166 _dbus_assert (_dbus_string_get_byte (sub->type_str,
168 _dbus_string_get_byte (sub->type_str,
240 alignment = element_type_get_alignment (sub->type_str,
255 _dbus_type_to_string (_dbus_first_type_in_signature (sub->type_str,
275 sub->type_str = sub->value_str;
280 contained_alignment = _dbus_type_get_alignment (_dbus_first_type_in_signature (sub->type_str,
132 reader_init(DBusTypeReader *reader, int byte_order, const DBusString *type_str, int type_pos, const DBusString *value_str, int value_pos) argument
311 skip_one_complete_type(const DBusString *type_str, int *type_pos) argument
327 _dbus_type_signature_next(const char *type_str, int *type_pos) argument
411 find_len_of_complete_type(const DBusString *type_str, int type_pos) argument
717 _dbus_type_reader_init(DBusTypeReader *reader, int byte_order, const DBusString *type_str, int type_pos, const DBusString *value_str, int value_pos) argument
745 _dbus_type_reader_init_types_only(DBusTypeReader *reader, const DBusString *type_str, int type_pos) argument
1475 _dbus_type_writer_init(DBusTypeWriter *writer, int byte_order, DBusString *type_str, int type_pos, DBusString *value_str, int value_pos) argument
1528 _dbus_type_writer_add_types(DBusTypeWriter *writer, DBusString *type_str, int type_pos) argument
1566 _dbus_type_writer_init_values_only(DBusTypeWriter *writer, int byte_order, const DBusString *type_str, int type_pos, DBusString *value_str, int value_pos) argument
[all...]
H A Ddbus-message.c111 const DBusString *type_str; local
119 get_const_signature (&message->header, &type_str, &type_pos);
121 _dbus_marshal_byteswap (type_str, type_pos,
1746 const DBusString *type_str; local
1752 get_const_signature (&message->header, &type_str, &type_pos);
1759 type_str, type_pos,
2067 * @param real an iterator without a type_str
2079 if (real->u.writer.type_str != NULL)
2134 * signature string, and marks the iterator as not having a type_str
2138 * @param real an iterator without a type_str
2978 const DBusString *type_str; local
3428 const DBusString *type_str; local
3848 dbus_message_type_from_string(const char *type_str) argument
[all...]
/external/openssl/crypto/asn1/
H A Da_mbstr.c68 static int type_str(unsigned long value, void *arg);
161 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
309 static int type_str(unsigned long value, void *arg) function
/external/v8/src/
H A Dmessages.cc71 Handle<Object> type_str = Factory::LookupAsciiSymbol(type); local
93 Object** argv[argc] = { type_str.location(),
/external/dbus/tools/
H A Ddbus-send.c227 const char *type_str = NULL; local
261 type_str = strchr (arg, '=') + 1;
277 if (type_str != NULL)
279 message_type = dbus_message_type_from_string (type_str);
284 type_str);

Completed in 114 milliseconds