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