• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/libxml2-26/libxml2/

Lines Matching +defs:symbol +defs:file

1532     const char * filename; /* an optional file name or URI */
1656 const char * filename; /* a file or URL */
2554 const char * filename; /* a file or URL */
5651 FILE * out; /* the file. */
5984 FILE * out; /* the file. */
6459 const char * filename; /* a file path */
7790 char * filename; /* the file name */
7932 char * filename; /* the file name (optional) */
8042 char * filename; /* the file name */
11640 const char * file; /* a file or directory on the server */
11647 file = gen_filepath(n_file, 1);
11649 ret_val = xmlNanoFTPDele(ctx, file);
11653 des_filepath(n_file, file, 1);
12709 const char * filename; /* an optional file name or URI */
12824 const char * filename; /* a file or URL */
12978 const char * filename; /* an optional file name or URI */
14506 const char * filename; /* a file or URL */
15104 const char * filename; /* a file name */
15280 const char * filename; /* a file name */
17269 FILE * output; /* the file output */
17308 FILE * output; /* the file output */
28347 xmlChar * path; /* the input file path */
28421 int fd; /* a file descriptor number */
28462 FILE * file; /* a FILE* */
28470 file = gen_FILE_ptr(n_file, 0);
28473 ret_val = xmlOutputBufferCreateFile(file, encoder);
28476 des_FILE_ptr(n_file, file, 0);
28737 int fd; /* a file descriptor number */
28777 FILE * file; /* a FILE* */
28785 file = gen_FILE_ptr(n_file, 0);
28788 ret_val = xmlParserInputBufferCreateFile(file, enc);
28791 des_FILE_ptr(n_file, file, 0);
29923 char * name; /* the name of the symbol */
29925 void ** symbol; /* the resulting symbol address */
29934 symbol = gen_void_ptr_ptr(n_symbol, 2);
29936 ret_val = xmlModuleSymbol(module, (const char *)name, symbol);
29941 des_void_ptr_ptr(n_symbol, symbol, 2);
30112 const char * filename; /* a file or URL */
30286 const char * filename; /* a file or URL */
33840 FILE * output; /* the file for the output debug */
34144 FILE * output; /* the file output */
34831 const char * filename; /* the file name */
51206 const char * file; /* the file name */
51219 file = gen_filepath(n_file, 1);
51223 xmlXPatherror(ctxt, file, line, no);
51226 des_filepath(n_file, file, 1);