Home
last modified time | relevance | path

Searched refs:orig_len (Results 1 – 12 of 12) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps.c195 int orig_len; in _dbus_string_append_int() local
199 orig_len = _dbus_string_get_length (str); in _dbus_string_append_int()
204 buf = _dbus_string_get_data_len (str, orig_len, MAX_LONG_LEN); in _dbus_string_append_int()
233 int orig_len; in _dbus_string_append_uint() local
237 orig_len = _dbus_string_get_length (str); in _dbus_string_append_uint()
242 buf = _dbus_string_get_data_len (str, orig_len, MAX_ULONG_LEN); in _dbus_string_append_uint()
271 int orig_len; in _dbus_string_append_double() local
275 orig_len = _dbus_string_get_length (str); in _dbus_string_append_double()
280 buf = _dbus_string_get_data_len (str, orig_len, MAX_DOUBLE_LEN); in _dbus_string_append_double()
Ddbus-transport.c793 int orig_len; in recover_unused_bytes() local
811 orig_len = _dbus_string_get_length (buffer); in recover_unused_bytes()
814 orig_len)) in recover_unused_bytes()
822 orig_len); in recover_unused_bytes()
827 orig_len); in recover_unused_bytes()
837 int orig_len; in recover_unused_bytes() local
843 orig_len = _dbus_string_get_length (buffer); in recover_unused_bytes()
854 orig_len); in recover_unused_bytes()
859 orig_len); in recover_unused_bytes()
Ddbus-marshal-basic.c599 int orig_len; in marshal_2_octets() local
606 orig_len = _dbus_string_get_length (str); in marshal_2_octets()
613 *pos_after = insert_at + (_dbus_string_get_length (str) - orig_len); in marshal_2_octets()
628 int orig_len; in marshal_4_octets() local
635 orig_len = _dbus_string_get_length (str); in marshal_4_octets()
642 *pos_after = insert_at + (_dbus_string_get_length (str) - orig_len); in marshal_4_octets()
657 int orig_len; in marshal_8_octets() local
663 orig_len = _dbus_string_get_length (str); in marshal_8_octets()
669 *pos_after = insert_at + _dbus_string_get_length (str) - orig_len; in marshal_8_octets()
Ddbus-address.c109 int orig_len; in _dbus_address_append_escaped() local
113 orig_len = _dbus_string_get_length (escaped); in _dbus_address_append_escaped()
138 _dbus_string_set_length (escaped, orig_len); in _dbus_address_append_escaped()
Ddbus-sysdeps-unix.c1607 int orig_len; in _dbus_file_get_contents() local
1651 orig_len = _dbus_string_get_length (str); in _dbus_file_get_contents()
1671 _dbus_string_set_length (str, orig_len); in _dbus_file_get_contents()
2405 int orig_len; in _dbus_get_autolaunch_address() local
2435 orig_len = _dbus_string_get_length (address); in _dbus_get_autolaunch_address()
2512 _dbus_string_get_length (address) == orig_len) in _dbus_get_autolaunch_address()
2515 _dbus_string_set_length (address, orig_len); in _dbus_get_autolaunch_address()
Ddbus-marshal-recursive-util.c2984 int orig_len; in struct_build_signature() local
2989 orig_len = _dbus_string_get_length (str); in struct_build_signature()
3020 _dbus_string_set_length (str, orig_len); in struct_build_signature()
3197 int orig_len; in array_build_signature() local
3199 orig_len = _dbus_string_get_length (str); in array_build_signature()
3211 _dbus_string_set_length (str, orig_len); in array_build_signature()
3519 int orig_len; in dict_build_signature() local
3521 orig_len = _dbus_string_get_length (str); in dict_build_signature()
3539 _dbus_string_set_length (str, orig_len); in dict_build_signature()
Ddbus-transport-socket.c701 int orig_len; in do_reading() local
706 orig_len = _dbus_string_get_length (buffer); in do_reading()
719 _dbus_string_get_length (buffer) - orig_len); in do_reading()
Ddbus-auth.c1329 int orig_len; in send_ok() local
1331 orig_len = _dbus_string_get_length (&auth->outgoing); in send_ok()
1345 _dbus_string_set_length (&auth->outgoing, orig_len); in send_ok()
Ddbus-marshal-recursive.c1153 int orig_len; in replacement_block_replace() local
1157 orig_len = _dbus_string_get_length (&block->replacement); in replacement_block_replace()
1217 _dbus_string_set_length (&block->replacement, orig_len); in replacement_block_replace()
/external/qemu/
Dtcpdump.c118 uint32_t orig_len; in qemu_tcpdump_packet() member
132 h.orig_len = (uint32_t) len; in qemu_tcpdump_packet()
/external/ppp/pppd/include/net/
Dppp-comp.h72 PACKETPTR mp, int orig_len, int max_len));
/external/dbus/bus/
Dsignals.c474 int orig_len; in find_value() local
478 orig_len = _dbus_string_get_length (value); in find_value()
584 _dbus_string_set_length (value, orig_len); in find_value()