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

  /system/core/adb/
utils.h 63 * do _cursor[0] = 0 manually.
65 #define BUFF_DECL(_buff,_cursor,_end,_size) \
66 char _buff[_size], *_cursor=_buff, *_end = _cursor + (_size)
  /external/clearsilver/python/examples/trans/
db_trans.py 51 self._cursor = None
60 if self._cursor is None:
62 self._cursor = profiler.ProfilerCursor(self.db.cursor())
64 self._cursor = self.db.cursor()
66 return self._cursor
  /external/clearsilver/util/
wdb.h 40 typedef struct _cursor struct
  /external/clearsilver/python/examples/base/
odb.py 96 self._cursor = None
105 if self._cursor is None:
106 self._cursor = self.db.cursor()
107 return self._cursor
    [all...]

Completed in 1330 milliseconds