RetroArch
Functions
minisoap.c File Reference
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include "minisoap.h"
#include "miniupnpcstrings.h"
#include <stdlib.h>
Include dependency graph for minisoap.c:

Functions

static int httpWrite (int fd, const char *body, int bodysize, const char *headers, int headerssize)
 
int soapPostSubmit (int fd, const char *url, const char *host, unsigned short port, const char *action, const char *body, const char *httpversion)
 

Function Documentation

◆ httpWrite()

static int httpWrite ( int  fd,
const char *  body,
int  bodysize,
const char *  headers,
int  headerssize 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ soapPostSubmit()

int soapPostSubmit ( int  fd,
const char *  url,
const char *  host,
unsigned short  port,
const char *  action,
const char *  body,
const char *  httpversion 
)
Here is the call graph for this function:
Here is the caller graph for this function: