Searched refs:startIndex (Results 1 – 8 of 8) sorted by relevance
10 | 171 | char* tagList = &outline.tags[startIndex];28 FT_Vector* pointList = &outline.points[startIndex];29 - char* tagList = &outline.tags[startIndex];30 + char* tagList = (char*)&outline.tags[startIndex];33 contourLength = (endIndex - startIndex) + 1;
146 auto startIndex = cookieValue.find("BMCWEB-SESSION="); in performCookieAuth() local 147 if (startIndex == std::string::npos) in performCookieAuth() 154 startIndex += sizeof("BMCWEB-SESSION=") - 1; in performCookieAuth() 155 auto endIndex = cookieValue.find(';', startIndex); in performCookieAuth() 161 cookieValue.substr(startIndex, endIndex - startIndex); in performCookieAuth()
106 const ssize_t startIndex = i; in create_pldm_firmware_device_identification_record() local157 const ssize_t recordLength = i - startIndex; in create_pldm_firmware_device_identification_record()
193 req_args = {'startIndex' : 0}228 req_args['startIndex'] = index236 index = data["startIndex"]
1043 size_t startIndex = 0; in ipmiOemGet80PortRecord() local1083 startIndex = resData.size() - maxPostCodeLen; in ipmiOemGet80PortRecord()1086 response.assign(resData.begin() + startIndex, resData.end()); in ipmiOemGet80PortRecord()
1135 cmd->body.startIndex = cbs->ua_views[1].index; in vmw_emit_set_cs_uav()
2993 cmd->body.startIndex); in vmw_cmd_set_cs_uav()
1114 uint32 startIndex; member