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

  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 397 result_buf:
411 hostent * result_buf,
426 result_buf:
441 hostent * result_buf,
458 result_buf:
474 hostent * result_buf,
531 hostent * result_buf,
593 hostent * result_buf,
661 hostent * result_buf,
676 name, AF_INET, result_buf, buf, buflen, errnop, h_errno
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 529 char *result_buf = (char *)PyMem_Malloc(slicelength); local
531 if (result_buf == NULL)
536 result_buf[i] = source_buf[cur];
539 result = PyString_FromStringAndSize(result_buf,
541 PyMem_Free(result_buf);
bytearrayobject.c 453 char *result_buf = (char *)PyMem_Malloc(slicelength); local
456 if (result_buf == NULL)
461 result_buf[i] = source_buf[cur];
463 result = PyByteArray_FromStringAndSize(result_buf, slicelength);
464 PyMem_Free(result_buf);
    [all...]
stringobject.c 1310 char* result_buf; local
    [all...]
unicodeobject.c 8000 Py_UNICODE* result_buf; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 519 char *result_buf = (char *)PyMem_Malloc(slicelength); local
521 if (result_buf == NULL)
526 result_buf[i] = source_buf[cur];
529 result = PyString_FromStringAndSize(result_buf,
531 PyMem_Free(result_buf);
bytearrayobject.c 453 char *result_buf = (char *)PyMem_Malloc(slicelength); local
456 if (result_buf == NULL)
461 result_buf[i] = source_buf[cur];
463 result = PyByteArray_FromStringAndSize(result_buf, slicelength);
464 PyMem_Free(result_buf);
    [all...]
stringobject.c 1293 char* result_buf; local
    [all...]
unicodeobject.c 7896 Py_UNICODE* result_buf; local
    [all...]
  /external/python/cpython2/Objects/
bufferobject.c 529 char *result_buf = (char *)PyMem_Malloc(slicelength); local
531 if (result_buf == NULL)
536 result_buf[i] = source_buf[cur];
539 result = PyString_FromStringAndSize(result_buf,
541 PyMem_Free(result_buf);
bytearrayobject.c 452 char *result_buf = (char *)PyMem_Malloc(slicelength); local
455 if (result_buf == NULL)
460 result_buf[i] = source_buf[cur];
462 result = PyByteArray_FromStringAndSize(result_buf, slicelength);
463 PyMem_Free(result_buf);
    [all...]
stringobject.c 1310 char* result_buf; local
    [all...]
unicodeobject.c 8013 Py_UNICODE* result_buf; local
    [all...]
  /external/python/cpython2/Modules/
mmapmodule.c 798 char *result_buf = (char *)PyMem_Malloc(slicelen); local
802 if (result_buf == NULL)
806 result_buf[i] = self->data[cur];
808 result = PyString_FromStringAndSize(result_buf,
810 PyMem_Free(result_buf);
    [all...]
  /external/openssh/
umac.c 1047 UINT64 result_buf[STREAMS]; local
1100 UINT64 result_buf[STREAMS]; local
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 595 uint8_t* result_buf = FX_Alloc(uint8_t, dest_size); local
603 FXSYS_memcpy(result_buf + result_pos, tmp_buf, tmp_buf_size);
607 dest_buf = result_buf;

Completed in 2149 milliseconds