FreeRDP
TestPodArrays.c File Reference

Functions

static BOOL cb_compute_sum (UINT32 *v, void *target)
 
static BOOL cb_stop_at_5 (UINT32 *v, void *target)
 
static BOOL cb_set_to_1 (UINT32 *v, void *target)
 
static BOOL cb_reset_after_1 (UINT32 *v, void *target)
 
static BOOL cb_basic_struct (BasicStruct *v, void *target)
 
int TestPodArrays (int argc, char *argv[])
 

Function Documentation

◆ cb_basic_struct()

static BOOL cb_basic_struct ( BasicStruct *  v,
void *  target 
)
static
Here is the caller graph for this function:

◆ cb_compute_sum()

static BOOL cb_compute_sum ( UINT32 *  v,
void *  target 
)
static

FreeRDP: A Remote Desktop Protocol Implementation TestPodArrays

Copyright 2022 David Fort conta.nosp@m.ct@h.nosp@m.arden.nosp@m.ing-.nosp@m.consu.nosp@m.ltin.nosp@m.g.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Here is the caller graph for this function:

◆ cb_reset_after_1()

static BOOL cb_reset_after_1 ( UINT32 *  v,
void *  target 
)
static
Here is the caller graph for this function:

◆ cb_set_to_1()

static BOOL cb_set_to_1 ( UINT32 *  v,
void *  target 
)
static
Here is the caller graph for this function:

◆ cb_stop_at_5()

static BOOL cb_stop_at_5 ( UINT32 *  v,
void *  target 
)
static
Here is the caller graph for this function:

◆ TestPodArrays()

int TestPodArrays ( int  argc,
char *  argv[] 
)
Here is the call graph for this function: