Searched refs:split_uri (Results 1 - 1 of 1) sorted by relevance
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 464 split_uri (const char *devname, char *method, char *host, char *port, in split_uri() function 487 PDBG (bjnp_dbg (LOG_NOTICE, "split_uri: ERROR - Can not find method in %s (offset %d)\n", in split_uri() 510 PDBG (bjnp_dbg (LOG_NOTICE, "split_uri: ERROR - Can not find hostname or address in %s\n", devname)); in split_uri() 529 PDBG (bjnp_dbg (LOG_NOTICE, "split_uri: ERROR - Can not find hostname or address in %s\n", devname)); in split_uri() 557 PDBG (bjnp_dbg (LOG_NOTICE, "split_uri: ERROR - Can not find port in %s (have \"%s\")\n", devname, start)); in split_uri() 573 PDBG (bjnp_dbg (LOG_NOTICE, "split_uri: ERROR - Argument string too long in %s\n", devname)); in split_uri() 1751 if (split_uri (devname, method, host, port, args) != 0) in bjnp_allocate_device() 1955 if (split_uri(uri, method, host, port_str, args ) != 0) in add_timeout_to_uri()
|
Completed in 4 milliseconds