vttp
An HTTP backed Virtual Table extension for SQLite
Loading...
Searching...
No Matches
cookie.h
Go to the documentation of this file.
1
7#pragma once
8#include <stdio.h>
9
10struct cookie;
11
19FILE *cookie(const struct cookie *backend, void *ctx);
20
24extern const struct cookie COOKIE_PASSTHROUGH;
25
29extern const struct cookie COOKIE_JSON;
30
34size_t fwrite8(const char *src, size_t n, FILE *dst);
const struct cookie COOKIE_PASSTHROUGH
Definition cookie.c:79
const struct cookie COOKIE_JSON
Definition cookie.c:542
size_t fwrite8(const char *src, size_t n, FILE *dst)
Definition cookie.c:374