#include "php_soap.h"
#include "ext/libxml/php_libxml.h"
#include "libxml/uri.h"
#include "zend_virtual_cwd.h"
#include "main/php_open_temporary_file.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
Go to the source code of this file.
|
#define | O_BINARY 0 |
|
#define | SAFE_STR(a) |
|
#define | WSDL_CACHE_VERSION 0x10 |
|
#define | WSDL_CACHE_GET(ret, type, buf) |
|
#define | WSDL_CACHE_GET_INT(ret, buf) |
|
#define | WSDL_CACHE_GET_1(ret, type, buf) |
|
#define | WSDL_CACHE_GET_N(ret, n, buf) |
|
#define | WSDL_CACHE_SKIP(n, buf) |
|
#define | WSDL_CACHE_PUT_INT(val, buf) |
|
#define | WSDL_CACHE_PUT_1(val, buf) |
|
#define | WSDL_CACHE_PUT_N(val, n, buf) |
|
#define | WSDL_NO_STRING_MARKER 0x7fffffff |
|
◆ O_BINARY
◆ SAFE_STR
Value:((
a)?((
const char *)
a):
"")
Definition at line 295 of file php_sdl.c.
◆ WSDL_CACHE_GET
Value:
zend_ffi_ctype_name_buf buf
Definition at line 1160 of file php_sdl.c.
◆ WSDL_CACHE_GET_1
◆ WSDL_CACHE_GET_INT
Value:ret = ((
unsigned char)(*buf)[0])|((
unsigned char)(*
buf)[1]<<8)|((
unsigned char)(*buf)[2]<<16)|((
unsigned)(*
buf)[3]<<24); *
buf += 4;
Definition at line 1161 of file php_sdl.c.
◆ WSDL_CACHE_GET_N
◆ WSDL_CACHE_PUT_1
◆ WSDL_CACHE_PUT_INT
Value: smart_str_appendc(
buf,(
char)(
val & 0xff)); \
smart_str_appendc(
buf,(
char)((
val >> 8) & 0xff)); \
smart_str_appendc(
buf,(
char)((
val >> 16) & 0xff)); \
smart_str_appendc(
buf,(
char)((
val >> 24) & 0xff));
Definition at line 1166 of file php_sdl.c.
◆ WSDL_CACHE_PUT_N
◆ WSDL_CACHE_SKIP
◆ WSDL_CACHE_VERSION
#define WSDL_CACHE_VERSION 0x10 |
◆ WSDL_NO_STRING_MARKER
#define WSDL_NO_STRING_MARKER 0x7fffffff |
◆ sdl_cache_bucket
◆ delete_sdl()
◆ delete_sdl_impl()
◆ get_encoder()
◆ get_encoder_ex()
◆ get_encoder_from_prefix()
encodePtr get_encoder_from_prefix |
( |
sdlPtr | sdl, |
|
|
xmlNodePtr | node, |
|
|
const xmlChar * | type ) |
◆ get_sdl()
◆ sdl_restore_uri_credentials()
◆ sdl_set_uri_credentials()
void sdl_set_uri_credentials |
( |
sdlCtx * | ctx, |
|
|
char * | uri ) |