Home
last modified time | relevance | path

Searched refs:data_count (Results 1 – 6 of 6) sorted by relevance

/external/qemu/hw/
Dgoldfish_tty.c41 uint32_t data_count; member
53 qemu_put_byte( f, s->data_count ); in goldfish_tty_save()
54 qemu_put_buffer( f, s->data, s->data_count ); in goldfish_tty_save()
67 s->data_count = qemu_get_byte(f); in goldfish_tty_load()
68 qemu_get_buffer(f, s->data, s->data_count); in goldfish_tty_load()
81 return s->data_count; in goldfish_tty_read()
105 if(s->data_count > 0) in goldfish_tty_write()
113 if(s->data_count > 0) in goldfish_tty_write()
147 if(s->ptr_len > s->data_count) in goldfish_tty_write()
148 …le_env, "goldfish_tty_write: reading more data than available %d %d\n", s->ptr_len, s->data_count); in goldfish_tty_write()
[all …]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3ext.h85 int (*data_count)(sqlite3_stmt*pStmt); member
261 #define sqlite3_data_count sqlite3_api->data_count
/external/sqlite/dist/
Dsqlite3ext.h93 int (*data_count)(sqlite3_stmt*pStmt); member
304 #define sqlite3_data_count sqlite3_api->data_count
Dsqlite3.c91079 int (*data_count)(sqlite3_stmt*pStmt);
91290 #define sqlite3_data_count sqlite3_api->data_count
/external/sqlite/dist/orig/
Dsqlite3ext.h93 int (*data_count)(sqlite3_stmt*pStmt); member
304 #define sqlite3_data_count sqlite3_api->data_count
Dsqlite3.c91066 int (*data_count)(sqlite3_stmt*pStmt);
91277 #define sqlite3_data_count sqlite3_api->data_count