The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Functions
sort.c File Reference
#include "config.h"
#include <stddef.h>
#include <sys/types.h>
#include "backtrace.h"
#include "internal.h"
+ Include dependency graph for sort.c:

Go to the source code of this file.

Functions

void backtrace_qsort (void *basearg, size_t count, size_t size, int(*compar)(const void *, const void *))
 
static void swap (char *a, char *b, size_t size)
 

Function Documentation

◆ backtrace_qsort()

void backtrace_qsort ( void *  basearg,
size_t  count,
size_t  size,
int(*)(const void *, const void *)  compar 
)

Definition at line 61 of file sort.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ swap()

static void swap ( char *  a,
char *  b,
size_t  size 
)
static

Definition at line 46 of file sort.c.