PostgreSQL Source Code: PullFilterOps Struct Reference (original) (raw)
#include <[mbuf.h](mbuf%5F8h%5Fsource.html)>
Data Fields | |
---|---|
int(* | init )(void **priv_p, void *init_arg, PullFilter *src) |
int(* | pull )(void *priv, PullFilter *src, int len, uint8 **data_p, uint8 *buf, int buflen) |
void(* | free )(void *priv) |
Detailed Description
Definition at line 59 of file mbuf.h.
Field Documentation
◆ free
void(* PullFilterOps::free) (void *priv)
◆ init
int(* PullFilterOps::init) (void **priv_p, void *init_arg, PullFilter *src)
◆ pull
The documentation for this struct was generated from the following file:
- contrib/pgcrypto/mbuf.h