Home
last modified time | relevance | path

Searched refs:szAtt (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Dhtml5_media_js.c547 if (szAtt) gf_free(szAtt);
569 if (szAtt) gf_free(szAtt);
702 if (szAtt) gf_free(szAtt);
859 if (!strcmp(szAtt, "true") || !strcmp(szAtt, "TRUE")) {
864 if (szAtt) gf_free(szAtt);
886 if (!strcmp(szAtt, "true") || !strcmp(szAtt, "TRUE")) {
891 if (szAtt) gf_free(szAtt);
914 if (szAtt) gf_free(szAtt);
960 if (szAtt) gf_free(szAtt);
1050 if (szAtt) gf_free(szAtt);
[all …]
H A Ddom_js.c1724 char *szAtt = gf_svg_dump_attribute(n, &info); in xml_element_get_attribute() local
1725 ret = JS_NewString(c, szAtt); in xml_element_get_attribute()
1726 if (szAtt) gf_free(szAtt); in xml_element_get_attribute()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Dhtml5_media_js.c547 if (szAtt) gf_free(szAtt);
569 if (szAtt) gf_free(szAtt);
702 if (szAtt) gf_free(szAtt);
859 if (!strcmp(szAtt, "true") || !strcmp(szAtt, "TRUE")) {
864 if (szAtt) gf_free(szAtt);
886 if (!strcmp(szAtt, "true") || !strcmp(szAtt, "TRUE")) {
891 if (szAtt) gf_free(szAtt);
914 if (szAtt) gf_free(szAtt);
960 if (szAtt) gf_free(szAtt);
1050 if (szAtt) gf_free(szAtt);
[all …]
H A Ddom_js.c1724 char *szAtt = gf_svg_dump_attribute(n, &info); in xml_element_get_attribute() local
1725 ret = JS_NewString(c, szAtt); in xml_element_get_attribute()
1726 if (szAtt) gf_free(szAtt); in xml_element_get_attribute()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.cpp12055 const char * szAtt = pCurStyleVec->getNthItem(j++); in HandleStyleDefinition() local
12056 attribs[attribsCount++] = szAtt; in HandleStyleDefinition()
12057 if( strcmp(szAtt, PT_NAME_ATTRIBUTE_NAME)== 0) in HandleStyleDefinition()
12062 else if( strcmp(szAtt, PT_BASEDON_ATTRIBUTE_NAME)== 0) in HandleStyleDefinition()
12086 else if( strcmp(szAtt, PT_FOLLOWEDBY_ATTRIBUTE_NAME)== 0) in HandleStyleDefinition()
12112 szAtt = pCurStyleVec->getNthItem(j++); in HandleStyleDefinition()
12113 attribs[attribsCount++] = szAtt; in HandleStyleDefinition()