OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_pos
(Results
1 - 3
of
3
) sorted by null
/external/dbus/dbus/
dbus-marshal-recursive.h
48
int
type_pos
; /**< current position in signature */
member in struct:DBusTypeReader
70
dbus_uint32_t type_pos_is_expectation : 1; /**<
type_pos
can be either an insertion point for or an expected next type */
75
int
type_pos
; /**< current pos in type_str */
member in struct:DBusTypeWriter
102
int
type_pos
,
107
int
type_pos
);
139
int *
type_pos
);
144
int
type_pos
,
153
int
type_pos
);
158
int
type_pos
,
dbus-marshal-recursive.c
136
int
type_pos
,
143
reader->
type_pos
=
type_pos
;
156
parent->
type_pos
,
168
sub->
type_pos
) == DBUS_STRUCT_BEGIN_CHAR ||
170
sub->
type_pos
) == DBUS_DICT_ENTRY_BEGIN_CHAR);
172
sub->
type_pos
+= 1;
191
/* point
type_pos
at the array element type */
192
sub->
type_pos
+= 1;
242
sub->
type_pos
);
316
type_pos
);
local
[
all
...]
dbus-message.c
117
int
type_pos
;
local
124
get_const_signature (&message->header, &type_str, &
type_pos
);
126
_dbus_marshal_byteswap (type_str,
type_pos
,
1921
int
type_pos
;
local
3352
int
type_pos
;
local
3912
int
type_pos
;
local
[
all
...]
Completed in 1130 milliseconds