Home | History | Annotate | Download | only in syslogd

Lines Matching defs:sqentry

294 	struct string_queue	 *sqentry, *last_sqentry;
374 ALLOC_OR_FALSE(sqentry);
375 sqentry->data = NULL;
376 sqentry->key = (i<<3);
378 sqentry, entries);
387 ALLOC_OR_FALSE(sqentry);
388 sqentry->data = NULL;
389 sqentry->key = IETF_NUM_PRIVALUES-1;
391 sqentry, entries);
394 STAILQ_FOREACH(sqentry, &GlobalSign.sig2_delims, entries) {
397 newsg->spri = sqentry->key;