/PHP-5.4/ext/dom/ |
H A D | element.c | 160 char *name, *value = NULL, *uri = NULL; in PHP_METHOD() local 668 char *uri, *name; in PHP_FUNCTION() local 748 char *uri, *name, *value; in PHP_FUNCTION() local 877 char *name, *uri; in PHP_FUNCTION() local 933 char *uri, *name; in PHP_FUNCTION() local 1035 char *uri, *name; in PHP_FUNCTION() local 1092 char *uri, *name; in PHP_FUNCTION() local 1185 char *uri, *name; in PHP_FUNCTION() local
|
H A D | domimplementation.c | 98 xmlURIPtr uri; in PHP_METHOD() local 159 char *uri = NULL, *name = NULL; in PHP_METHOD() local
|
H A D | namednodemap.c | 265 char *uri, *named; in PHP_FUNCTION() local
|
H A D | document.c | 1236 char *uri, *name, *value = NULL; in PHP_FUNCTION() local 1299 char *uri, *name; in PHP_FUNCTION() local 1363 char *uri, *name; in PHP_FUNCTION() local 1500 xmlURI *uri; in _dom_get_valid_file_path() local
|
H A D | node.c | 1602 char *uri; in PHP_FUNCTION() local 1652 char *uri; in PHP_FUNCTION() local
|
H A D | php_dom.c | 1627 xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *prefix) { in dom_get_ns()
|
/PHP-5.4/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 603 xmlURI *uri; in _xmlwriter_get_valid_file_path() local 892 char *name, *prefix, *uri; in PHP_FUNCTION() local 981 char *name, *prefix, *uri, *content; in PHP_FUNCTION() local 1034 char *name, *prefix, *uri; in PHP_FUNCTION() local 1149 char *name, *prefix, *uri, *content = NULL; in PHP_FUNCTION() local
|
/PHP-5.4/sapi/nsapi/ |
H A D | nsapi.c | 335 char *uri,*value; in PHP_FUNCTION() local 968 char *uri = pblock_findval("uri", rq->reqpb); in php5_execute() local
|
/PHP-5.4/sapi/continuity/ |
H A D | capi.c | 414 char *uri = lstFset_get(NSG(t->vars), "uri"); in capi_request_ctor() local
|
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 196 xmlChar *uri; in load_schema() local 216 xmlChar *uri; in load_schema() local 232 xmlChar *uri = NULL; in load_schema() local
|
H A D | php_sdl.c | 390 xmlChar *uri; in load_wsdl_ex() local 1533 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached TSRMLS_D… in get_sdl_from_cache() 2110 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl TSRMLS_DC) in add_sdl_to_cache() 3189 sdlPtr get_sdl(zval *this_ptr, char *uri, long cache_wsdl TSRMLS_DC) in get_sdl()
|
H A D | soap.c | 2741 zval **uri; local 2837 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local 3737 …se_call2(xmlNodePtr body, sdlFunctionPtr function, char *function_name, char *uri, zval *ret, int … 3843 static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function_name, char *uri, z… 4207 …tion_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval **argument…
|
H A D | php_soap.h | 104 char *uri; member
|
/PHP-5.4/ext/xmlreader/ |
H A D | php_xmlreader.c | 231 xmlURI *uri; in _xmlreader_get_valid_file_path() local 1051 char *source, *uri = NULL, *encoding = NULL; in PHP_METHOD() local
|
/PHP-5.4/ext/xsl/ |
H A D | xsltprocessor.c | 712 char *uri; in PHP_FUNCTION() local
|
/PHP-5.4/ext/libxml/ |
H A D | libxml.c | 298 xmlURI *uri; in php_libxml_streams_IO_open_wrapper() local
|
/PHP-5.4/ext/pdo/ |
H A D | pdo_dbh.c | 185 static char *dsn_from_uri(char *uri, char *buf, size_t buflen TSRMLS_DC) /* {{{ */ in dsn_from_uri()
|
/PHP-5.4/ext/xml/ |
H A D | xml.c | 1129 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler()
|