FreeRDP
prim_set.c File Reference
#include <freerdp/config.h>
#include <string.h>
#include <freerdp/types.h>
#include <freerdp/primitives.h>
#include "prim_internal.h"

Functions

static pstatus_t general_set_8u (BYTE val, BYTE *pDst, UINT32 len)
 
static pstatus_t general_zero (void *pDst, size_t len)
 
static pstatus_t general_set_32s (INT32 val, INT32 *pDst, UINT32 len)
 
static pstatus_t general_set_32u (UINT32 val, UINT32 *pDst, UINT32 len)
 
void primitives_init_set (primitives_t *prims)
 

Function Documentation

◆ general_set_32s()

static pstatus_t general_set_32s ( INT32  val,
INT32 *  pDst,
UINT32  len 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ general_set_32u()

static pstatus_t general_set_32u ( UINT32  val,
UINT32 *  pDst,
UINT32  len 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ general_set_8u()

static pstatus_t general_set_8u ( BYTE  val,
BYTE pDst,
UINT32  len 
)
static
Here is the caller graph for this function:

◆ general_zero()

static pstatus_t general_zero ( void *  pDst,
size_t  len 
)
static
Here is the caller graph for this function:

◆ primitives_init_set()

void primitives_init_set ( primitives_t prims)
Here is the call graph for this function:
Here is the caller graph for this function: