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

  /external/dbus/dbus/
dbus-string-util.c 555 _dbus_assert (_dbus_string_get_byte (&str, 0) == 'H');
556 _dbus_assert (_dbus_string_get_byte (&str, 1) == 'e');
557 _dbus_assert (_dbus_string_get_byte (&str, 2) == 'l');
558 _dbus_assert (_dbus_string_get_byte (&str, 3) == 'l');
559 _dbus_assert (_dbus_string_get_byte (&str, 4) == 'o');
562 _dbus_assert (_dbus_string_get_byte (&str, 1) == 'q');
573 _dbus_assert (_dbus_string_get_byte (&str, 0) == 255);
574 _dbus_assert (_dbus_string_get_byte (&str, 1) == 'H');
575 _dbus_assert (_dbus_string_get_byte (&str, 2) == 'Z');
576 _dbus_assert (_dbus_string_get_byte (&str, 3) == 'Z')
    [all...]
dbus-sysdeps-util-win.c 714 (_dbus_string_get_byte (filename, sep - 1) == '/' ||
715 _dbus_string_get_byte (filename, sep - 1) == '\\'))
722 _dbus_string_get_byte (filename, 1) == ':' &&
723 isalpha (_dbus_string_get_byte (filename, 0))))
738 (_dbus_string_get_byte (filename, sep - 1) == '/' ||
739 _dbus_string_get_byte (filename, sep - 1) == '\\'))
746 _dbus_string_get_byte (filename, 1) == ':' &&
747 isalpha (_dbus_string_get_byte (filename, 0))))
749 (_dbus_string_get_byte (filename, sep) == '/' ||
750 _dbus_string_get_byte (filename, sep) == '\\')
    [all...]
dbus-string.h 65 #define _dbus_string_get_byte(s, i) (((const unsigned char*)(((DBusString*)(s))->dummy1))[(i)]) macro
101 #ifndef _dbus_string_get_byte
102 unsigned char _dbus_string_get_byte (const DBusString *str,
104 #endif /* _dbus_string_get_byte */
dbus-sysdeps-util-unix.c 586 return _dbus_string_get_byte (filename, 0) == '/';
1040 while (sep > 0 && _dbus_string_get_byte (filename, sep - 1) == '/')
1054 while (sep > 0 && _dbus_string_get_byte (filename, sep - 1) == '/')
1060 _dbus_string_get_byte (filename, 0) == '/')
dbus-message-factory.c 874 byte_order = _dbus_string_get_byte (data, BYTE_ORDER_OFFSET);
937 v_BYTE = _dbus_string_get_byte (data, byte_seq);
991 if (dbus_type_is_valid (_dbus_string_get_byte (data, byte_seq)))
    [all...]
dbus-marshal-basic.c 395 old_len = _dbus_string_get_byte (str, pos);
570 *vp = (unsigned char) _dbus_string_get_byte (str, pos);
634 len = _dbus_string_get_byte (str, pos);
    [all...]
dbus-marshal-recursive.c 179 _dbus_assert (_dbus_string_get_byte (sub->type_str,
181 _dbus_string_get_byte (sub->type_str,
286 sig_len = _dbus_string_get_byte (sub->value_str, sub->value_pos);
514 t = _dbus_string_get_byte (reader->type_str, reader->type_pos);
535 t = _dbus_string_get_byte (reader->type_str, reader->type_pos);
    [all...]
dbus-sysdeps.c 589 letters[_dbus_string_get_byte (str, i) %
dbus-marshal-header.c 178 return (char) _dbus_string_get_byte (&header->data, BYTE_ORDER_OFFSET);
388 type = _dbus_string_get_byte (&header->data, TYPE_OFFSET);
692 *byte_order = _dbus_string_get_byte (str, start + BYTE_ORDER_OFFSET);
    [all...]
dbus-message-util.c 495 _dbus_string_get_byte (data, i));
535 _dbus_string_get_byte (data, i));
538 _dbus_string_get_byte (data, i+1));
    [all...]
dbus-sha.c 604 if (_dbus_string_get_byte (line, offset) == '^')
627 old_byte = _dbus_string_get_byte (decoded, byte_containing_next_bit);
696 switch (_dbus_string_get_byte (result, i))
dbus-sysdeps-win.c     [all...]
dbus-string.c 529 #ifndef _dbus_string_get_byte
540 _dbus_string_get_byte (const DBusString *str, function
549 #endif /* _dbus_string_get_byte */
    [all...]
dbus-auth-script.c 61 b = _dbus_string_get_byte (quoted, i);
dbus-sysdeps-unix.c     [all...]
dbus-message.c     [all...]
  /external/dbus/bus/
desktop-file.c 206 if (_dbus_string_get_byte (str, pos) == 0)
215 if (_dbus_string_get_byte (str, pos) == '\\')
228 switch (_dbus_string_get_byte (str, pos))
256 *q++ =_dbus_string_get_byte (str, pos);
348 c = _dbus_string_get_byte (&parser->data, p);
356 c = _dbus_string_get_byte (&parser->data, p);
407 _dbus_string_get_byte (&parser->data, line_end - 1) != ']')
471 (valid[_dbus_string_get_byte (&parser->data, p)] & VALID_KEY_CHAR))
483 if (p < line_end && _dbus_string_get_byte (&parser->data, p) == '[')
496 while (p < line_end && _dbus_string_get_byte (&parser->data, p) == ' '
    [all...]
services.c 408 if (_dbus_string_get_byte (service_name, 0) == ':')
623 if (_dbus_string_get_byte (service_name, 0) == ':')
    [all...]
  /external/dbus/test/
break-loader.c 448 b = _dbus_string_get_byte (mutated, i);

Completed in 755 milliseconds