fetch
sqlite3_finalize(hsdb->fetch);
&hsdb->fetch,
sqlite3_stmt *fetch = hsdb->fetch;
sqlite3_bind_text(fetch, 1, principal_string, -1, SQLITE_STATIC);
sqlite_error = hdb_sqlite_step(context, hsdb->db, fetch);
value.length = sqlite3_column_bytes(fetch, 0);
value.data = (void *) sqlite3_column_blob(fetch, 0);
sqlite3_clear_bindings(fetch);
sqlite3_reset(fetch);
sqlite3_stmt *fetch;
ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t);
return sp->fetch(sp, buf, len);
sp->fetch(sp, data->data, data->length);
ret = sp->fetch(sp, v, len);
ret = sp->fetch(sp, value, sizeof(*value));
ret = sp->fetch(sp, data->data, size);
while((ret = sp->fetch(sp, &c, 1)) == 1){
while((ret = sp->fetch(sp, &c, 1)) == 1){
sp->fetch = emem_fetch;
sp->fetch = fd_fetch;
sp->fetch = mem_fetch;
sp->fetch = mem_fetch;
int use_pass = 0, use_key = 0, use_kvno = 0, fetch = 0, i;
fetch++;
(fetch && salt != NULL)) {
if (!fetch && enctype == NULL) {
retval = ktutil_add(kcontext, &ktlist, princ, fetch, kvno, enctype,
if (!fetch) {
int fetch, krb5_kvno kvno, char *enctype_str, int use_pass,
retval = get_etype_info(context, princ, fetch, salt_str,
get_etype_info(krb5_context context, krb5_principal princ, int fetch,
datum fetch __P((datum));
ret = fetch(context, dbc->princ_db, &key, &val);
ret = fetch(context, dbc->policy_db, &key, &val);
EVP_MD *fetch = NULL;
if (!TEST_ptr(fetch = EVP_MD_fetch(libctx, "SHA256", NULL)))
EVP_MD_free(fetch);
fetch = NULL;
if (!TEST_ptr_null(fetch = EVP_MD_fetch(libctx, "SHA256", NULL)))
EVP_MD_free(fetch);
dictAppendWord(dp, "@", fetch, FW_DEFAULT);
int32_t fetch, fetched, start, cp;
fetch = z_min(z_free(info), reqin);
if (fetch == 0) {
fetch = z_min(z_free(info), reqin);
if (fetch != 0) {
fetch * align, source), align);
if (fetched != fetch)
fetch(ixold, a, b, f1, '<', 1, *pflags);
fetch(ixnew, c, d, f2, '>', 0, *pflags);
nc = fetch(ixold, a, b, f1, '\0', 1, *pflags);
fetch(ixnew, c, d, f2, '\0', 0, *pflags);
fetch(ixold, a, b, f1, '<', 1, *pflags);
fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, *pflags);
fetch(ixold, lowa, b, f1, ' ', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1,
fetch(ixold, b + 1, upb, f1, ' ', 0, flags);
fetch(ixnew, lowc, d, f2, ' ', 0, flags);
fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
fetch(ixnew, c, d, f2,
fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1, '-', 0, flags);
fetch(ixnew, c, d, f2, '+', 0, flags);
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
fetch(ixold, a, b, f1, '-', 0, flags);
fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
fetch(ixnew, c, d, f2, '+', 0, flags);
fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
static int fetch(long *, int, int, FILE *, int, int, int);
nc = fetch(ixold, i0, i0, f1, '\0', 1, flags);
fetch(ixnew, J[i0], J[i0], f2, '\0', 0, flags);
e = fetch(*argv, "-", &is_http);
e = fetch(*argv, q, &is_http);
e = fetch(*argv, o_filename, &is_http);
e = fetch(*argv, p, &is_http);
void fetch ## name(void); \
dev->fetch = NULL;
dev->fetch = camdd_pass_fetch;
if (dev->fetch != NULL) {
retval = dev->fetch(dev);
int (*fetch)(struct camdd_dev *dev);
fetch:
goto fetch;
fetch:
goto fetch;