RetroArch
Functions
upnpreplyparse.c File Reference
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "upnpreplyparse.h"
#include "minixml.h"
Include dependency graph for upnpreplyparse.c:

Functions

static void NameValueParserStartElt (void *d, const char *name, int l)
 
static void NameValueParserEndElt (void *d, const char *name, int l)
 
static void NameValueParserGetData (void *d, const char *datas, int l)
 
void ParseNameValue (const char *buffer, int bufsize, struct NameValueParserData *data)
 
void ClearNameValueList (struct NameValueParserData *pdata)
 
char * GetValueFromNameValueList (struct NameValueParserData *pdata, const char *Name)
 

Function Documentation

◆ ClearNameValueList()

void ClearNameValueList ( struct NameValueParserData pdata)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetValueFromNameValueList()

char* GetValueFromNameValueList ( struct NameValueParserData pdata,
const char *  Name 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ NameValueParserEndElt()

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

◆ NameValueParserGetData()

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

◆ NameValueParserStartElt()

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

◆ ParseNameValue()

void ParseNameValue ( const char *  buffer,
int  bufsize,
struct NameValueParserData data 
)
Here is the call graph for this function:
Here is the caller graph for this function: