Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.c253 #define cannot_access_at_index(buffer, index) (!can_access_at_index(buffer, index)) macro
846 if (cannot_access_at_index(buffer, 0)) return buffer; in buffer_skip_whitespace()
1163 if (cannot_access_at_index(input_buffer, 0)) { in parse_array()
1194 …if (cannot_access_at_index(input_buffer, 0) || buffer_at_offset(input_buffer)[0] != ']') goto fail… in parse_array()
1265 …if (cannot_access_at_index(input_buffer, 0) || (buffer_at_offset(input_buffer)[0] != '{')) goto fa… in parse_object()
1272 if (cannot_access_at_index(input_buffer, 0)) { in parse_object()
1306 …if (cannot_access_at_index(input_buffer, 0) || (buffer_at_offset(input_buffer)[0] != ':')) goto fa… in parse_object()
1315 …if (cannot_access_at_index(input_buffer, 0) || (buffer_at_offset(input_buffer)[0] != '}')) goto fa… in parse_object()