Home
last modified time | relevance | path

Searched refs:incexc (Results 1 – 25 of 54) sorted by relevance

123

/dports/sysutils/burp/burp-2.4.0/src/
H A Dincexc_recv.c16 if(!(tmp=prepend_n(*incexc?:"", src, len, *incexc?"\n":""))) return -1; in add_to_incexc()
17 free_w(incexc); in add_to_incexc()
18 *incexc=tmp; in add_to_incexc()
25 char **incexc=(char **)param; in incexc_recv_func() local
32 if(add_to_incexc(incexc, in incexc_recv_func()
43 free_w(incexc); in incexc_recv()
56 char **incexc, struct conf **confs) in incexc_recv_client() argument
58 return incexc_recv(asfd, incexc, in incexc_recv_client()
64 char **incexc, struct conf **confs) in incexc_recv_client_restore() argument
66 return incexc_recv(asfd, incexc, in incexc_recv_client_restore()
[all …]
H A Dincexc_recv.h5 char **incexc, struct conf **confs);
7 char **incexc, struct conf **confs);
9 char **incexc, struct conf **confs);
H A Dconffile.h11 extern int conf_parse_incexcs_buf(struct conf **confs, const char *incexc);
12 extern int conf_parse_incexcs_srestore(struct conf **confs, const char *incexc);
H A Dlog.c278 int log_incexcs_buf(const char *incexc) in log_incexcs_buf() argument
282 if(!incexc || !*incexc) return 0; in log_incexcs_buf()
283 if(!(copy=strdup_w(incexc, __func__))) in log_incexcs_buf()
/dports/sysutils/burp-devel/burp-2.5.4/src/
H A Dincexc_recv.c16 if(!(tmp=prepend_n(*incexc?:"", src, len, *incexc?"\n":""))) return -1; in add_to_incexc()
17 free_w(incexc); in add_to_incexc()
18 *incexc=tmp; in add_to_incexc()
25 char **incexc=(char **)param; in incexc_recv_func() local
32 if(add_to_incexc(incexc, in incexc_recv_func()
43 free_w(incexc); in incexc_recv()
56 char **incexc, struct conf **confs) in incexc_recv_client() argument
58 return incexc_recv(asfd, incexc, in incexc_recv_client()
64 char **incexc, struct conf **confs) in incexc_recv_client_restore() argument
66 return incexc_recv(asfd, incexc, in incexc_recv_client_restore()
[all …]
H A Dincexc_recv.h5 char **incexc, struct conf **confs);
7 char **incexc, struct conf **confs);
9 char **incexc, struct conf **confs);
H A Dconffile.h11 extern int conf_parse_incexcs_buf(struct conf **confs, const char *incexc);
12 extern int conf_parse_incexcs_srestore(struct conf **confs, const char *incexc);
H A Dlog.c278 int log_incexcs_buf(const char *incexc) in log_incexcs_buf() argument
282 if(!incexc || !*incexc) return 0; in log_incexcs_buf()
283 if(!(copy=strdup_w(incexc, __func__))) in log_incexcs_buf()
/dports/sysutils/burp-devel/burp-2.5.4/src/server/
H A Dbackup.c72 static int write_incexc(const char *realworking, const char *incexc) in write_incexc() argument
79 if(!incexc || !*incexc) return 0; in write_incexc()
86 fzp_printf(fzp, "%s", incexc); in write_incexc()
111 const char *incexc, int resume, struct conf **cconfs) in backup_phase2_server() argument
121 incexc, resume, cconfs); in backup_phase2_server()
185 struct conf **cconfs, const char *incexc, int resume, in do_backup_server() argument
221 if(write_incexc(sdirs->rworking, incexc)) in do_backup_server()
249 if(backup_phase2_server(as, sdirs, incexc, resume, cconfs)) in do_backup_server()
328 const char *incexc, int *timer_ret, int resume) in run_backup() argument
395 if((ret=do_backup_server(as, sdirs, cconfs, incexc, resume, bno_new))) in run_backup()
H A Drubble.c64 static int incexc_matches(const char *fullrealwork, const char *incexc) in incexc_matches() argument
81 inc=incexc; in incexc_matches()
131 const char *incexc, int *resume, struct conf **cconfs) in working_resume() argument
145 switch(incexc_matches(sdirs->rworking, incexc)) in working_resume()
322 struct sdirs *sdirs, const char *incexc, in recover_working() argument
398 ret=working_resume(as, sdirs, incexc, resume, cconfs); in recover_working()
473 struct sdirs *sdirs, const char *incexc, in check_for_rubble_and_clean() argument
494 sdirs, incexc, resume, cconfs); in check_for_rubble_and_clean()
H A Dextra_comms.c267 char **incexc, struct conf **globalcs, struct conf **cconfs) in extra_comms_read() argument
354 if(incexc_recv_server(asfd, incexc, globalcs)) in extra_comms_read()
356 if(*incexc) in extra_comms_read()
363 if(!(tmp=prepend(*incexc, comp))) in extra_comms_read()
365 free_w(incexc); in extra_comms_read()
366 *incexc=tmp; in extra_comms_read()
541 char **incexc, int *srestore, struct conf **confs, struct conf **cconfs) in extra_comms() argument
586 if(extra_comms_read(as, &vers, srestore, incexc, confs, cconfs)) in extra_comms()
H A Dchild.c239 char *incexc=NULL; in child() local
260 if(extra_comms(as, &incexc, &srestore, confs, cconfs)) in child()
316 ret=run_action_server(as, incexc, srestore, &timer_ret, cconfs); in child()
/dports/sysutils/burp/burp-2.4.0/src/server/
H A Dbackup.c72 static int write_incexc(const char *realworking, const char *incexc) in write_incexc() argument
79 if(!incexc || !*incexc) return 0; in write_incexc()
86 fzp_printf(fzp, "%s", incexc); in write_incexc()
111 const char *incexc, int resume, struct conf **cconfs) in backup_phase2_server() argument
121 incexc, resume, cconfs); in backup_phase2_server()
185 struct conf **cconfs, const char *incexc, int resume, in do_backup_server() argument
221 if(write_incexc(sdirs->rworking, incexc)) in do_backup_server()
249 if(backup_phase2_server(as, sdirs, incexc, resume, cconfs)) in do_backup_server()
328 const char *incexc, int *timer_ret, int resume) in run_backup() argument
395 if((ret=do_backup_server(as, sdirs, cconfs, incexc, resume, bno_new))) in run_backup()
H A Drubble.c64 static int incexc_matches(const char *fullrealwork, const char *incexc) in incexc_matches() argument
81 inc=incexc; in incexc_matches()
131 const char *incexc, int *resume, struct conf **cconfs) in working_resume() argument
145 switch(incexc_matches(sdirs->rworking, incexc)) in working_resume()
322 struct sdirs *sdirs, const char *incexc, in recover_working() argument
398 ret=working_resume(as, sdirs, incexc, resume, cconfs); in recover_working()
473 struct sdirs *sdirs, const char *incexc, in check_for_rubble_and_clean() argument
494 sdirs, incexc, resume, cconfs); in check_for_rubble_and_clean()
H A Dextra_comms.c267 char **incexc, struct conf **globalcs, struct conf **cconfs) in extra_comms_read() argument
354 if(incexc_recv_server(asfd, incexc, globalcs)) in extra_comms_read()
356 if(*incexc) in extra_comms_read()
363 if(!(tmp=prepend(*incexc, comp))) in extra_comms_read()
365 free_w(incexc); in extra_comms_read()
366 *incexc=tmp; in extra_comms_read()
541 char **incexc, int *srestore, struct conf **confs, struct conf **cconfs) in extra_comms() argument
586 if(extra_comms_read(as, &vers, srestore, incexc, confs, cconfs)) in extra_comms()
H A Dchild.c239 char *incexc=NULL; in child() local
260 if(extra_comms(as, &incexc, &srestore, confs, cconfs)) in child()
316 ret=run_action_server(as, incexc, srestore, &timer_ret, cconfs); in child()
/dports/sysutils/burp/burp-2.4.0/utest/server/
H A Dtest_extra_comms.c76 const char *incexc, int srestore)) in run_test() argument
82 char *incexc=NULL; in run_test() local
95 &incexc, in run_test()
104 free_w(&incexc); in run_test()
468 const char *incexc, int srestore) in checks_rshash_blake2() argument
486 const char *incexc, int srestore) in checks_msg() argument
499 const char *incexc, int srestore) in checks_counters_ok() argument
511 const char *incexc, int srestore) in checks_uname() argument
523 const char *incexc, int srestore) in checks_uname_is_windows() argument
545 const char *incexc, int srestore) in checks_srestore_not_ok() argument
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/utest/server/
H A Dtest_extra_comms.c76 const char *incexc, int srestore)) in run_test() argument
82 char *incexc=NULL; in run_test() local
95 &incexc, in run_test()
104 free_w(&incexc); in run_test()
468 const char *incexc, int srestore) in checks_rshash_blake2() argument
486 const char *incexc, int srestore) in checks_msg() argument
499 const char *incexc, int srestore) in checks_counters_ok() argument
511 const char *incexc, int srestore) in checks_uname() argument
523 const char *incexc, int srestore) in checks_uname_is_windows() argument
545 const char *incexc, int srestore) in checks_srestore_not_ok() argument
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/utest/client/
H A Dtest_extra_comms.c62 enum action action, const char *incexc)) in run_test() argument
68 char *incexc=NULL; in run_test() local
83 &incexc in run_test()
87 checks_callback(confs, action, incexc); in run_test()
89 free_w(&incexc); in run_test()
218 enum action action, const char *incexc) in check_srestore() argument
221 fail_unless(!strcmp(incexc, in check_srestore()
252 enum action action, const char *incexc) in check_srestore_orig_client() argument
299 enum action action, const char *incexc) in check_sincexc() argument
302 fail_unless(!strcmp(incexc, in check_sincexc()
[all …]
/dports/sysutils/burp/burp-2.4.0/utest/client/
H A Dtest_extra_comms.c62 enum action action, const char *incexc)) in run_test() argument
68 char *incexc=NULL; in run_test() local
83 &incexc in run_test()
87 checks_callback(confs, action, incexc); in run_test()
89 free_w(&incexc); in run_test()
218 enum action action, const char *incexc) in check_srestore() argument
221 fail_unless(!strcmp(incexc, in check_srestore()
252 enum action action, const char *incexc) in check_srestore_orig_client() argument
299 enum action action, const char *incexc) in check_sincexc() argument
302 fail_unless(!strcmp(incexc, in check_sincexc()
[all …]
/dports/sysutils/burp/burp-2.4.0/src/client/
H A Dextra_comms.c35 enum action *action, struct strlist *failover, char **incexc) in extra_comms_client() argument
90 if(incexc_recv_client_restore(asfd, incexc, confs)) in extra_comms_client()
92 if(*incexc) in extra_comms_client()
94 if(conf_parse_incexcs_srestore(confs, *incexc)) in extra_comms_client()
134 if(!*incexc && server_supports(feat, ":sincexc:")) in extra_comms_client()
140 if(incexc_recv_client(asfd, incexc, confs)) in extra_comms_client()
142 if(*incexc && conf_parse_incexcs_buf(confs, in extra_comms_client()
143 *incexc)) goto end; in extra_comms_client()
H A Dmain.c116 const char *incexc, struct conf **confs) in backup_wrapper() argument
124 if(incexc) in backup_wrapper()
128 if(log_incexcs_buf(incexc)) goto error; in backup_wrapper()
325 enum action *action, char **incexc, struct conf **confs, in initial_comms() argument
366 if(extra_comms_client(as, confs, action, failover, incexc)) in initial_comms()
452 char *incexc=NULL; in do_client() local
500 if((ret=initial_comms(as, &act, &incexc, confs, failover))) in do_client()
509 incexc, confs); in do_client()
513 incexc, confs); in do_client()
517 incexc, confs); in do_client()
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/client/
H A Dextra_comms.c35 enum action *action, struct strlist *failover, char **incexc) in extra_comms_client() argument
90 if(incexc_recv_client_restore(asfd, incexc, confs)) in extra_comms_client()
92 if(*incexc) in extra_comms_client()
94 if(conf_parse_incexcs_srestore(confs, *incexc)) in extra_comms_client()
134 if(!*incexc && server_supports(feat, ":sincexc:")) in extra_comms_client()
140 if(incexc_recv_client(asfd, incexc, confs)) in extra_comms_client()
142 if(*incexc && conf_parse_incexcs_buf(confs, in extra_comms_client()
143 *incexc)) goto end; in extra_comms_client()
H A Dmain.c116 const char *incexc, struct conf **confs) in backup_wrapper() argument
124 if(incexc) in backup_wrapper()
128 if(log_incexcs_buf(incexc)) goto error; in backup_wrapper()
327 enum action *action, char **incexc, struct conf **confs, in initial_comms() argument
368 if(extra_comms_client(as, confs, action, failover, incexc)) in initial_comms()
454 char *incexc=NULL; in do_client() local
502 if((ret=initial_comms(as, &act, &incexc, confs, failover))) in do_client()
511 incexc, confs); in do_client()
515 incexc, confs); in do_client()
519 incexc, confs); in do_client()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/apps/difftools/
H A Drinheaddiff.cpp76 gpstk::CommandOptionMutex incexc; member in RinexHeaderDiff
90 incexc.addOption(&exclOption); in RinexHeaderDiff()
91 incexc.addOption(&inclOption); in RinexHeaderDiff()

123