#include <stdio.h>
#include "libavutil/avstring.h"
#include "libavutil/md5.h"
#include "libavutil/mem.h"
#include "libavutil/error.h"
#include "avio.h"
#include "internal.h"
#include "url.h"
Go to the source code of this file.
◆ md5_open()
| static int md5_open |
( |
URLContext * | h, |
|
|
const char * | filename, |
|
|
int | flags ) |
|
static |
◆ md5_write()
| static int md5_write |
( |
URLContext * | h, |
|
|
const unsigned char * | buf, |
|
|
int | size ) |
|
static |
◆ md5_close()
◆ ff_md5_protocol
Initial value:= {
.name = "md5",
}
static int md5_write(URLContext *h, const unsigned char *buf, int size)
static int md5_open(URLContext *h, const char *filename, int flags)
static int md5_close(URLContext *h)
Definition at line 89 of file md5proto.c.