Home
last modified time | relevance | path

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

/dports/textproc/raptor/raptor-1.4.21/src/
H A Draptor_sax2.c670 #define ERROR_PREFIX_LEN 21 in raptor_sax2_parse_chunk() macro
677 ERROR_PREFIX_LEN + error_length+1); in raptor_sax2_parse_chunk()
679 strncpy(error_buffer, error_prefix, ERROR_PREFIX_LEN); in raptor_sax2_parse_chunk()
680 strncpy(error_buffer+ERROR_PREFIX_LEN, error_message, error_length+1); in raptor_sax2_parse_chunk()