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

/macosx-10.10.1/smb-759.0/lib/librpc/
H A Drpc_helpers.cpp181 char * endpoint_string = NULL; local
190 asprintf(&endpoint_string, "\\pipe\\%s]", EndPoint);
195 (idl_char *) endpoint_string,
208 ServerName, endpoint_string);
211 if (endpoint_string != NULL) {
212 free(endpoint_string);

Completed in 100 milliseconds