Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dgetargs.c47 static int getbuffer(PyObject *, Py_buffer *, char**);
873 if (getbuffer(arg, p, &buf) < 0) in convertsimple()
955 if (getbuffer(arg, p, &buf) < 0) in convertsimple()
1413 getbuffer(PyObject *arg, Py_buffer *view, char **errmsg) in getbuffer() function
/external/python/cpython2/Modules/
Dcstubs1197 long getbuffer
Dglmodule.c5303 retval = getbuffer( ); in gl_getbuffer()