Searched refs:new_cursor (Results 1 – 1 of 1) sorted by relevance
1365 WDBCursor *new_cursor; in wdbc_create() local1378 new_cursor = (WDBCursor *) calloc (1, sizeof (WDBCursor)); in wdbc_create()1379 if (new_cursor == NULL) in wdbc_create()1385 new_cursor->table_version = wdb->table_version; in wdbc_create()1386 new_cursor->db_cursor = db_cursor; in wdbc_create()1388 *cursor = new_cursor; in wdbc_create()