/external/wpa_supplicant_8/src/eap_peer/ |
eap_psk.c | 92 const u8 *cpos; local 96 cpos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, reqData, &len); 97 hdr1 = (const struct eap_psk_hdr_1 *) cpos; 98 if (cpos == NULL || len < sizeof(*hdr1)) {
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_psk.c | 221 const u8 *cpos; local 228 cpos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, 230 if (cpos == NULL || left < sizeof(*resp)) { 234 resp = (const struct eap_psk_hdr_2 *) cpos; 235 cpos = (const u8 *) (resp + 1); 239 data->id_p = os_memdup(cpos, left);
|
/external/u-boot/fs/ubifs/ |
lprops.c | 93 int val1, val2, val3, cpos; local 123 cpos = hpos * 2 + 1; 124 if (cpos >= heap->cnt) 126 val2 = get_heap_comp_val(heap->arr[cpos], cat); 129 if (cpos + 1 < heap->cnt) { 130 val3 = get_heap_comp_val(heap->arr[cpos + 1], 133 cpos += 1; /* Right child is bigger */ 135 heap->arr[cpos]->hpos = hpos; 136 heap->arr[hpos] = heap->arr[cpos]; 137 heap->arr[cpos] = lprops 176 int cpos, val1, val2; local [all...] |
/bootable/recovery/updater/ |
blockimg.cpp | 525 size_t cpos; member in struct:CommandParameters 994 const std::string& token = params.tokens[params.cpos++]; 1003 if (params.tokens[params.cpos] == "-") { 1005 params.cpos++; [all...] |
/external/f2fs-tools/tools/sg_write_buffer/ |
sg_lib.c | 2694 int cpos = cpstart; local 2955 int cpos = cpstart; local [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
tdls.c | 1792 const u8 *cpos; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/ |
xmlparse.c | 6240 XML_Content *cpos; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
xmlparse.c | 6364 XML_Content *cpos; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
xmlparse.c | 6240 XML_Content *cpos; local [all...] |
/external/expat/lib/ |
xmlparse.c | 7155 XML_Content *cpos; local [all...] |
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
scsimain.c | 944 int cpos = cpstart; local 965 buff[cpos++] = ' '; 969 buff[cpos++] = c; 971 if (cpos > (cpstart + 15)) { 974 cpos = cpstart; 981 if (cpos > cpstart) { [all...] |
/external/python/cpython2/Modules/expat/ |
xmlparse.c | 7155 XML_Content *cpos; local [all...] |
/external/python/cpython3/Modules/expat/ |
xmlparse.c | 7155 XML_Content *cpos; local [all...] |