Searched refs:temp_cursor (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/DB_File/ |
H A D | DB_File.xs | 523 DBC * temp_cursor ; local 527 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor) != 0) 529 if (((db->dbp)->cursor)(db->dbp, NULL, &temp_cursor, 0) != 0) 540 if ( temp_cursor->c_get(temp_cursor, &l_key, &l_value, DB_SET) != 0) { 541 (void)temp_cursor->c_close(temp_cursor); 545 status = temp_cursor->c_put(temp_cursor, &key, &value, flags); 546 (void)temp_cursor->c_close(temp_cursor);
|