php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
buffer.c File Reference
#include "file.h"
#include "magic.h"
#include <string.h>
#include <stdlib.h>
#include <sys/stat.h>

Go to the source code of this file.

Functions

void buffer_init (struct buffer *b, int fd, const zend_stat_t *st, const void *data, size_t len)
 
void buffer_fini (struct buffer *b)
 
int buffer_fill (const struct buffer *bb)
 

Function Documentation

◆ buffer_fill()

int buffer_fill ( const struct buffer * bb)

Definition at line 66 of file buffer.c.

◆ buffer_fini()

void buffer_fini ( struct buffer * b)

Definition at line 58 of file buffer.c.

◆ buffer_init()

void buffer_init ( struct buffer * b,
int fd,
const zend_stat_t * st,
const void * data,
size_t len )

Definition at line 42 of file buffer.c.