Lines Matching refs:__pyx_v_output

4901   char *__pyx_v_output;  in __pyx_pf_10sphinxbase_8HuffCode_encode()  local
5027 __pyx_v_output = ((char *)PyMem_Malloc((__pyx_v_nbytes + 1))); in __pyx_pf_10sphinxbase_8HuffCode_encode()
5036 (__pyx_v_output[__pyx_v_nbytes]) = 0; in __pyx_pf_10sphinxbase_8HuffCode_encode()
5138 (__pyx_v_output[__pyx_v_i]) = __pyx_v_buf; in __pyx_pf_10sphinxbase_8HuffCode_encode()
5212 (__pyx_v_output[__pyx_v_i]) = __pyx_v_buf; in __pyx_pf_10sphinxbase_8HuffCode_encode()
5299 (__pyx_v_output[__pyx_v_i]) = __pyx_v_buf; in __pyx_pf_10sphinxbase_8HuffCode_encode()
5329 …__pyx_t_2 = PyString_FromStringAndSize(__pyx_v_output, __pyx_v_nbytes); if (unlikely(!__pyx_t_2)) … in __pyx_pf_10sphinxbase_8HuffCode_encode()
5342 PyMem_Free(__pyx_v_output); in __pyx_pf_10sphinxbase_8HuffCode_encode()
5399 PyObject *__pyx_v_output; in __pyx_pf_10sphinxbase_8HuffCode_decode() local
5409 __pyx_v_output = Py_None; __Pyx_INCREF(Py_None); in __pyx_pf_10sphinxbase_8HuffCode_decode()
5449 __Pyx_DECREF(__pyx_v_output); in __pyx_pf_10sphinxbase_8HuffCode_decode()
5450 __pyx_v_output = ((PyObject *)__pyx_t_3); in __pyx_pf_10sphinxbase_8HuffCode_decode()
5504 …__pyx_t_5 = __Pyx_PyObject_Append(__pyx_v_output, ((PyObject *)__pyx_t_3)); if (unlikely(!__pyx_t_… in __pyx_pf_10sphinxbase_8HuffCode_decode()
5553 __Pyx_INCREF(__pyx_v_output); in __pyx_pf_10sphinxbase_8HuffCode_decode()
5554 PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_v_output); in __pyx_pf_10sphinxbase_8HuffCode_decode()
5555 __Pyx_GIVEREF(__pyx_v_output); in __pyx_pf_10sphinxbase_8HuffCode_decode()
5571 __Pyx_DECREF(__pyx_v_output); in __pyx_pf_10sphinxbase_8HuffCode_decode()