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