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

  /external/dbus/dbus/
dbus-sha.c 835 DBusString next_line; local
841 if (!_dbus_string_init (&next_line))
858 _dbus_string_pop_line (&tests, &next_line))
861 !_dbus_string_move (&next_line, 0, &line,
900 _dbus_string_free (&next_line);
  /external/bluetooth/glib/glib/
gscanner.h 194 guint next_line; member in struct:_GScanner
  /external/v8/src/
d8.cc 626 char* next_line = ReadLine(ptr); local
630 ptr = next_line;
657 ptr = next_line;

Completed in 37 milliseconds