Home
last modified time | relevance | path

Searched refs:queue_s (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dqueue.h60 struct queue_s { struct
116 rsRetVal (*qConstruct)(struct queue_s *pThis); argument
117 rsRetVal (*qDestruct)(struct queue_s *pThis); argument
118 rsRetVal (*qAdd)(struct queue_s *pThis, smsg_t *pMsg); argument
119 rsRetVal (*qDeq)(struct queue_s *pThis, smsg_t **ppMsg); argument
120 rsRetVal (*qDel)(struct queue_s *pThis); argument
150 struct queue_s *pqDA; /* queue for disk-assisted modes */ argument
151 struct queue_s *pqParent;/* pointer to the parent (if this is a child queue) */ argument
H A Dtypedefs.h70 typedef struct queue_s qqueue_t;
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/search/
H A Dfgrep-aho.c169 struct queue_s { in trie_calc_failure_links() struct
171 struct queue_s *nxt; in trie_calc_failure_links() argument
173 struct queue_s *queue = NULL; in trie_calc_failure_links()
174 struct queue_s *queueend = NULL; in trie_calc_failure_links()
175 struct queue_s *newq, *tmpqueue; in trie_calc_failure_links()
184 newq = malloc(sizeof(struct queue_s)); in trie_calc_failure_links()
211 newq = malloc(sizeof(struct queue_s)); in trie_calc_failure_links()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/search/
H A Dfgrep-aho.c169 struct queue_s { in trie_calc_failure_links() struct
171 struct queue_s *nxt; in trie_calc_failure_links() argument
173 struct queue_s *queue = NULL; in trie_calc_failure_links()
174 struct queue_s *queueend = NULL; in trie_calc_failure_links()
175 struct queue_s *newq, *tmpqueue; in trie_calc_failure_links()
184 newq = malloc(sizeof(struct queue_s)); in trie_calc_failure_links()
211 newq = malloc(sizeof(struct queue_s)); in trie_calc_failure_links()
/dports/net-p2p/mktorrent/mktorrent-1.1/
H A Dhash_pthreads.c64 struct queue_s;
65 typedef struct queue_s queue_t;
66 struct queue_s { struct
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dnes_defs.h49 typedef struct queue_s struct
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dnes_defs.h49 typedef struct queue_s struct
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dnes_defs.h49 typedef struct queue_s struct
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dnes_defs.h51 typedef struct queue_s struct
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dnes_defs.h51 typedef struct queue_s struct
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dnes_defs.h51 typedef struct queue_s struct
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dnes_defs.h51 typedef struct queue_s struct
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/
H A Daction.h66 rsRetVal (*qConstruct)(struct queue_s *pThis);
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_sjoin.c212 char queue_s=0, queue_c=0; /* oh this is soooooo ugly :p */ in CMD_FUNC() local
685 queue_s = 1; in CMD_FUNC()
715 if (queue_s) in CMD_FUNC()
/dports/math/yices/yices-2.6.2/src/solvers/cdcl/
H A Dnew_sat_solver2.h100 typedef struct queue_s { struct
H A Dnew_sat_solver.h100 typedef struct queue_s { struct
/dports/net/kamailio/kamailio-5.4.5/src/modules/kazoo/
H A Dkz_amqp.c1816 str queue_s = STR_NULL; in ki_kz_amqp_subscribe() local
1843 json_extract_field("queue", queue_s); in ki_kz_amqp_subscribe()
1903 queue = kz_amqp_queue_from_json(&queue_s, tmpObj); in ki_kz_amqp_subscribe()
1955 str queue_s; in kz_amqp_subscribe_simple() local
1973 if (fixup_get_svalue(msg, (gparam_p)queue, &queue_s) != 0) { in kz_amqp_subscribe_simple()
1984 queue_ptr = kz_amqp_queue_new(&queue_s); in kz_amqp_subscribe_simple()
/dports/games/ldmud/ldmud-3.3.720/
H A DCHANGELOG8027 - (util/xerq/(erq.c, socket.c)) Forgot to change two "struct queue_s"