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

  /external/dbus/dbus/
dbus-marshal-byteswap.c 41 int current_type; local
43 while ((current_type = _dbus_type_reader_get_current_type (reader)) != DBUS_TYPE_INVALID)
45 switch (current_type)
97 if (current_type == DBUS_TYPE_ARRAY)
136 _dbus_assert (current_type == DBUS_TYPE_STRING ||
137 current_type == DBUS_TYPE_OBJECT_PATH);
dbus-marshal-recursive.c 121 int current_type); /**< go to the next value */
425 int current_type)
427 switch (current_type)
436 if (reader->klass->types_only && current_type == DBUS_TYPE_VARIANT)
457 if (current_type == DBUS_TYPE_VARIANT)
480 current_type, reader->byte_order,
490 int current_type)
494 base_reader_next (reader, current_type);
511 int current_type)
515 base_reader_next (reader, current_type);
1349 int current_type; local
2419 int current_type; local
    [all...]
dbus-marshal-validate.c 298 int current_type; local
300 while ((current_type = _dbus_type_reader_get_current_type (reader)) != DBUS_TYPE_INVALID)
307 _dbus_type_to_string (current_type), reader, reader->type_pos, p, end,
315 switch (current_type)
329 alignment = _dbus_type_get_alignment (current_type);
340 if (current_type == DBUS_TYPE_BOOLEAN)
373 if (current_type == DBUS_TYPE_ARRAY)
383 if (current_type == DBUS_TYPE_OBJECT_PATH)
393 else if (current_type == DBUS_TYPE_STRING)
403 else if (current_type == DBUS_TYPE_ARRAY && claimed_len > 0
    [all...]
  /external/e2fsprogs/ext2ed/
general_com.c 42 if (current_type!=NULL) {
44 wprintw (show_pad,"Type %s specific commands:\n",current_type->name);max_line++;
46 if (current_type->type_commands.last_command==-1) {
50 for (i=0;i<=current_type->type_commands.last_command;i++) {
54 wprintw (show_pad,"%-13s",current_type->type_commands.names [i]);
115 if (current_type != NULL)
116 for (i=0;i<=current_type->type_commands.last_command;i++) {
117 if (strcmp (current_type->type_commands.names [i],text)==0) {
118 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]);
181 current_type=NULL; /* There is no type now *
    [all...]
main.c 78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */ variable in typeref:struct:
344 * current type. The global variable current_type points to the
371 if (current_type != NULL)
373 i<=current_type->type_commands.last_command && !found;
375 if (strcasecmp (command,current_type->type_commands.names [i])==0) {
376 (*current_type->type_commands.callback [i]) (command_line);
472 if (current_type != NULL)
473 for (i=0;i<=current_type->type_commands.last_command;i++) {
474 if (strncmp (current_type->type_commands.names [i],text,len)==0) {
477 return (dupstr (current_type->type_commands.names [i]))
    [all...]
disk.c 211 if (current_type!=NULL)
212 if (strcmp (current_type->name,"ext2_dir_entry")==0)
213 current_type->length=type_data.u.t_ext2_dir_entry.rec_len;
win.c 178 if (current_type != NULL)
179 wprintw (show_win,"Type: %s\n",current_type->name);
ext2ed.h 213 extern struct struct_descriptor *current_type;
init.c 62 current_type=NULL; /* No filesystem specific types yet */
169 first_type=last_type=current_type=NULL;
  /external/bison/src/
parse-gram.y 55 static uniqstr current_type = 0;
306 current_type = NULL;
311 current_type = NULL;
329 symbol_type_set (list->sym, current_type, @2);
333 current_type = NULL;
344 /* Nothing. */ { current_type = NULL; }
345 | TYPE { current_type = $1; }
359 current_type = $1;
364 symbol_type_set ($1, current_type, @1);
369 symbol_type_set ($1, current_type, @1)
    [all...]
parse-gram.c 240 static uniqstr current_type = 0; variable
    [all...]
  /external/dbus/tools/
dbus-print-message.c 184 int current_type; local
190 while ((current_type = dbus_message_iter_get_arg_type (&subiter)) != DBUS_TYPE_INVALID)
218 int current_type; local
224 while ((current_type = dbus_message_iter_get_arg_type (&subiter)) != DBUS_TYPE_INVALID)
  /external/bluetooth/glib/gio/
gcontenttype.c 531 int current_type; member in struct:__anon1829
578 parser->current_type = MIME_TAG_TYPE_COMMENT;
581 parser->current_type = MIME_TAG_TYPE_OTHER;
593 parser->current_type = MIME_TAG_TYPE_OTHER;
605 if (parser->current_type == MIME_TAG_TYPE_COMMENT &&
    [all...]
  /external/dbus/bus/
signals.c 1400 int current_type; local
    [all...]
driver.c 1468 int current_type; local
    [all...]

Completed in 1237 milliseconds