Home
last modified time | relevance | path

Searched refs:SystemID (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A DCVE-2022-40304.patch14 Stop storing entity content, orig, ExternalID and SystemID in a dict.
42 - if ((entity->SystemID != NULL) &&
43 - (!xmlDictOwns(dict, entity->SystemID)))
44 - xmlFree((char *) entity->SystemID);
57 - if (entity->SystemID != NULL)
58 - xmlFree((char *) entity->SystemID);
71 + if (entity->SystemID != NULL)
72 + xmlFree((char *) entity->SystemID);
83 ret->SystemID = xmlStrdup(SystemID);
88 - if (SystemID != NULL)
[all …]
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c1138 *p_sid = le16_to_cpu(pHomeNetworkSystemID->SystemID); //china-hefei: sid 14451 in requestGetHomeNetwork()
H A DMPQMUX.h2343 USHORT SystemID; member