Home
last modified time | relevance | path

Searched refs:cleanf (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/hotcrp/hotcrp-2.102/src/
H A Dupdateschema.php230 $cleanf = Dbl::make_multi_ql_stager($conf->dblink);
235 …$cleanf("update PaperReview set `tfields`=? where paperId=? and reviewId=?", [$data, $row->paperId…
238 $cleanf(true);
292 $cleanf = Dbl::make_multi_ql_stager($conf->dblink);
295 …$cleanf("update ReviewRequest set firstName=?, lastName=? where paperId=? and email=?", [(string) …
300 $cleanf(true);
307 $cleanf = Dbl::make_multi_ql_stager($conf->dblink);
310 …$cleanf("update PaperStorage set sha1=? where paperId=? and paperStorageId=?", [$hash, $doc->paper…
312 …$cleanf("update Paper set sha1=? where paperId=? and paperStorageId=? and finalPaperStorageId<=0",…
314 …$cleanf("update Paper set sha1=? where paperId=? and finalPaperStorageId=?", [$hash, $doc->paperId…
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dexcept.c237 struct except_cleanup *ecl, void (*cleanf)(void *), void *context) in except_setup_clean()
240 ecl->except_func = cleanf; in except_setup_clean()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dexcept.c237 struct except_cleanup *ecl, void (*cleanf)(void *), void *context)
240 ecl->except_func = cleanf;
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dexcept.c237 struct except_cleanup *ecl, void (*cleanf)(void *), void *context) in except_setup_clean()
240 ecl->except_func = cleanf; in except_setup_clean()
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dexcept.c237 struct except_cleanup *ecl, void (*cleanf)(void *), void *context) in except_setup_clean()
240 ecl->except_func = cleanf; in except_setup_clean()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dbibutils.h114 int (*cleanf)(bibl*,struct param*); member
H A Dbibcore.c140 np->cleanf = op->cleanf; in bibl_duplicateparams()
750 if ( p->cleanf ) return p->cleanf( bin, p ); in clean_refs()
H A Dcopacin.c49 pm->cleanf = NULL; in copacin_initparams()
H A Dwordin.c44 pm->cleanf = NULL; in wordin_initparams()
H A Disiin.c50 pm->cleanf = NULL; in isiin_initparams()
H A Dnbibin.c53 pm->cleanf = NULL; in nbibin_initparams()
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dbibutils.h117 int (*cleanf)(bibl*,struct param*); member
H A Dbibcore.c142 np->cleanf = op->cleanf; in bibl_duplicateparams()
800 if ( p->cleanf ) return p->cleanf( bin, p ); in clean_refs()
H A Dcopacin.c50 pm->cleanf = NULL; in copacin_initparams()
H A Dwordin.c44 pm->cleanf = NULL; in wordin_initparams()
H A Disiin.c51 pm->cleanf = NULL; in isiin_initparams()
H A Dnbibin.c54 pm->cleanf = NULL; in nbibin_initparams()
H A Dendxmlin.c54 pm->cleanf = NULL; in endxmlin_initparams()
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dbibutils.h114 int (*cleanf)(bibl*,struct param*); member
H A Dbibcore.c140 np->cleanf = op->cleanf; in bibl_duplicateparams()
779 if ( p->cleanf ) return p->cleanf( bin, p ); in clean_refs()
H A Dwordin.c45 pm->cleanf = NULL; in wordin_initparams()
H A Dcopacin.c49 pm->cleanf = NULL; in copacin_initparams()
H A Dnbibin.c54 pm->cleanf = NULL; in nbibin_initparams()
H A Disiin.c51 pm->cleanf = NULL; in isiin_initparams()
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshPolyMesh.h270 void cleanf() in cleanf() function
286 cleanf(); in clean()

123