Home
last modified time | relevance | path

Searched refs:emptybuf (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Darraymodule.c1898 static const void *emptybuf = ""; variable
1910 *ptr = emptybuf; in array_buffer_getreadbuf()
1924 *ptr = emptybuf; in array_buffer_getwritebuf()
/external/python/cpython3/Modules/
Darraymodule.c2522 static const void *emptybuf = ""; variable
2538 view->buf = (void *)emptybuf; in array_buffer_getbuf()