Searched defs:small_buffer (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dbz2module.c652 char small_buffer[SMALLCHUNK]; local
653 char *buffer = small_buffer;
731 memcpy(buffer, small_buffer, nfilled);
1017 char small_buffer[SMALLCHUNK]; local
1018 char *buffer = small_buffer;
/external/python/cpython2/Objects/
H A Dfileobject.c1665 char small_buffer[SMALLCHUNK]; local
1666 char *buffer = small_buffer;
1734 memcpy(buffer, small_buffer, nfilled);

Completed in 130 milliseconds