Lines Matching defs:prefix_in
3366 expat_start_ns_handler(XMLParserObject* self, const XML_Char* prefix_in,
3379 if (!prefix_in)
3380 prefix_in = "";
3387 prefix = PyUnicode_DecodeUTF8(prefix_in, strlen(prefix_in), "strict");
3401 prefix = PyUnicode_DecodeUTF8(prefix_in, strlen(prefix_in), "strict");
3421 expat_end_ns_handler(XMLParserObject* self, const XML_Char* prefix_in)
3429 if (!prefix_in)
3430 prefix_in = "";
3440 prefix = PyUnicode_DecodeUTF8(prefix_in, strlen(prefix_in), "strict");