Searched refs:attrPtr (Results 1 – 3 of 3) sorted by relevance
33 if (attrPtr == nullptr) { in ParseAttributeToValue()59 if (attrPtr == nullptr) { in ParseAttributesToList()102 if (attrPtr == nullptr) { in ConvertIppAttributesToJsonString()118 ipp_attribute_t *attrPtr; in SetCapabilityGroupAttribute() local195 if (attrPtr == nullptr) { in ParseQualityAttributes()222 if (attrPtr != nullptr) { in ParseCopiesAttributes()230 if (attrPtr != nullptr) { in ParseCopiesAttributes()239 if (attrPtr == nullptr) { in ParseSupportedResolutionAttribute()279 if (attrPtr == nullptr) { in ParseDefaultResolutionAttribute()335 if (attrPtr != nullptr) { in ParseMediaColDefaultAttributes()[all …]
185 xmlAttrPtr attrPtr = root->properties; in ReadAttr() local186 while (attrPtr != nullptr) { in ReadAttr()187 if (!xmlStrcmp(attrPtr->name, reinterpret_cast<const xmlChar*>(attrName.c_str()))) { in ReadAttr()193 attrPtr = attrPtr->next; in ReadAttr()
835 ipp_attribute_t *attrPtr = ippNew(); in TEST_F() local845 ippDelete(attrPtr); in TEST_F()851 ipp_attribute_t *attrPtr = ippNew(); in TEST_F() local862 ippDelete(attrPtr); in TEST_F()940 response.attrPtr->num = 1; in TEST_F()941 response.attrPtr->values[0].integer = ONE; in TEST_F()942 response.attrPtr->values[1].integer = ONE; in TEST_F()954 response.attrPtr->num = 1; in TEST_F()955 response.attrPtr->values[0].integer = ONE; in TEST_F()956 response.attrPtr->values[1].integer = ONE; in TEST_F()[all …]