gnutls_str.h File Reference

#include <gnutls_int.h>

Include dependency graph for gnutls_str.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  MHD_gtls_string

Functions

void MHD_gtls_str_cpy (char *dest, size_t dest_tot_size, const char *src)
void MHD_gtls_str_cat (char *dest, size_t dest_tot_size, const char *src)
void MHD_gtls_string_init (MHD_gtls_string *, MHD_gnutls_alloc_function, MHD_gnutls_realloc_function, MHD_gnutls_free_function)
void MHD_gtls_string_clear (MHD_gtls_string *)
int MHD_gtls_string_append_data (MHD_gtls_string *, const void *data, size_t data_size)
char * MHD_gtls_bin2hex (const void *old, size_t oldlen, char *buffer, size_t buffer_size)


Function Documentation

char* MHD_gtls_bin2hex ( const void *  old,
size_t  oldlen,
char *  buffer,
size_t  buffer_size 
)

Definition at line 143 of file gnutls_str.c.

References old.

Referenced by generate_normal_master(), MHD__gnutls_send_server_hello(), and MHD__gnutls_set_keys().

Here is the caller graph for this function:

void MHD_gtls_str_cat ( char *  dest,
size_t  dest_tot_size,
const char *  src 
)

void MHD_gtls_str_cpy ( char *  dest,
size_t  dest_tot_size,
const char *  src 
)

Definition at line 57 of file gnutls_str.c.

Referenced by MHD__gnutls_fbase64_decode(), MHD__gnutls_x509_crt_get_extension(), MHD__gnutls_x509_decode_octet_string(), and MHD__gnutls_x509_get_pk_algorithm().

Here is the caller graph for this function:

int MHD_gtls_string_append_data ( MHD_gtls_string ,
const void *  data,
size_t  data_size 
)

void MHD_gtls_string_clear ( MHD_gtls_string  ) 


Generated on Fri Feb 27 18:20:12 2009 for GNU libmicrohttpd by  doxygen 1.5.8