Home
last modified time | relevance | path

Searched refs:delete_one (Results 1 – 25 of 91) sorted by relevance

1234

/dports/dns/knot3-lib/knot-3.1.5/src/knot/journal/
H A Djournal_write.c72 static bool delete_one(knot_lmdb_txn_t *txn, bool del_zij, uint32_t del_serial, in delete_one() function
113 delete_one(txn, merge_zij, merge_serial, j.zone, &del_freed, &del_next_serial); in journal_merge()
127 delete_one(txn, false, md->merged_serial, zone, freed, &unused); in delete_merged()
141 delete_one(txn, false, from, zone, &freed_now, stopped_at)) { in journal_delete()
169 (void)delete_one(txn, false, md->merged_serial, j.zone, &unused64, &unused32); in journal_try_flush()
/dports/dns/knot3/knot-3.1.5/src/knot/journal/
H A Djournal_write.c72 static bool delete_one(knot_lmdb_txn_t *txn, bool del_zij, uint32_t del_serial, in delete_one() function
113 delete_one(txn, merge_zij, merge_serial, j.zone, &del_freed, &del_next_serial); in journal_merge()
127 delete_one(txn, false, md->merged_serial, zone, freed, &unused); in delete_merged()
141 delete_one(txn, false, from, zone, &freed_now, stopped_at)) { in journal_delete()
169 (void)delete_one(txn, false, md->merged_serial, j.zone, &unused64, &unused32); in journal_try_flush()
/dports/security/gnupg/gnupg-2.3.3/sm/
H A Ddelete.c38 delete_one (ctrl_t ctrl, const char *username) in delete_one() function
170 rc = delete_one (ctrl, names->d); in gpgsm_delete()
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/t/
H A Dretryable-writes-command-construction.t109 $coll->delete_one(
112 check_event_no_txn( 'delete', 'delete_one' );
262 $coll->delete_one(
265 check_event_with_txn( 'delete', 'delete_one' );
H A Dcrud.t158 subtest "delete_one" => sub {
162 $res = $coll->delete_one( { x => 'foo' } );
167 $res = $coll->delete_one( { x => 'bar' } );
175 $coll->delete_one( { x => 'FOO' }, { collation => $case_insensitive_collation } );
176 is( $res->deleted_count, 1, "delete_one with collation" );
185 "delete_one w/ collation returns error if write is unacknowledged"
194 "delete_one w/ collation returns error if unsupported"
201 my $err = exception { $cap->delete_one( { _id => 4 } ) };
545 delete_one => [ { x => 4 } ],
886 [ delete_one => [ { x => 1 } ] ],
[all …]
H A Dbulk.t824 note("QA-477 delete_one");
826 subtest "delete_one errors with $method" => sub {
830 exception { $bulk->delete_one() },
831 qr/^Can't locate object method "delete_one"/,
832 "delete_one on bulk object (without find) throws an error",
836 subtest "delete_one with $method" => sub {
841 $bulk->find( {} )->delete_one;
861 subtest "delete_one with collation, using $method" => sub {
868 ->delete_one;
872 is( $err, undef, "bulk delete_one w/ collation" );
[all …]
H A Dcausal_consistency.t165 # * delete_one
186 delete_one => {
224 delete_one
H A Dretryable-writes-spec.t96 return $coll->delete_one( $filter );
156 delete_one => [qw( filter )],
/dports/lang/yap/yap-6.2.2/packages/cplint/slipcase/
H A Drevise.pl160 delete_one(BL,BL1,A),
438 delete_one([X|R],R,X).
440 delete_one([X|R],[X|R1],D):-
441 delete_one(R,R1,D).
/dports/security/openssh-portable/openssh-8.8p1/
H A Dssh-add.c115 delete_one(int agent_fd, const struct sshkey *key, const char *comment, in delete_one() function
154 if (delete_one(agent_fd, key, cp, "(stdin)", qflag) == 0) in delete_stdin()
176 if (delete_one(agent_fd, public, comment, filename, qflag) == 0) in delete_file()
196 if (delete_one(agent_fd, cert, comment, certpath, qflag) == 0) in delete_file()
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/book_list/
H A Dlocal_books.pyj90 def delete_one():
108 delete_one()
110 delete_one()
/dports/databases/pymongo/pymongo-3.12.0/test/
H A Dtest_common.py67 coll.delete_one({'uu': uu})
71 coll.delete_one({'uu': uu})
H A Dtest_read_write_concern_spec.py81 ('delete_one', lambda: collection.delete_one({})),
122 ('delete_one', lambda: coll.delete_one({})),
/dports/databases/pymongo/pymongo-3.12.0/gridfs/
H A D__init__.py256 self.__files.delete_one({"_id": file_id}, session=session)
760 res = self._files.delete_one({"_id": file_id}, session=session)
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/route53/tasks/
H A Dmain.yml194 register: delete_one
197 until: delete_one is not failed
/dports/devel/py-celery/celery-4.4.7/celery/backends/
H A Dmongodb.py239 self.group_collection.delete_one({'_id': group_id})
251 self.collection.delete_one({'_id': task_id})
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/lib/MongoDB/
H A DBulkWriteView.pm156 sub delete_one { method in MongoDB::BulkWriteView
/dports/graphics/gtkam/gtkam-1.0/src/
H A Dgtkam-delete.c229 delete_one (GtkamDelete *delete, GtkamCamera *camera, in delete_one() function
288 if (delete_one (delete, data->camera, in on_delete_clicked()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postsuper/
H A Dpostsuper.c590 static void delete_one(const char **queue_names, const char *queue_id) in delete_one() function
1530 operate_stream(VSTREAM_IN, delete_one, queues); in main()
1532 delete_one(queues, optarg); in main()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Ddelete.py50 single_shot(self.delete_one)
56 def delete_one(self): member in MultiDeleter
72 single_shot(self.delete_one)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/cache/
H A Dmongodb.py167 collection.delete_one({'_id': self._make_key(key)})
/dports/www/bolt/bolt-2.2.24/app/view/twig/_sub/
H A D_editable_record_list.twig11 'delete_one': __('Are you sure you wish to delete this record? There is no undo.'),
/dports/graphics/py-pygeoapi/pygeoapi-0.11.0/pygeoapi/provider/
H A Dmongo.py182 self.featuredb[self.collection].delete_one(
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apscheduler/jobstores/
H A Dmongodb.py104 result = self.collection.delete_one({'_id': job_id})
/dports/graphics/animorph/animorph-0.3/include/animorph/
H A Dutil.h79 void delete_one (T *t) in delete_one() function

1234