Home
last modified time | relevance | path

Searched refs:do_store (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
HDssl_conf.c468 static int do_store(SSL_CONF_CTX *cctx, in do_store() function
490 return do_store(cctx, NULL, value, 0); in cmd_ChainCAPath()
495 return do_store(cctx, value, NULL, 0); in cmd_ChainCAFile()
500 return do_store(cctx, NULL, value, 1); in cmd_VerifyCAPath()
505 return do_store(cctx, value, NULL, 1); in cmd_VerifyCAFile()
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
HDextern.h98 void do_store(char *, char *, int);
HDftpcmd.y288 do_store(name, "w", 0);
297 do_store(name, "a", 0);
573 do_store($3, "w", 1);
HDftpcmd.c1964 do_store(name, "w", 0); in yyparse()
1976 do_store(name, "a", 0); in yyparse()
2358 do_store((yyvsp[(3) - (5)].s), "w", 1); in yyparse()
HDftpd.c1101 do_store(char *name, char *mode, int unique) in do_store() function
/freebsd-13-stable/crypto/heimdal/appl/ftp/
HDChangeLog447 * ftpd/ftpd.c (do_store): call closefunc before claiming that