fetch 34 source3/include/dbwrap.h int (*fetch)(struct db_context *db, TALLOC_CTX *mem_ctx,
fetch 58 source3/lib/dbwrap.c res = db->fetch(db, talloc_tos(), key, &data);
fetch 151 source3/lib/dbwrap.c if ((result != NULL) && (result->fetch == NULL)) {
fetch 152 source3/lib/dbwrap.c result->fetch = dbwrap_fallback_fetch;
fetch 196 source3/lib/dbwrap.c if (db->fetch(db, mem_ctx, key, &result) == -1) {
fetch 1225 source3/lib/dbwrap_ctdb.c result->fetch = db_ctdb_fetch;
fetch 381 source3/lib/dbwrap_rbt.c result->fetch = db_rbt_fetch;
fetch 362 source3/lib/dbwrap_tdb.c result->fetch = db_tdb_fetch;
fetch 28 source3/lib/dbwrap_util.c if (db->fetch(db, NULL, string_term_tdb_data(keystr), &dbuf) != 0) {
fetch 67 source3/lib/dbwrap_util.c if (db->fetch(db, NULL, string_term_tdb_data(keystr), &dbuf) != 0) {
fetch 1783 source3/locking/brlock.c if (brlock_db->fetch(brlock_db, br_lck, key, &data) == -1) {
fetch 883 source3/locking/locking.c if (lock_db->fetch(lock_db, lck, key, &data) == -1) {
fetch 482 source3/locking/posix.c res = posix_pending_close_db->fetch(
fetch 589 source3/locking/posix.c res = posix_pending_close_db->fetch(
fetch 495 source3/modules/nfs4_acls.c if (mapping_db->fetch(mapping_db, NULL,
fetch 214 source3/modules/vfs_acl_tdb.c if (db->fetch(db,
fetch 106 source3/modules/vfs_xattr_tdb.c if (db_ctx->fetch(db_ctx, mem_ctx,
fetch 121 source3/passdb/secrets.c if (db_ctx->fetch(db_ctx, talloc_tos(), string_tdb_data(key),
fetch 156 source3/smbd/notify_internal.c if (notify->db->fetch(notify->db, notify, notify->key, &dbuf) != 0) {
fetch 39 source4/heimdal/lib/krb5/store-int.h ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t);
fetch 85 source4/heimdal/lib/krb5/store.c return sp->fetch(sp, buf, len);
fetch 150 source4/heimdal/lib/krb5/store.c sp->fetch(sp, data->data, data->length);
fetch 199 source4/heimdal/lib/krb5/store.c ret = sp->fetch(sp, v, len);
fetch 309 source4/heimdal/lib/krb5/store.c ret = sp->fetch(sp, value, sizeof(*value));
fetch 360 source4/heimdal/lib/krb5/store.c ret = sp->fetch(sp, data->data, size);
fetch 419 source4/heimdal/lib/krb5/store.c while((ret = sp->fetch(sp, &c, 1)) == 1){
fetch 478 source4/heimdal/lib/krb5/store.c while((ret = sp->fetch(sp, &c, 1)) == 1){
fetch 142 source4/heimdal/lib/krb5/store_emem.c sp->fetch = emem_fetch;
fetch 93 source4/heimdal/lib/krb5/store_fd.c sp->fetch = fd_fetch;
fetch 114 source4/heimdal/lib/krb5/store_mem.c sp->fetch = mem_fetch;
fetch 145 source4/heimdal/lib/krb5/store_mem.c sp->fetch = mem_fetch;