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

  /external/curl/lib/
transfer.c 167 int hexlen; local
182 hexlen = snprintf(hexbuffer, sizeof(hexbuffer),
186 data->req.upload_fromhere -= hexlen;
187 nread += hexlen;
190 memcpy(data->req.upload_fromhere, hexbuffer, hexlen);
214 if((nread - hexlen) == 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 1124 size_t hexlen; local
1126 hexlen = pkt_len * 2 + 1;
1127 hex = os_malloc(hexlen);
1130 wpa_snprintf_hex(hex, hexlen, pkt, pkt_len);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 2703 Py_ssize_t hexlen, byteslen, i, j; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 2695 Py_ssize_t hexlen, byteslen, i, j; local
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 2716 Py_ssize_t hexlen, byteslen, i, j; local
    [all...]

Completed in 184 milliseconds