Searched refs:allow_null (Results 1 – 1 of 1) sorted by relevance
628 const char *allow_null = NULL; in start_element() local653 allow_null = atts[i + 1]; in start_element()742 if (allow_null) { in start_element()743 if (strcmp(allow_null, "true") == 0) in start_element()745 else if (strcmp(allow_null, "false") != 0) in start_element()748 allow_null); in start_element()