Searched refs:ct_rpath (Results 1 – 2 of 2) sorted by relevance
220 printf(" ct_rpath=\"%s\"\n", ctx->ct_rpath); in dump_ctx()440 if (ctx->ct_rpath) { in smb_ctx_done()441 free(ctx->ct_rpath); in smb_ctx_done()442 ctx->ct_rpath = NULL; in smb_ctx_done()610 free(ctx->ct_rpath); in smb_ctx_parseunc()611 ctx->ct_rpath = strdup(path); in smb_ctx_parseunc()
112 char *ct_rpath; /* remote file name */ member