Home
last modified time | relevance | path

Searched refs:pidlength (Results 1 – 8 of 8) sorted by relevance

/dports/mail/exim/exim-4.95/exim_monitor/
H A Dem_log.c262 int pidlength = 0; in read_log() local
268 while (Ustrchr("[]0123456789", buffer[20+pidlength++]) != NULL); in read_log()
270 id = string_copyn(buffer + 20 + pidlength, MESSAGE_ID_LENGTH); in read_log()
/dports/mail/exim-sa-exim/exim-4.95/exim_monitor/
H A Dem_log.c262 int pidlength = 0; in read_log() local
268 while (Ustrchr("[]0123456789", buffer[20+pidlength++]) != NULL); in read_log()
270 id = string_copyn(buffer + 20 + pidlength, MESSAGE_ID_LENGTH); in read_log()
/dports/mail/exim-sqlite/exim-4.95/exim_monitor/
H A Dem_log.c262 int pidlength = 0; in read_log() local
268 while (Ustrchr("[]0123456789", buffer[20+pidlength++]) != NULL); in read_log()
270 id = string_copyn(buffer + 20 + pidlength, MESSAGE_ID_LENGTH); in read_log()
/dports/mail/exim-postgresql/exim-4.95/exim_monitor/
H A Dem_log.c262 int pidlength = 0; in read_log() local
268 while (Ustrchr("[]0123456789", buffer[20+pidlength++]) != NULL); in read_log()
270 id = string_copyn(buffer + 20 + pidlength, MESSAGE_ID_LENGTH); in read_log()
/dports/mail/exim-monitor/exim-4.95/exim_monitor/
H A Dem_log.c262 int pidlength = 0; in read_log() local
268 while (Ustrchr("[]0123456789", buffer[20+pidlength++]) != NULL); in read_log()
270 id = string_copyn(buffer + 20 + pidlength, MESSAGE_ID_LENGTH); in read_log()
/dports/mail/exim-ldap2/exim-4.95/exim_monitor/
H A Dem_log.c262 int pidlength = 0; in read_log() local
268 while (Ustrchr("[]0123456789", buffer[20+pidlength++]) != NULL); in read_log()
270 id = string_copyn(buffer + 20 + pidlength, MESSAGE_ID_LENGTH); in read_log()
/dports/mail/exim-mysql/exim-4.95/exim_monitor/
H A Dem_log.c262 int pidlength = 0; in read_log() local
268 while (Ustrchr("[]0123456789", buffer[20+pidlength++]) != NULL); in read_log()
270 id = string_copyn(buffer + 20 + pidlength, MESSAGE_ID_LENGTH); in read_log()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/imjournal/
H A Dimjournal.c401 size_t pidlength; in readjournal() local
457 if (journalGetData(pidFieldName, &pidget, &pidlength) >= 0) { in readjournal()
462 CHKiRet_Hdlr(sanitizeValue(((const char *)pidget) + val_ofs, pidlength - val_ofs, &sys_pid)) { in readjournal()
470 if (bPidFallBack && journalGetData("_PID", &pidget, &pidlength) >= 0) { in readjournal()
475 CHKiRet_Hdlr(sanitizeValue(((const char *)pidget) + val_ofs, pidlength - val_ofs, &sys_pid)) { in readjournal()