RetroArch
Macros | Functions
igd_desc_parse.c File Reference
#include "igd_desc_parse.h"
#include <stdio.h>
#include <string.h>
Include dependency graph for igd_desc_parse.c:

Macros

#define COMPARE(str, cstr)   (0==memcmp(str, cstr, sizeof(cstr) - 1))
 

Functions

void IGDstartelt (void *d, const char *name, int l)
 
void IGDendelt (void *d, const char *name, int l)
 
void IGDdata (void *d, const char *data, int l)
 

Macro Definition Documentation

◆ COMPARE

#define COMPARE (   str,
  cstr 
)    (0==memcmp(str, cstr, sizeof(cstr) - 1))

Function Documentation

◆ IGDdata()

void IGDdata ( void d,
const char *  data,
int  l 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IGDendelt()

void IGDendelt ( void d,
const char *  name,
int  l 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IGDstartelt()

void IGDstartelt ( void d,
const char *  name,
int  l 
)
Here is the call graph for this function:
Here is the caller graph for this function: