#include "MHD_config.h"
#include <stddef.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <limits.h>
#include <stdint.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | uint64 |
Defines | |
#define | SIZEOF_UNSIGNED_INT 4 |
#define | SIZEOF_UNSIGNED_LONG 8 |
#define | SIZEOF_UNSIGNED_LONG_INT SIZEOF_UNSIGNED_LONG |
#define SIZEOF_UNSIGNED_INT 4 |
Definition at line 54 of file defines.h.
Referenced by MHD__asn1_complete_explicit_tag(), MHD__asn1_insert_tag_der(), and MHD__asn1_tag_der().
#define SIZEOF_UNSIGNED_LONG_INT SIZEOF_UNSIGNED_LONG |
Definition at line 56 of file defines.h.
Referenced by MHD__asn1_change_integer_value(), MHD__asn1_convert_integer(), MHD__asn1_der_coding(), MHD__asn1_length_der(), and MHD__asn1_write_value().