Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Side by Side Diff: third_party/libxslt/src/libxslt/security.c

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxslt/src/libxslt/security.h ('k') | third_party/libxslt/src/libxslt/templates.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * security.c: Implementation of the XSLT security framework 2 * security.c: Implementation of the XSLT security framework
3 * 3 *
4 * See Copyright for the status of this software. 4 * See Copyright for the status of this software.
5 * 5 *
6 * daniel@veillard.com 6 * daniel@veillard.com
7 */ 7 */
8 8
9 #define IN_LIBXSLT 9 #define IN_LIBXSLT
10 #include "libxslt.h" 10 #include "libxslt.h"
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 "Network file read for %s refused\n", URL); 471 "Network file read for %s refused\n", URL);
472 xmlFreeURI(uri); 472 xmlFreeURI(uri);
473 return(0); 473 return(0);
474 } 474 }
475 } 475 }
476 } 476 }
477 xmlFreeURI(uri); 477 xmlFreeURI(uri);
478 return(1); 478 return(1);
479 } 479 }
480 480
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libxslt/security.h ('k') | third_party/libxslt/src/libxslt/templates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698