pam_pkcs11
0.6.8
|
This module contains several functions to retrieve data from an URL. More...
#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | URI_EXTERN extern |
Functions | |
URI_EXTERN int | is_uri (const char *path) |
URI_EXTERN int | is_file (const char *path) |
URI_EXTERN int | is_dir (const char *path) |
URI_EXTERN int | is_symlink (const char *path) |
URI_EXTERN int | get_from_uri (const char *uri_str, unsigned char **data, size_t *length) |
Downloads data from a given URI. |
This module contains several functions to retrieve data from an URL.
Some examples of valid URL's:
Definition in file uri.h.
#define URI_EXTERN extern |
URI_EXTERN int get_from_uri | ( | const char * | uri_str, |
unsigned char ** | data, | ||
size_t * | length | ||
) |
Downloads data from a given URI.
uri_str | URL string where to retrieve data |
data | Pointer to a String buffer where data is retrieved |
length | Length of retrieved data |
URI_EXTERN int is_dir | ( | const char * | path | ) |
URI_EXTERN int is_file | ( | const char * | path | ) |
URI_EXTERN int is_symlink | ( | const char * | path | ) |
URI_EXTERN int is_uri | ( | const char * | path | ) |