Home
last modified time | relevance | path

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

/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_xml.c84 # define MAX_STACK_LINE_LEN (256) macro
86 typedef char STACK[MAX_STACK_DEPTH][MAX_STACK_LINE_LEN];
310 (void) strlcpy(stack[sidx], cp, MAX_STACK_LINE_LEN); in opendmarc_xml()