Home | History | Annotate | Download | only in libxml2

Lines Matching refs:boolval

1784  * @boolval: a bool to turn into text
1791 xmlBoolToText(int boolval)
1793 if (boolval)
1958 xmlBoolToText(list->boolval));