Home | History | Annotate | Download | only in libxml2

Lines Matching refs:publicID

4163     xmlChar * publicId; /* The public ID of the entity */
4180 publicId = gen_const_xmlChar_ptr(n_publicId, 3);
4184 xmlSAX2EntityDecl(ctx, (const xmlChar *)name, type, (const xmlChar *)publicId, (const xmlChar *)systemId, content);
4189 des_const_xmlChar_ptr(n_publicId, (const xmlChar *)publicId, 3);
4782 xmlChar * publicId; /* The public ID of the entity */
4794 publicId = gen_const_xmlChar_ptr(n_publicId, 2);
4797 xmlSAX2NotationDecl(ctx, (const xmlChar *)name, (const xmlChar *)publicId, (const xmlChar *)systemId);
4801 des_const_xmlChar_ptr(n_publicId, (const xmlChar *)publicId, 2);
4913 xmlChar * publicId; /* The public ID of the entity */
4923 publicId = gen_const_xmlChar_ptr(n_publicId, 1);
4926 ret_val = xmlSAX2ResolveEntity(ctx, (const xmlChar *)publicId, (const xmlChar *)systemId);
4930 des_const_xmlChar_ptr(n_publicId, (const xmlChar *)publicId, 1);
5168 xmlChar * publicId; /* The public ID of the entity */
5183 publicId = gen_const_xmlChar_ptr(n_publicId, 2);
5187 xmlSAX2UnparsedEntityDecl(ctx, (const xmlChar *)name, (const xmlChar *)publicId, (const xmlChar *)systemId, (const xmlChar *)notationName);
5191 des_const_xmlChar_ptr(n_publicId, (const xmlChar *)publicId, 2);
20898 xmlChar * publicID; /* the public identifier */
20905 publicID = gen_const_xmlChar_ptr(n_publicID, 1);
20907 ret_val = xmlIsXHTML((const xmlChar *)systemID, (const xmlChar *)publicID);
20911 des_const_xmlChar_ptr(n_publicID, (const xmlChar *)publicID, 1);