Searched refs:securep (Results 1 – 2 of 2) sorted by relevance
895 SECURE * securep; in mv_file() local929 if ((securep = Getsecure(rp->req_file))) { in mv_file()930 reqno = strdup(getreqno(securep->req_id)); in mv_file()931 (void) free(securep->req_id); in mv_file()932 if ((securep->req_id = calloc(strlen(dest) + 1 + in mv_file()935 (void) sprintf(securep->req_id, "%s-%s", dest, reqno); in mv_file()938 if (Putsecure(rp->req_file, securep) < 0) { in mv_file()950 prs->secure->req_id = strdup(securep->req_id); in mv_file()958 free(securep->req_id); in mv_file()
59 static int skip_url_prefix( const char **urlp, int *enclosedp, int *securep );74 skip_url_prefix( const char **urlp, int *enclosedp, int *securep ) in skip_url_prefix() argument104 *securep = 0; in skip_url_prefix()113 *securep = 1; in skip_url_prefix()