Lines Matching refs:xmlFree
573 xmlFree(out);
587 if (uri->scheme != NULL) xmlFree(uri->scheme);
589 if (uri->server != NULL) xmlFree(uri->server);
591 if (uri->user != NULL) xmlFree(uri->user);
593 if (uri->path != NULL) xmlFree(uri->path);
595 if (uri->fragment != NULL) xmlFree(uri->fragment);
597 if (uri->opaque != NULL) xmlFree(uri->opaque);
599 if (uri->authority != NULL) xmlFree(uri->authority);
601 if (uri->query != NULL) xmlFree(uri->query);
603 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
617 if (uri->scheme != NULL) xmlFree(uri->scheme);
618 if (uri->server != NULL) xmlFree(uri->server);
619 if (uri->user != NULL) xmlFree(uri->user);
620 if (uri->path != NULL) xmlFree(uri->path);
621 if (uri->fragment != NULL) xmlFree(uri->fragment);
622 if (uri->opaque != NULL) xmlFree(uri->opaque);
623 if (uri->authority != NULL) xmlFree(uri->authority);
624 if (uri->query != NULL) xmlFree(uri->query);
625 if (uri->query_raw != NULL) xmlFree(uri->query_raw);
626 xmlFree(uri);
1016 xmlFree(segment);
1025 xmlFree(segment);
1034 xmlFree(segment);
1043 xmlFree(segment);
1059 xmlFree(segment);
1072 xmlFree(segment);
1079 xmlFree(segment);
1087 xmlFree(segment);
1128 xmlFree(uri->fragment);
1164 xmlFree(uri->query);
1174 xmlFree (uri->query_raw);
1205 if (uri->scheme != NULL) xmlFree(uri->scheme);
1242 xmlFree(uri->opaque);
1297 if (uri->user != NULL) xmlFree(uri->user);
1306 if (uri->user != NULL) xmlFree(uri->user);
1317 if (uri->authority != NULL) xmlFree(uri->authority);
1319 if (uri->server != NULL) xmlFree(uri->server);
1358 if (uri->server != NULL) xmlFree(uri->server);
1411 if (uri->authority != NULL) xmlFree(uri->authority);
1414 if (uri->server != NULL) xmlFree(uri->server);
1471 xmlFree(uri->path);
1556 xmlFree(uri->path);
1614 if (uri->server != NULL) xmlFree(uri->server);
1616 if (uri->user != NULL) xmlFree(uri->user);
1618 if (uri->authority != NULL) xmlFree(uri->authority);
1953 xmlFree(bas->fragment);
2371 xmlFree(vptr);
2564 xmlFree(cal);