HomeSort by: relevance | last modified time | path
    Searched refs:ascstr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/pythonmod/
pythonmod.c 161 PyObject *ascstr = NULL; local
258 ascstr = PyUnicode_AsASCIIString(obResult);
259 result = PyBytes_AsString(ascstr);
271 Py_XDECREF(ascstr);
interface.i 1274 PyObject* ascstr;
1278 ascstr = NULL;
1283 ascstr = PyUnicode_AsASCIIString(item);
1284 s = PyBytes_AsString(ascstr);
1292 if(ascstr)
1293 Py_DECREF(ascstr);
1300 if(ascstr)
1301 Py_DECREF(ascstr);
1305 if(ascstr)
1306 Py_DECREF(ascstr);
    [all...]

Completed in 29 milliseconds