Searched refs:do_store (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/ssl/ |
| H A D | ssl_conf.c | 493 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 D | extern.h | 98 void do_store(char *, char *, int);
|
| H A D | ftpcmd.y | 288 do_store(name, "w", 0); 297 do_store(name, "a", 0); 573 do_store($3, "w", 1);
|
| H A D | ftpcmd.c | 1964 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 D | ftpd.c | 1101 do_store(char *name, char *mode, int unique) in do_store() function
|
| /src/crypto/heimdal/appl/ftp/ |
| H A D | ChangeLog | 447 * ftpd/ftpd.c (do_store): call closefunc before claiming that
|