HomeSort by relevance Sort by last modified time
    Searched refs:type_str (Results 1 - 10 of 10) sorted by null

  /external/dbus/dbus/
dbus-marshal-recursive.c 134 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,
    [all...]
dbus-marshal-recursive.h 52 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,
dbus-marshal-header.h 107 DBusString **type_str,
dbus-marshal-validate.h 123 DBusValidity _dbus_validate_signature_with_reason (const DBusString *type_str,
dbus-message.c 111 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
2978 const DBusString *type_str; local
3428 const DBusString *type_str; local
    [all...]
dbus-marshal-validate.c 38 * 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,
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);
dbus-message.h 213 int dbus_message_type_from_string (const char *type_str);
  /external/dbus/tools/
dbus-send.c 227 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);
  /external/v8/src/
messages.cc 71 Handle<Object> type_str = Factory::LookupAsciiSymbol(type); local
93 Object** argv[argc] = { type_str.location(),
  /external/openssl/crypto/asn1/
a_mbstr.c 68 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

Completed in 110 milliseconds