Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dpyexpat.c517 conv_content_model(XML_Content * const model, in conv_content_model() function
527 PyObject *child = conv_content_model(&model->children[i], in conv_content_model()
559 modelobj = conv_content_model(model, (conv_string_to_unicode)); in my_ElementDeclHandler()