Go to the source code of this file.
Functions | |
unsigned short | Curl_read16_be (const unsigned char *buf) |
unsigned short | Curl_read16_le (const unsigned char *buf) |
unsigned int | Curl_read32_be (const unsigned char *buf) |
unsigned int | Curl_read32_le (const unsigned char *buf) |
void | Curl_write16_le (const short value, unsigned char *buffer) |
void | Curl_write32_le (const int value, unsigned char *buffer) |
unsigned short Curl_read16_be | ( | const unsigned char * | buf | ) |
Definition at line 116 of file curl_endian.c.
unsigned short Curl_read16_le | ( | const unsigned char * | buf | ) |
Definition at line 40 of file curl_endian.c.
unsigned int Curl_read32_be | ( | const unsigned char * | buf | ) |
Definition at line 135 of file curl_endian.c.
unsigned int Curl_read32_le | ( | const unsigned char * | buf | ) |
Definition at line 59 of file curl_endian.c.
void Curl_write16_le | ( | const short | value, |
unsigned char * | buffer | ||
) |
Definition at line 190 of file curl_endian.c.
void Curl_write32_le | ( | const int | value, |
unsigned char * | buffer | ||
) |
Definition at line 207 of file curl_endian.c.