HomeSort by relevance Sort by last modified time
    Searched refs:big_buffer (Results 1 - 19 of 19) sorted by null

  /external/ltp/utils/sctp/func_tests/
test_sctp_sendrecvmsg.c 84 char *big_buffer; local
176 big_buffer = test_malloc(buflen);
179 error = test_sctp_recvmsg(sk2, big_buffer, buflen,
183 associd2 = ((struct sctp_assoc_change *)big_buffer)->sac_assoc_id;
185 test_check_buf_notification(big_buffer, error, msg_flags,
202 error = test_sctp_recvmsg(sk1, big_buffer, buflen,
205 associd1 = ((struct sctp_assoc_change *)big_buffer)->sac_assoc_id;
206 test_check_buf_notification(big_buffer, error, msg_flags,
216 error = test_sctp_recvmsg(sk2, big_buffer, buflen,
219 test_check_buf_data(big_buffer, error, msg_flags, &sinfo
    [all...]
test_recvmsg.c 70 char *big_buffer; local
113 big_buffer = test_malloc(REALLY_BIG);
115 iov.iov_base = big_buffer;
test_1_to_1_events.c 63 char *big_buffer; local
138 big_buffer = malloc(REALLY_BIG);
139 if (!big_buffer) { DUMP_CORE; }
144 iov.iov_base = big_buffer;
test_autoclose.c 69 char *big_buffer; local
120 big_buffer = test_malloc(REALLY_BIG);
122 iov.iov_base = big_buffer;
test_assoc_abort.c 81 char *big_buffer; local
146 big_buffer = test_malloc(REALLY_BIG);
148 iov.iov_base = big_buffer;
test_assoc_shutdown.c 80 char *big_buffer; local
146 big_buffer = test_malloc(REALLY_BIG);
148 iov.iov_base = big_buffer;
test_connect.c 67 char *big_buffer; local
137 big_buffer = test_malloc(REALLY_BIG);
138 iov.iov_base = big_buffer;
test_fragments.c 92 char *big_buffer; local
168 big_buffer = test_malloc(REALLY_BIG);
170 iov.iov_base = big_buffer;
test_connectx.c 75 char *big_buffer; local
175 big_buffer = test_malloc(REALLY_BIG);
176 iov.iov_base = big_buffer;
test_peeloff.c 79 char *big_buffer; local
156 big_buffer = test_malloc(REALLY_BIG);
158 iov.iov_base = big_buffer;
test_basic.c 87 char *big_buffer; local
140 big_buffer = test_malloc(REALLY_BIG);
142 iov.iov_base = big_buffer;
234 iov.iov_base = big_buffer;
test_tcp_style.c 81 char *big_buffer; local
268 big_buffer = test_malloc(REALLY_BIG);
270 iov.iov_base = big_buffer;
test_timetolive.c 110 char *big_buffer; local
215 big_buffer = test_malloc(REALLY_BIG);
217 iov.iov_base = big_buffer;
test_sockopt.c 86 char *big_buffer; local
202 big_buffer = test_malloc(REALLY_BIG);
204 iov.iov_base = big_buffer;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 667 PyObject *big_buffer = NULL; local
736 if (big_buffer == NULL) {
738 big_buffer = PyString_FromStringAndSize(
740 if (big_buffer == NULL)
742 buffer = PyString_AS_STRING(big_buffer);
747 _PyString_Resize(&big_buffer, buffersize);
748 buffer = PyString_AS_STRING(big_buffer);
803 if (big_buffer) {
804 Py_DECREF(big_buffer);
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 655 PyObject *big_buffer = NULL; local
724 if (big_buffer == NULL) {
726 big_buffer = PyString_FromStringAndSize(
728 if (big_buffer == NULL)
730 buffer = PyString_AS_STRING(big_buffer);
735 if (_PyString_Resize(&big_buffer, buffersize))
737 buffer = PyString_AS_STRING(big_buffer);
792 if (big_buffer) {
793 Py_DECREF(big_buffer);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1670 PyObject *big_buffer = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1618 PyObject *big_buffer = NULL; local
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 1668 PyObject *big_buffer = NULL; local
    [all...]

Completed in 595 milliseconds