Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/
H A Dssl_conf.c493 static int do_store(SSL_CONF_CTX *cctx, in do_store() function
539 return do_store(cctx, NULL, value, NULL, 0); in cmd_ChainCAPath()
544 return do_store(cctx, value, NULL, NULL, 0); in cmd_ChainCAFile()
549 return do_store(cctx, NULL, NULL, value, 0); in cmd_ChainCAStore()
554 return do_store(cctx, NULL, value, NULL, 1); in cmd_VerifyCAPath()
559 return do_store(cctx, value, NULL, NULL, 1); in cmd_VerifyCAFile()
564 return do_store(cctx, NULL, NULL, value, 1); in cmd_VerifyCAStore()
/src/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h98 void do_store(char *, char *, int);
H A Dftpcmd.y288 do_store(name, "w", 0);
297 do_store(name, "a", 0);
573 do_store($3, "w", 1);
H A Dftpcmd.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()
H A Dftpd.c1101 do_store(char *name, char *mode, int unique) in do_store() function
/src/crypto/heimdal/appl/ftp/
H A DChangeLog447 * ftpd/ftpd.c (do_store): call closefunc before claiming that