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

  /external/dbus/dbus/
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-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...]
  /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
  /external/v8/src/
messages.cc 71 Handle<Object> type_str = Factory::LookupAsciiSymbol(type); local
93 Object** argv[argc] = { type_str.location(),
  /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);

Completed in 315 milliseconds