Searched refs:get_pathname (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dssh.c116 static CURLcode get_pathname(const char **cpp, char **path);
1227 result = get_pathname(&cp, &sshc->quote_path1);
1252 result = get_pathname(&cp, &sshc->quote_path2);
1274 result = get_pathname(&cp, &sshc->quote_path2);
1299 result = get_pathname(&cp, &sshc->quote_path2);
3149 /* The get_pathname() function is being borrowed from OpenSSH sftp.c
3167 get_pathname(const char **cpp, char **path) function
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dmod_dav.h1856 ** rather than via a sub-request (on get_pathname), then this function
1967 const char * (*get_pathname)(const dav_resource *resource); member in struct:dav_hooks_repository

Completed in 137 milliseconds