Searched refs:fast_encode (Results 1 – 2 of 2) sorted by relevance
65 int fast_encode; member1854 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_init()1954 if (s->fast_encode) in encoder_encode_string()
65 int fast_encode; member1846 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_init()1946 if (s->fast_encode) in encoder_encode_string()