Home
last modified time | relevance | path

Searched defs:statefn (Results 1 – 8 of 8) sorted by relevance

/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/extensions/
H A Dspiderstate.py39 def statefn(self): member in SpiderState
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/static/
H A Dstatic-reference-to-fn-2.rs4 statefn: &'a StateMachineFunc<'a> field
/dports/sysutils/nut/nut-2.7.4/server/
H A Dconf.c314 char statefn[SMALLBUF]; in upsconf_add() local
/dports/sysutils/nut-devel/nut-9e6a5ab2/server/
H A Dconf.c386 char statefn[SMALLBUF]; in upsconf_add() local
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/imtuxedoulog/
H A Dimtuxedoulog.c361 uchar *const statefn = getStateFileName(pInst, statefile, sizeof(statefile), NULL); in openFileWithStateFile() local
471 uchar *const statefn = getStateFileName(pInst, statefile, sizeof(statefile), NULL); in persistStrmState() local
/dports/net/librsync/librsync-2.3.2/src/
H A Djob.h35 rs_result (*statefn)(rs_job_t *); member
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/imfile/
H A Dimfile.c414 uchar *const statefn = OLD_getStateFileName(inst, statefile, sizeof(statefile)); in OLD_openFileWithStateFile() local
1001 uchar *statefn; in act_obj_destroy() local
1457 uchar *const statefn = getStateFileName(act, statefile, sizeof(statefile)); in openFileWithStateFile() local
2723 removeOldStatefile(const uchar *statefn, const char *hashToDelete) in removeOldStatefile()
2758 uchar *const statefn = getStateFileName(act, statefile, sizeof(statefile)); in ATTR_NONNULL() local
/dports/net/gmid/gmid-1.7.5/
H A Dgmid.h197 typedef void (*statefn)(int, short, void*); typedef