Gearman Developer Documentation

Functions
libgearman/byteorder.c File Reference
#include "common.h"

Go to the source code of this file.

Functions

static uint64_t swap64 (uint64_t in)
uint64_t ntohll (uint64_t value)
uint64_t htonll (uint64_t value)

Function Documentation

static uint64_t swap64 ( uint64_t  in) [inline, static]

Definition at line 19 of file byteorder.c.

uint64_t ntohll ( uint64_t  value)

Definition at line 38 of file byteorder.c.

uint64_t htonll ( uint64_t  value)

Definition at line 43 of file byteorder.c.