Searched refs:crParseURL (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_url.h | 16 DECLEXPORT(int) crParseURL( const char *url, char *protocol, char *hostname,
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | url.c | 30 int crParseURL( const char *url, char *protocol, char *hostname, function
|
H A D | net.c | 216 if ( !crParseURL( server, protocol, hostname, &port, default_port ) ) { 384 if (!crParseURL(protocol, protocol_only, filename, NULL, 0))
|
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu_config.c | 133 if (!crParseURL(response, protocol, hostname, &port, 0))
|
H A D | renderspu_init.c | 42 if (!crParseURL( render_spu.swap_master_url, protocol, hostname,
|
Completed in 201 milliseconds