/PHP-7.3/ext/dom/ |
H A D | element.c | 158 char *name, *value = NULL, *uri = NULL; in PHP_METHOD() local 661 char *uri, *name; in PHP_FUNCTION() local 741 char *uri, *name, *value; in PHP_FUNCTION() local 870 char *name, *uri; in PHP_FUNCTION() local 927 char *uri, *name; in PHP_FUNCTION() local 1053 char *uri, *name; in PHP_FUNCTION() local 1110 char *uri, *name; in PHP_FUNCTION() local 1203 char *uri, *name; in PHP_FUNCTION() local
|
H A D | domimplementation.c | 97 xmlURIPtr uri; in PHP_METHOD() local 166 char *uri = NULL, *name = NULL; in PHP_METHOD() local
|
H A D | namednodemap.c | 273 char *uri, *named; in PHP_FUNCTION() local
|
H A D | document.c | 1035 char *uri, *name, *value = NULL; in PHP_FUNCTION() local 1099 char *uri, *name; in PHP_FUNCTION() local 1163 char *uri, *name; in PHP_FUNCTION() local 1298 xmlURI *uri; in _dom_get_valid_file_path() local
|
H A D | node.c | 1524 char *uri; in PHP_FUNCTION() local 1575 char *uri; in PHP_FUNCTION() local
|
H A D | php_dom.c | 1496 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns()
|
/PHP-7.3/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 593 xmlURI *uri; in _xmlwriter_get_valid_file_path() local 848 char *name, *prefix, *uri; in PHP_FUNCTION() local 936 char *name, *prefix, *uri, *content; in PHP_FUNCTION() local 989 char *name, *prefix, *uri; in PHP_FUNCTION() local 1103 char *name, *prefix, *uri, *content = NULL; in PHP_FUNCTION() local
|
/PHP-7.3/ext/soap/ |
H A D | php_schema.c | 195 xmlChar *uri; in load_schema() local 215 xmlChar *uri; in load_schema() local 231 xmlChar *uri = NULL; in load_schema() local
|
H A D | php_sdl.c | 226 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri) in sdl_set_uri_credentials() 387 xmlChar *uri; in load_wsdl_ex() local 1530 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached) in get_sdl_from_cache() 2099 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl) in add_sdl_to_cache() 3155 sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl) in get_sdl()
|
H A D | soap.c | 2706 zval *uri; local 2809 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local 3701 …se_call2(xmlNodePtr body, sdlFunctionPtr function, char *function_name, char *uri, zval *ret, int … 3803 static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function_name, char *uri, z… 4163 …tion_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval *arguments…
|
H A D | php_soap.h | 101 char *uri; member
|
/PHP-7.3/ext/xmlreader/ |
H A D | php_xmlreader.c | 216 xmlURI *uri; in _xmlreader_get_valid_file_path() local 1030 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() local
|
/PHP-7.3/ext/xsl/ |
H A D | xsltprocessor.c | 678 char *uri; in PHP_FUNCTION() local
|
/PHP-7.3/ext/libxml/ |
H A D | libxml.c | 307 xmlURI *uri; in php_libxml_streams_IO_open_wrapper() local
|
/PHP-7.3/ext/pdo/ |
H A D | pdo_dbh.c | 206 static char *dsn_from_uri(char *uri, char *buf, size_t buflen) /* {{{ */ in dsn_from_uri()
|
/PHP-7.3/ext/xml/ |
H A D | xml.c | 1048 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler()
|