Changeset 123

Show
Ignore:
Timestamp:
02/18/07 03:50:55 (5 years ago)
Author:
Gregor
Message:

Almost every C binding regenerated.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bcd.gen/scripts/cairo.sh

    r111 r123  
    77./bcdgen $1/cairo.h cairo -C -A 
    88echo cairo-xlib 
    9 ./bcdgen $1/cairo-xlib.h cairo -C 
     9./bcdgen $1/cairo-xlib.h cairo -C -Fbcd.xlib.Xlib 
    1010echo cairo-xlib-xrender 
    11 ./bcdgen $1/cairo-xlib-xrender.h cairo -C 
     11./bcdgen $1/cairo-xlib-xrender.h cairo -C -Fbcd.xlib.Xlib -Fbcd.xlib.Xrender 
  • trunk/bcd.gen/scripts/gd.sh

    r73 r123  
    77do 
    88    echo $i 
    9     ./bcdgen $1/$i.h gd2 -C -A 
     9    ./bcdgen $1/$i.h gd2 -C 
    1010done 
    1111 
  • trunk/bcd.gen/scripts/glib2.sh

    r42 r123  
    44rm -rf bcd/glib2 
    55 
     6echo 'module bcd.glib2.glib; 
     7public import bcd.glib2.glib_object;' > bcd/glib2/glib.d 
    68echo glib-object 
    79./bcdgen $1/glib-object.h glib2 -C -A 
  • trunk/bindings/bcd/atk/atk.d

    r111 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.atk.atk; 
     3align(4): 
    34public import bcd.glib2.glib; 
    45alias _AtkValueIface AtkValueIface; 
  • trunk/bindings/bcd/cairo/cairo.d

    r111 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.cairo.cairo; 
     3align(4): 
    34const int CAIRO_VERSION_MAJOR = 1; 
    45const int CAIRO_VERSION_MINOR = 0; 
    56const int CAIRO_VERSION_MICRO = 0; 
     7const char[] CAIRO_VERSION_STRING = "1.0.0"; 
    68const int CAIRO_HAS_XLIB_SURFACE = 1; 
    79const int CAIRO_HAS_FT_FONT = 1; 
  • trunk/bindings/bcd/cairo/cairo_xlib.d

    r114 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.cairo.cairo_xlib; 
     3align(4): 
     4public import bcd.xlib.Xlib; 
    35public import bcd.cairo.cairo_xlib; 
    46public import bcd.cairo.cairo; 
    5 public import bcd.xlib.Xlib; 
    67extern (C) void cairo_xlib_surface_set_drawable(void *, uint, int, int); 
    78extern (C) void cairo_xlib_surface_set_size(void *, int, int); 
  • trunk/bindings/bcd/cairo/cairo_xlib_xrender.d

    r114 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.cairo.cairo_xlib_xrender; 
     3align(4): 
     4public import bcd.xlib.Xlib; 
     5public import bcd.xlib.Xrender; 
    36public import bcd.cairo.cairo_xlib_xrender; 
    47public import bcd.cairo.cairo; 
    5 public import bcd.xlib.Xrender; 
    68extern (C) void * cairo_xlib_surface_create_with_xrender_format(void *, uint, Screen *, XRenderPictFormat *, int, int); 
    79alias void function(void *, char *, int, int, char * *) _BCD_func__1520; 
  • trunk/bindings/bcd/gdk/gdk.d

    r118 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.gdk.gdk; 
     3align(4): 
    34public import bcd.cairo.cairo; 
    45public import bcd.pango.pango; 
    56public import bcd.glib2.glib; 
     7const int GDK_CURRENT_TIME = 0; 
     8const int GDK_PARENT_RELATIVE = 1; 
    69const int GDK_PIXBUF_FEATURES_H = 1; 
     10const char[] GDK_PIXBUF_VERSION = "2.8.3"; 
    711const int GDK_MAX_TIMECOORD_AXES = 128; 
    812alias _GdkWindowObjectClass GdkWindowObjectClass; 
  • trunk/bindings/bcd/gdk/gdkx.d

    r118 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.gdk.gdkx; 
     3align(4): 
    34public import bcd.cairo.cairo; 
    45public import bcd.pango.pango; 
     
    67public import bcd.xlib.Xlib; 
    78public import bcd.xlib.Xutil; 
     9public import bcd.gdk.gdk; 
    810extern (C) char * gdk_x11_font_get_name(_GdkFont *); 
    911extern (C) void * gdk_x11_font_get_xdisplay(_GdkFont *); 
  • trunk/bindings/bcd/gl/gl.d

    r113 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.gl.gl; 
     3align(4): 
    34const int GL_VERSION_1_1 = 1; 
    4 const int GL_CURRENT_BIT = 0x00000001; 
    5 const int GL_POINT_BIT = 0x00000002; 
    6 const int GL_LINE_BIT = 0x00000004; 
    7 const int GL_POLYGON_BIT = 0x00000008; 
    8 const int GL_POLYGON_STIPPLE_BIT = 0x00000010; 
    9 const int GL_PIXEL_MODE_BIT = 0x00000020; 
    10 const int GL_LIGHTING_BIT = 0x00000040; 
    11 const int GL_FOG_BIT = 0x00000080; 
    12 const int GL_DEPTH_BUFFER_BIT = 0x00000100; 
    13 const int GL_ACCUM_BUFFER_BIT = 0x00000200; 
    14 const int GL_STENCIL_BUFFER_BIT = 0x00000400; 
    15 const int GL_VIEWPORT_BIT = 0x00000800; 
    16 const int GL_TRANSFORM_BIT = 0x00001000; 
    17 const int GL_ENABLE_BIT = 0x00002000; 
    18 const int GL_COLOR_BUFFER_BIT = 0x00004000; 
    19 const int GL_HINT_BIT = 0x00008000; 
    20 const int GL_EVAL_BIT = 0x00010000; 
    21 const int GL_LIST_BIT = 0x00020000; 
    22 const int GL_TEXTURE_BIT = 0x00040000; 
    23 const int GL_SCISSOR_BIT = 0x00080000; 
    24 const int GL_ALL_ATTRIB_BITS = 0xFFFFFFFF; 
    25 const int GL_CLIENT_PIXEL_STORE_BIT = 0x00000001; 
    26 const int GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002; 
    27 const int GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF; 
    28 const int GL_FALSE = 0; 
    29 const int GL_TRUE = 1; 
     5const int GL_VERSION_1_2 = 1; 
     6const int GL_VERSION_1_3 = 1; 
     7const int GL_ARB_imaging = 1; 
     8const int GL_FALSE = 0x0; 
     9const int GL_TRUE = 0x1; 
     10const int GL_BYTE = 0x1400; 
     11const int GL_UNSIGNED_BYTE = 0x1401; 
     12const int GL_SHORT = 0x1402; 
     13const int GL_UNSIGNED_SHORT = 0x1403; 
     14const int GL_INT = 0x1404; 
     15const int GL_UNSIGNED_INT = 0x1405; 
     16const int GL_FLOAT = 0x1406; 
     17const int GL_2_BYTES = 0x1407; 
     18const int GL_3_BYTES = 0x1408; 
     19const int GL_4_BYTES = 0x1409; 
     20const int GL_DOUBLE = 0x140A; 
    3021const int GL_POINTS = 0x0000; 
    3122const int GL_LINES = 0x0001; 
     
    3829const int GL_QUAD_STRIP = 0x0008; 
    3930const int GL_POLYGON = 0x0009; 
    40 const int GL_ACCUM = 0x0100; 
    41 const int GL_LOAD = 0x0101; 
    42 const int GL_RETURN = 0x0102; 
    43 const int GL_MULT = 0x0103; 
    44 const int GL_ADD = 0x0104; 
     31const int GL_VERTEX_ARRAY = 0x8074; 
     32const int GL_NORMAL_ARRAY = 0x8075; 
     33const int GL_COLOR_ARRAY = 0x8076; 
     34const int GL_INDEX_ARRAY = 0x8077; 
     35const int GL_TEXTURE_COORD_ARRAY = 0x8078; 
     36const int GL_EDGE_FLAG_ARRAY = 0x8079; 
     37const int GL_VERTEX_ARRAY_SIZE = 0x807A; 
     38const int GL_VERTEX_ARRAY_TYPE = 0x807B; 
     39const int GL_VERTEX_ARRAY_STRIDE = 0x807C; 
     40const double GL_NORMAL_ARRAY_TYPE = 0x807E; 
     41const int GL_NORMAL_ARRAY_STRIDE = 0x807F; 
     42const int GL_COLOR_ARRAY_SIZE = 0x8081; 
     43const int GL_COLOR_ARRAY_TYPE = 0x8082; 
     44const int GL_COLOR_ARRAY_STRIDE = 0x8083; 
     45const int GL_INDEX_ARRAY_TYPE = 0x8085; 
     46const int GL_INDEX_ARRAY_STRIDE = 0x8086; 
     47const int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088; 
     48const int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089; 
     49const int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A; 
     50const int GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C; 
     51const double GL_VERTEX_ARRAY_POINTER = 0x808E; 
     52const int GL_NORMAL_ARRAY_POINTER = 0x808F; 
     53const int GL_COLOR_ARRAY_POINTER = 0x8090; 
     54const int GL_INDEX_ARRAY_POINTER = 0x8091; 
     55const int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092; 
     56const int GL_EDGE_FLAG_ARRAY_POINTER = 0x8093; 
     57const int GL_V2F = 0x2A20; 
     58const int GL_V3F = 0x2A21; 
     59const int GL_C4UB_V2F = 0x2A22; 
     60const int GL_C4UB_V3F = 0x2A23; 
     61const int GL_C3F_V3F = 0x2A24; 
     62const int GL_N3F_V3F = 0x2A25; 
     63const int GL_C4F_N3F_V3F = 0x2A26; 
     64const int GL_T2F_V3F = 0x2A27; 
     65const int GL_T4F_V4F = 0x2A28; 
     66const int GL_T2F_C4UB_V3F = 0x2A29; 
     67const int GL_T2F_C3F_V3F = 0x2A2A; 
     68const int GL_T2F_N3F_V3F = 0x2A2B; 
     69const int GL_T2F_C4F_N3F_V3F = 0x2A2C; 
     70const int GL_T4F_C4F_N3F_V4F = 0x2A2D; 
     71const int GL_MATRIX_MODE = 0x0BA0; 
     72const int GL_MODELVIEW = 0x1700; 
     73const int GL_PROJECTION = 0x1701; 
     74const int GL_TEXTURE = 0x1702; 
     75const int GL_POINT_SMOOTH = 0x0B10; 
     76const int GL_POINT_SIZE = 0x0B11; 
     77const int GL_POINT_SIZE_GRANULARITY = 0x0B13; 
     78const int GL_POINT_SIZE_RANGE = 0x0B12; 
     79const int GL_LINE_SMOOTH = 0x0B20; 
     80const int GL_LINE_STIPPLE = 0x0B24; 
     81const int GL_LINE_STIPPLE_PATTERN = 0x0B25; 
     82const int GL_LINE_STIPPLE_REPEAT = 0x0B26; 
     83const int GL_LINE_WIDTH = 0x0B21; 
     84const int GL_LINE_WIDTH_GRANULARITY = 0x0B23; 
     85const int GL_LINE_WIDTH_RANGE = 0x0B22; 
     86const int GL_POINT = 0x1B00; 
     87const int GL_LINE = 0x1B01; 
     88const int GL_FILL = 0x1B02; 
     89const int GL_CW = 0x0900; 
     90const int GL_CCW = 0x0901; 
     91const int GL_FRONT = 0x0404; 
     92const int GL_BACK = 0x0405; 
     93const int GL_POLYGON_MODE = 0x0B40; 
     94const int GL_POLYGON_SMOOTH = 0x0B41; 
     95const int GL_POLYGON_STIPPLE = 0x0B42; 
     96const int GL_EDGE_FLAG = 0x0B43; 
     97const int GL_CULL_FACE = 0x0B44; 
     98const int GL_CULL_FACE_MODE = 0x0B45; 
     99const int GL_FRONT_FACE = 0x0B46; 
     100const int GL_POLYGON_OFFSET_FACTOR = 0x8038; 
     101const int GL_POLYGON_OFFSET_UNITS = 0x2A00; 
     102const int GL_POLYGON_OFFSET_POINT = 0x2A01; 
     103const int GL_POLYGON_OFFSET_LINE = 0x2A02; 
     104const int GL_POLYGON_OFFSET_FILL = 0x8037; 
     105const int GL_COMPILE = 0x1300; 
     106const int GL_COMPILE_AND_EXECUTE = 0x1301; 
     107const int GL_LIST_BASE = 0x0B32; 
     108const int GL_LIST_INDEX = 0x0B33; 
     109const int GL_LIST_MODE = 0x0B30; 
    45110const int GL_NEVER = 0x0200; 
    46111const int GL_LESS = 0x0201; 
     
    51116const int GL_GEQUAL = 0x0206; 
    52117const int GL_ALWAYS = 0x0207; 
    53 const int GL_ZERO = 0; 
    54 const int GL_ONE = 1; 
     118const int GL_DEPTH_TEST = 0x0B71; 
     119const int GL_DEPTH_BITS = 0x0D56; 
     120const int GL_DEPTH_CLEAR_VALUE = 0x0B73; 
     121const int GL_DEPTH_FUNC = 0x0B74; 
     122const int GL_DEPTH_RANGE = 0x0B70; 
     123const int GL_DEPTH_WRITEMASK = 0x0B72; 
     124const int GL_DEPTH_COMPONENT = 0x1902; 
     125const int GL_LIGHTING = 0x0B50; 
     126const int GL_LIGHT0 = 0x4000; 
     127const int GL_LIGHT1 = 0x4001; 
     128const int GL_LIGHT2 = 0x4002; 
     129const int GL_LIGHT3 = 0x4003; 
     130const int GL_LIGHT4 = 0x4004; 
     131const int GL_LIGHT5 = 0x4005; 
     132const int GL_LIGHT6 = 0x4006; 
     133const int GL_LIGHT7 = 0x4007; 
     134const int GL_SPOT_EXPONENT = 0x1205; 
     135const int GL_SPOT_CUTOFF = 0x1206; 
     136const int GL_CONSTANT_ATTENUATION = 0x1207; 
     137const int GL_LINEAR_ATTENUATION = 0x1208; 
     138const int GL_QUADRATIC_ATTENUATION = 0x1209; 
     139const int GL_AMBIENT = 0x1200; 
     140const int GL_DIFFUSE = 0x1201; 
     141const int GL_SPECULAR = 0x1202; 
     142const int GL_SHININESS = 0x1601; 
     143const int GL_EMISSION = 0x1600; 
     144const int GL_POSITION = 0x1203; 
     145const int GL_SPOT_DIRECTION = 0x1204; 
     146const int GL_AMBIENT_AND_DIFFUSE = 0x1602; 
     147const int GL_COLOR_INDEXES = 0x1603; 
     148const int GL_LIGHT_MODEL_TWO_SIDE = 0x0B52; 
     149const int GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51; 
     150const int GL_LIGHT_MODEL_AMBIENT = 0x0B53; 
     151const int GL_FRONT_AND_BACK = 0x0408; 
     152const int GL_SHADE_MODEL = 0x0B54; 
     153const int GL_FLAT = 0x1D00; 
     154const int GL_SMOOTH = 0x1D01; 
     155const int GL_COLOR_MATERIAL = 0x0B57; 
     156const int GL_COLOR_MATERIAL_FACE = 0x0B55; 
     157const int GL_COLOR_MATERIAL_PARAMETER = 0x0B56; 
     158const int GL_NORMALIZE = 0x0BA1; 
     159const int GL_CLIP_PLANE0 = 0x3000; 
     160const int GL_CLIP_PLANE1 = 0x3001; 
     161const int GL_CLIP_PLANE2 = 0x3002; 
     162const int GL_CLIP_PLANE3 = 0x3003; 
     163const int GL_CLIP_PLANE4 = 0x3004; 
     164const int GL_CLIP_PLANE5 = 0x3005; 
     165const int GL_ACCUM_RED_BITS = 0x0D58; 
     166const int GL_ACCUM_GREEN_BITS = 0x0D59; 
     167const int GL_ACCUM_BLUE_BITS = 0x0D5A; 
     168const int GL_ACCUM_ALPHA_BITS = 0x0D5B; 
     169const int GL_ACCUM_CLEAR_VALUE = 0x0B80; 
     170const int GL_ACCUM = 0x0100; 
     171const int GL_ADD = 0x0104; 
     172const int GL_LOAD = 0x0101; 
     173const int GL_MULT = 0x0103; 
     174const int GL_RETURN = 0x0102; 
     175const int GL_ALPHA_TEST = 0x0BC0; 
     176const int GL_ALPHA_TEST_REF = 0x0BC2; 
     177const int GL_ALPHA_TEST_FUNC = 0x0BC1; 
     178const double GL_BLEND = 0x0BE2; 
     179const double GL_BLEND_SRC = 0x0BE1; 
     180const double GL_BLEND_DST = 0x0BE0; 
     181const int GL_ZERO = 0x0; 
     182const int GL_ONE = 0x1; 
    55183const int GL_SRC_COLOR = 0x0300; 
    56184const int GL_ONE_MINUS_SRC_COLOR = 0x0301; 
     
    62190const int GL_ONE_MINUS_DST_COLOR = 0x0307; 
    63191const int GL_SRC_ALPHA_SATURATE = 0x0308; 
    64 const int GL_NONE = 0; 
    65 const int GL_FRONT_LEFT = 0x0400; 
    66 const int GL_FRONT_RIGHT = 0x0401; 
    67 const int GL_BACK_LEFT = 0x0402; 
    68 const int GL_BACK_RIGHT = 0x0403; 
    69 const int GL_FRONT = 0x0404; 
    70 const int GL_BACK = 0x0405; 
    71 const int GL_LEFT = 0x0406; 
    72 const int GL_RIGHT = 0x0407; 
    73 const int GL_FRONT_AND_BACK = 0x0408; 
    74 const int GL_AUX0 = 0x0409; 
    75 const int GL_AUX1 = 0x040A; 
    76 const int GL_AUX2 = 0x040B; 
    77 const int GL_AUX3 = 0x040C; 
    78 const int GL_NO_ERROR = 0; 
    79 const int GL_INVALID_ENUM = 0x0500; 
    80 const int GL_INVALID_VALUE = 0x0501; 
    81 const int GL_INVALID_OPERATION = 0x0502; 
    82 const int GL_STACK_OVERFLOW = 0x0503; 
    83 const int GL_STACK_UNDERFLOW = 0x0504; 
    84 const int GL_OUT_OF_MEMORY = 0x0505; 
    85 const int GL_TABLE_TOO_LARGE = 0x8031; 
     192const int GL_FEEDBACK = 0x1C01; 
     193const int GL_RENDER = 0x1C00; 
     194const int GL_SELECT = 0x1C02; 
    86195const int GL_2D = 0x0600; 
    87196const int GL_3D = 0x0601; 
     
    89198const int GL_3D_COLOR_TEXTURE = 0x0603; 
    90199const int GL_4D_COLOR_TEXTURE = 0x0604; 
    91 const int GL_PASS_THROUGH_TOKEN = 0x0700; 
    92200const int GL_POINT_TOKEN = 0x0701; 
    93201const int GL_LINE_TOKEN = 0x0702; 
     202const int GL_LINE_RESET_TOKEN = 0x0707; 
    94203const int GL_POLYGON_TOKEN = 0x0703; 
    95204const int GL_BITMAP_TOKEN = 0x0704; 
    96205const int GL_DRAW_PIXEL_TOKEN = 0x0705; 
    97206const int GL_COPY_PIXEL_TOKEN = 0x0706; 
    98 const int GL_LINE_RESET_TOKEN = 0x0707; 
     207const int GL_PASS_THROUGH_TOKEN = 0x0700; 
     208const int GL_FEEDBACK_BUFFER_POINTER = 0x0DF0; 
     209const int GL_FEEDBACK_BUFFER_SIZE = 0x0DF1; 
     210const int GL_FEEDBACK_BUFFER_TYPE = 0x0DF2; 
     211const int GL_SELECTION_BUFFER_POINTER = 0x0DF3; 
     212const int GL_SELECTION_BUFFER_SIZE = 0x0DF4; 
     213const int GL_FOG = 0x0B60; 
     214const int GL_FOG_MODE = 0x0B65; 
     215const int GL_FOG_DENSITY = 0x0B62; 
     216const int GL_FOG_COLOR = 0x0B66; 
     217const int GL_FOG_INDEX = 0x0B61; 
     218const int GL_FOG_START = 0x0B63; 
     219const int GL_FOG_END = 0x0B64; 
     220const int GL_LINEAR = 0x2601; 
    99221const int GL_EXP = 0x0800; 
    100222const int GL_EXP2 = 0x0801; 
    101 const int GL_CW = 0x0900; 
    102 const int GL_CCW = 0x0901; 
    103 const int GL_COEFF = 0x0A00; 
    104 const int GL_ORDER = 0x0A01; 
    105 const int GL_DOMAIN = 0x0A02; 
    106 const int GL_PIXEL_MAP_I_TO_I = 0x0C70; 
    107 const int GL_PIXEL_MAP_S_TO_S = 0x0C71; 
    108 const int GL_PIXEL_MAP_I_TO_R = 0x0C72; 
    109 const int GL_PIXEL_MAP_I_TO_G = 0x0C73; 
    110 const int GL_PIXEL_MAP_I_TO_B = 0x0C74; 
    111 const int GL_PIXEL_MAP_I_TO_A = 0x0C75; 
    112 const int GL_PIXEL_MAP_R_TO_R = 0x0C76; 
    113 const int GL_PIXEL_MAP_G_TO_G = 0x0C77; 
    114 const int GL_PIXEL_MAP_B_TO_B = 0x0C78; 
    115 const int GL_PIXEL_MAP_A_TO_A = 0x0C79; 
    116 const double GL_VERTEX_ARRAY_POINTER = 0x808E; 
    117 const int GL_NORMAL_ARRAY_POINTER = 0x808F; 
    118 const int GL_COLOR_ARRAY_POINTER = 0x8090; 
    119 const int GL_INDEX_ARRAY_POINTER = 0x8091; 
    120 const int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092; 
    121 const int GL_EDGE_FLAG_ARRAY_POINTER = 0x8093; 
    122 const int GL_CURRENT_COLOR = 0x0B00; 
    123 const int GL_CURRENT_INDEX = 0x0B01; 
    124 const int GL_CURRENT_NORMAL = 0x0B02; 
    125 const int GL_CURRENT_TEXTURE_COORDS = 0x0B03; 
    126 const int GL_CURRENT_RASTER_COLOR = 0x0B04; 
    127 const int GL_CURRENT_RASTER_INDEX = 0x0B05; 
    128 const int GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06; 
    129 const int GL_CURRENT_RASTER_POSITION = 0x0B07; 
    130 const int GL_CURRENT_RASTER_POSITION_VALID = 0x0B08; 
    131 const int GL_CURRENT_RASTER_DISTANCE = 0x0B09; 
    132 const int GL_POINT_SMOOTH = 0x0B10; 
    133 const int GL_POINT_SIZE = 0x0B11; 
    134 const int GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12; 
    135 const int GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13; 
    136 const int GL_LINE_SMOOTH = 0x0B20; 
    137 const int GL_LINE_WIDTH = 0x0B21; 
    138 const int GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22; 
    139 const int GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23; 
    140 const int GL_LINE_STIPPLE = 0x0B24; 
    141 const int GL_LINE_STIPPLE_PATTERN = 0x0B25; 
    142 const int GL_LINE_STIPPLE_REPEAT = 0x0B26; 
    143 const int GL_LIST_MODE = 0x0B30; 
    144 const int GL_MAX_LIST_NESTING = 0x0B31; 
    145 const int GL_LIST_BASE = 0x0B32; 
    146 const int GL_LIST_INDEX = 0x0B33; 
    147 const int GL_POLYGON_MODE = 0x0B40; 
    148 const int GL_POLYGON_SMOOTH = 0x0B41; 
    149 const int GL_POLYGON_STIPPLE = 0x0B42; 
    150 const int GL_EDGE_FLAG = 0x0B43; 
    151 const int GL_CULL_FACE = 0x0B44; 
    152 const int GL_CULL_FACE_MODE = 0x0B45; 
    153 const int GL_FRONT_FACE = 0x0B46; 
    154 const int GL_LIGHTING = 0x0B50; 
    155 const int GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51; 
    156 const int GL_LIGHT_MODEL_TWO_SIDE = 0x0B52; 
    157 const int GL_LIGHT_MODEL_AMBIENT = 0x0B53; 
    158 const int GL_SHADE_MODEL = 0x0B54; 
    159 const int GL_COLOR_MATERIAL_FACE = 0x0B55; 
    160 const int GL_COLOR_MATERIAL_PARAMETER = 0x0B56; 
    161 const int GL_COLOR_MATERIAL = 0x0B57; 
    162 const int GL_FOG = 0x0B60; 
    163 const int GL_FOG_INDEX = 0x0B61; 
    164 const int GL_FOG_DENSITY = 0x0B62; 
    165 const int GL_FOG_START = 0x0B63; 
    166 const int GL_FOG_END = 0x0B64; 
    167 const int GL_FOG_MODE = 0x0B65; 
    168 const int GL_FOG_COLOR = 0x0B66; 
    169 const int GL_DEPTH_RANGE = 0x0B70; 
    170 const int GL_DEPTH_TEST = 0x0B71; 
    171 const int GL_DEPTH_WRITEMASK = 0x0B72; 
    172 const int GL_DEPTH_CLEAR_VALUE = 0x0B73; 
    173 const int GL_DEPTH_FUNC = 0x0B74; 
    174 const int GL_ACCUM_CLEAR_VALUE = 0x0B80; 
     223const int GL_LOGIC_OP = 0x0BF1; 
     224const int GL_INDEX_LOGIC_OP = 0x0BF1; 
     225const int GL_COLOR_LOGIC_OP = 0x0BF2; 
     226const int GL_LOGIC_OP_MODE = 0x0BF0; 
     227const int GL_CLEAR = 0x1500; 
     228const int GL_SET = 0x150F; 
     229const int GL_COPY = 0x1503; 
     230const int GL_COPY_INVERTED = 0x150C; 
     231const int GL_NOOP = 0x1505; 
     232const int GL_INVERT = 0x150A; 
     233const int GL_AND = 0x1501; 
     234const double GL_NAND = 0x150E; 
     235const int GL_OR = 0x1507; 
     236const int GL_NOR = 0x1508; 
     237const int GL_XOR = 0x1506; 
     238const int GL_EQUIV = 0x1509; 
     239const int GL_AND_REVERSE = 0x1502; 
     240const int GL_AND_INVERTED = 0x1504; 
     241const int GL_OR_REVERSE = 0x150B; 
     242const int GL_OR_INVERTED = 0x150D; 
    175243const int GL_STENCIL_TEST = 0x0B90; 
    176 const int GL_STENCIL_CLEAR_VALUE = 0x0B91; 
     244const int GL_STENCIL_WRITEMASK = 0x0B98; 
     245const int GL_STENCIL_BITS = 0x0D57; 
    177246const int GL_STENCIL_FUNC = 0x0B92; 
    178247const int GL_STENCIL_VALUE_MASK = 0x0B93; 
     248const int GL_STENCIL_REF = 0x0B97; 
    179249const int GL_STENCIL_FAIL = 0x0B94; 
     250const int GL_STENCIL_PASS_DEPTH_PASS = 0x0B96; 
    180251const int GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95; 
    181 const int GL_STENCIL_PASS_DEPTH_PASS = 0x0B96; 
    182 const int GL_STENCIL_REF = 0x0B97; 
    183 const int GL_STENCIL_WRITEMASK = 0x0B98; 
    184 const int GL_MATRIX_MODE = 0x0BA0; 
    185 const int GL_NORMALIZE = 0x0BA1; 
    186 const int GL_VIEWPORT = 0x0BA2; 
    187 const int GL_MODELVIEW_STACK_DEPTH = 0x0BA3; 
    188 const int GL_PROJECTION_STACK_DEPTH = 0x0BA4; 
    189 const int GL_TEXTURE_STACK_DEPTH = 0x0BA5; 
    190 const int GL_MODELVIEW_MATRIX = 0x0BA6; 
    191 const int GL_PROJECTION_MATRIX = 0x0BA7; 
    192 const int GL_TEXTURE_MATRIX = 0x0BA8; 
    193 const int GL_ATTRIB_STACK_DEPTH = 0x0BB0; 
    194 const int GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1; 
    195 const int GL_ALPHA_TEST = 0x0BC0; 
    196 const int GL_ALPHA_TEST_FUNC = 0x0BC1; 
    197 const int GL_ALPHA_TEST_REF = 0x0BC2; 
    198 const int GL_DITHER = 0x0BD0; 
    199 const double GL_BLEND_DST = 0x0BE0; 
    200 const double GL_BLEND_SRC = 0x0BE1; 
    201 const double GL_BLEND = 0x0BE2; 
    202 const int GL_LOGIC_OP_MODE = 0x0BF0; 
    203 const int GL_INDEX_LOGIC_OP = 0x0BF1; 
    204 const int GL_COLOR_LOGIC_OP = 0x0BF2; 
     252const int GL_STENCIL_CLEAR_VALUE = 0x0B91; 
     253const int GL_STENCIL_INDEX = 0x1901; 
     254const double GL_KEEP = 0x1E00; 
     255const double GL_REPLACE = 0x1E01; 
     256const double GL_INCR = 0x1E02; 
     257const double GL_DECR = 0x1E03; 
     258const int GL_NONE = 0x0; 
     259const int GL_LEFT = 0x0406; 
     260const int GL_RIGHT = 0x0407; 
     261const int GL_FRONT_LEFT = 0x0400; 
     262const int GL_FRONT_RIGHT = 0x0401; 
     263const int GL_BACK_LEFT = 0x0402; 
     264const int GL_BACK_RIGHT = 0x0403; 
     265const int GL_AUX0 = 0x0409; 
     266const int GL_AUX1 = 0x040A; 
     267const int GL_AUX2 = 0x040B; 
     268const int GL_AUX3 = 0x040C; 
     269const int GL_COLOR_INDEX = 0x1900; 
     270const int GL_RED = 0x1903; 
     271const int GL_GREEN = 0x1904; 
     272const int GL_BLUE = 0x1905; 
     273const int GL_ALPHA = 0x1906; 
     274const int GL_LUMINANCE = 0x1909; 
     275const int GL_LUMINANCE_ALPHA = 0x190A; 
     276const int GL_ALPHA_BITS = 0x0D55; 
     277const int GL_RED_BITS = 0x0D52; 
     278const int GL_GREEN_BITS = 0x0D53; 
     279const int GL_BLUE_BITS = 0x0D54; 
     280const int GL_INDEX_BITS = 0x0D51; 
     281const int GL_SUBPIXEL_BITS = 0x0D50; 
    205282const int GL_AUX_BUFFERS = 0x0C00; 
     283const int GL_READ_BUFFER = 0x0C02; 
    206284const int GL_DRAW_BUFFER = 0x0C01; 
    207 const int GL_READ_BUFFER = 0x0C02; 
    208 const int GL_SCISSOR_BOX = 0x0C10; 
    209 const int GL_SCISSOR_TEST = 0x0C11; 
    210 const int GL_INDEX_CLEAR_VALUE = 0x0C20; 
    211 const int GL_INDEX_WRITEMASK = 0x0C21; 
    212 const int GL_COLOR_CLEAR_VALUE = 0x0C22; 
    213 const int GL_COLOR_WRITEMASK = 0x0C23; 
    214 const int GL_INDEX_MODE = 0x0C30; 
    215 const int GL_RGBA_MODE = 0x0C31; 
    216285const int GL_DOUBLEBUFFER = 0x0C32; 
    217286const int GL_STEREO = 0x0C33; 
    218 const int GL_RENDER_MODE = 0x0C40; 
    219 const int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; 
    220 const int GL_POINT_SMOOTH_HINT = 0x0C51; 
    221 const int GL_LINE_SMOOTH_HINT = 0x0C52; 
    222 const int GL_POLYGON_SMOOTH_HINT = 0x0C53; 
    223 const int GL_FOG_HINT = 0x0C54; 
    224 const int GL_TEXTURE_GEN_S = 0x0C60; 
    225 const int GL_TEXTURE_GEN_T = 0x0C61; 
    226 const int GL_TEXTURE_GEN_R = 0x0C62; 
    227 const int GL_TEXTURE_GEN_Q = 0x0C63; 
    228 const int GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0; 
    229 const int GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1; 
    230 const int GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2; 
    231 const int GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3; 
    232 const int GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4; 
    233 const int GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5; 
    234 const int GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6; 
    235 const int GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7; 
    236 const int GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8; 
    237 const int GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9; 
    238 const int GL_UNPACK_SWAP_BYTES = 0x0CF0; 
    239 const int GL_UNPACK_LSB_FIRST = 0x0CF1; 
    240 const int GL_UNPACK_ROW_LENGTH = 0x0CF2; 
    241 const int GL_UNPACK_SKIP_ROWS = 0x0CF3; 
    242 const int GL_UNPACK_SKIP_PIXELS = 0x0CF4; 
    243 const int GL_UNPACK_ALIGNMENT = 0x0CF5; 
    244 const int GL_PACK_SWAP_BYTES = 0x0D00; 
    245 const int GL_PACK_LSB_FIRST = 0x0D01; 
    246 const int GL_PACK_ROW_LENGTH = 0x0D02; 
    247 const int GL_PACK_SKIP_ROWS = 0x0D03; 
    248 const int GL_PACK_SKIP_PIXELS = 0x0D04; 
    249 const int GL_PACK_ALIGNMENT = 0x0D05; 
    250 const int GL_MAP_COLOR = 0x0D10; 
    251 const int GL_MAP_STENCIL = 0x0D11; 
    252 const int GL_INDEX_SHIFT = 0x0D12; 
    253 const int GL_INDEX_OFFSET = 0x0D13; 
    254 const int GL_RED_SCALE = 0x0D14; 
    255 const int GL_RED_BIAS = 0x0D15; 
    256 const int GL_ZOOM_X = 0x0D16; 
    257 const int GL_ZOOM_Y = 0x0D17; 
    258 const int GL_GREEN_SCALE = 0x0D18; 
    259 const int GL_GREEN_BIAS = 0x0D19; 
    260 const int GL_BLUE_SCALE = 0x0D1A; 
    261 const int GL_BLUE_BIAS = 0x0D1B; 
    262 const int GL_ALPHA_SCALE = 0x0D1C; 
    263 const int GL_ALPHA_BIAS = 0x0D1D; 
    264 const double GL_DEPTH_SCALE = 0x0D1E; 
    265 const int GL_DEPTH_BIAS = 0x0D1F; 
     287const int GL_BITMAP = 0x1A00; 
     288const int GL_COLOR = 0x1800; 
     289const int GL_DEPTH = 0x1801; 
     290const int GL_STENCIL = 0x1802; 
     291const int GL_DITHER = 0x0BD0; 
     292const int GL_RGB = 0x1907; 
     293const int GL_RGBA = 0x1908; 
     294const int GL_MAX_LIST_NESTING = 0x0B31; 
     295const int GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35; 
     296const int GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36; 
     297const int GL_MAX_NAME_STACK_DEPTH = 0x0D37; 
     298const int GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38; 
     299const int GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39; 
    266300const int GL_MAX_EVAL_ORDER = 0x0D30; 
    267301const int GL_MAX_LIGHTS = 0x0D31; 
     
    269303const int GL_MAX_TEXTURE_SIZE = 0x0D33; 
    270304const int GL_MAX_PIXEL_MAP_TABLE = 0x0D34; 
    271 const int GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35; 
    272 const int GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36; 
    273 const int GL_MAX_NAME_STACK_DEPTH = 0x0D37; 
    274 const int GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38; 
    275 const int GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39; 
    276305const int GL_MAX_VIEWPORT_DIMS = 0x0D3A; 
    277306const int GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B; 
    278 const int GL_SUBPIXEL_BITS = 0x0D50; 
    279 const int GL_INDEX_BITS = 0x0D51; 
    280 const int GL_RED_BITS = 0x0D52; 
    281 const int GL_GREEN_BITS = 0x0D53; 
    282 const int GL_BLUE_BITS = 0x0D54; 
    283 const int GL_ALPHA_BITS = 0x0D55; 
    284 const int GL_DEPTH_BITS = 0x0D56; 
    285 const int GL_STENCIL_BITS = 0x0D57; 
    286 const int GL_ACCUM_RED_BITS = 0x0D58; 
    287 const int GL_ACCUM_GREEN_BITS = 0x0D59; 
    288 const int GL_ACCUM_BLUE_BITS = 0x0D5A; 
    289 const int GL_ACCUM_ALPHA_BITS = 0x0D5B; 
     307const int GL_ATTRIB_STACK_DEPTH = 0x0BB0; 
     308const int GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1; 
     309const int GL_COLOR_CLEAR_VALUE = 0x0C22; 
     310const int GL_COLOR_WRITEMASK = 0x0C23; 
     311const int GL_CURRENT_INDEX = 0x0B01; 
     312const int GL_CURRENT_COLOR = 0x0B00; 
     313const int GL_CURRENT_NORMAL = 0x0B02; 
     314const int GL_CURRENT_RASTER_COLOR = 0x0B04; 
     315const int GL_CURRENT_RASTER_DISTANCE = 0x0B09; 
     316const int GL_CURRENT_RASTER_INDEX = 0x0B05; 
     317const int GL_CURRENT_RASTER_POSITION = 0x0B07; 
     318const int GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06; 
     319const int GL_CURRENT_RASTER_POSITION_VALID = 0x0B08; 
     320const int GL_CURRENT_TEXTURE_COORDS = 0x0B03; 
     321const int GL_INDEX_CLEAR_VALUE = 0x0C20; 
     322const int GL_INDEX_MODE = 0x0C30; 
     323const int GL_INDEX_WRITEMASK = 0x0C21; 
     324const int GL_MODELVIEW_MATRIX = 0x0BA6; 
     325const int GL_MODELVIEW_STACK_DEPTH = 0x0BA3; 
    290326const int GL_NAME_STACK_DEPTH = 0x0D70; 
     327const int GL_PROJECTION_MATRIX = 0x0BA7; 
     328const int GL_PROJECTION_STACK_DEPTH = 0x0BA4; 
     329const int GL_RENDER_MODE = 0x0C40; 
     330const int GL_RGBA_MODE = 0x0C31; 
     331const int GL_TEXTURE_MATRIX = 0x0BA8; 
     332const int GL_TEXTURE_STACK_DEPTH = 0x0BA5; 
     333const int GL_VIEWPORT = 0x0BA2; 
    291334const int GL_AUTO_NORMAL = 0x0D80; 
    292335const int GL_MAP1_COLOR_4 = 0x0D90; 
     
    312355const int GL_MAP2_GRID_DOMAIN = 0x0DD2; 
    313356const int GL_MAP2_GRID_SEGMENTS = 0x0DD3; 
     357const int GL_COEFF = 0x0A00; 
     358const int GL_DOMAIN = 0x0A02; 
     359const int GL_ORDER = 0x0A01; 
     360const int GL_FOG_HINT = 0x0C54; 
     361const int GL_LINE_SMOOTH_HINT = 0x0C52; 
     362const int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; 
     363const int GL_POINT_SMOOTH_HINT = 0x0C51; 
     364const int GL_POLYGON_SMOOTH_HINT = 0x0C53; 
     365const int GL_DONT_CARE = 0x1100; 
     366const int GL_FASTEST = 0x1101; 
     367const int GL_NICEST = 0x1102; 
     368const int GL_SCISSOR_TEST = 0x0C11; 
     369const int GL_SCISSOR_BOX = 0x0C10; 
     370const int GL_MAP_COLOR = 0x0D10; 
     371const int GL_MAP_STENCIL = 0x0D11; 
     372const int GL_INDEX_SHIFT = 0x0D12; 
     373const int GL_INDEX_OFFSET = 0x0D13; 
     374const int GL_RED_SCALE = 0x0D14; 
     375const int GL_RED_BIAS = 0x0D15; 
     376const int GL_GREEN_SCALE = 0x0D18; 
     377const int GL_GREEN_BIAS = 0x0D19; 
     378const int GL_BLUE_SCALE = 0x0D1A; 
     379const int GL_BLUE_BIAS = 0x0D1B; 
     380const int GL_ALPHA_SCALE = 0x0D1C; 
     381const int GL_ALPHA_BIAS = 0x0D1D; 
     382const double GL_DEPTH_SCALE = 0x0D1E; 
     383const int GL_DEPTH_BIAS = 0x0D1F; 
     384const int GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1; 
     385const int GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0; 
     386const int GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2; 
     387const int GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3; 
     388const int GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4; 
     389const int GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5; 
     390const int GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6; 
     391const int GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7; 
     392const int GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8; 
     393const int GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9; 
     394const int GL_PIXEL_MAP_S_TO_S = 0x0C71; 
     395const int GL_PIXEL_MAP_I_TO_I = 0x0C70; 
     396const int GL_PIXEL_MAP_I_TO_R = 0x0C72; 
     397const int GL_PIXEL_MAP_I_TO_G = 0x0C73; 
     398const int GL_PIXEL_MAP_I_TO_B = 0x0C74; 
     399const int GL_PIXEL_MAP_I_TO_A = 0x0C75; 
     400const int GL_PIXEL_MAP_R_TO_R = 0x0C76; 
     401const int GL_PIXEL_MAP_G_TO_G = 0x0C77; 
     402const int GL_PIXEL_MAP_B_TO_B = 0x0C78; 
     403const int GL_PIXEL_MAP_A_TO_A = 0x0C79; 
     404const int GL_PACK_ALIGNMENT = 0x0D05; 
     405const int GL_PACK_LSB_FIRST = 0x0D01; 
     406const int GL_PACK_ROW_LENGTH = 0x0D02; 
     407const int GL_PACK_SKIP_PIXELS = 0x0D04; 
     408const int GL_PACK_SKIP_ROWS = 0x0D03; 
     409const int GL_PACK_SWAP_BYTES = 0x0D00; 
     410const int GL_UNPACK_ALIGNMENT = 0x0CF5; 
     411const int GL_UNPACK_LSB_FIRST = 0x0CF1; 
     412const int GL_UNPACK_ROW_LENGTH = 0x0CF2; 
     413const int GL_UNPACK_SKIP_PIXELS = 0x0CF4; 
     414const int GL_UNPACK_SKIP_ROWS = 0x0CF3; 
     415const int GL_UNPACK_SWAP_BYTES = 0x0CF0; 
     416const int GL_ZOOM_X = 0x0D16; 
     417const int GL_ZOOM_Y = 0x0D17; 
     418const int GL_TEXTURE_ENV = 0x2300; 
     419const int GL_TEXTURE_ENV_MODE = 0x2200; 
    314420const double GL_TEXTURE_1D = 0x0DE0; 
    315421const double GL_TEXTURE_2D = 0x0DE1; 
    316 const int GL_FEEDBACK_BUFFER_POINTER = 0x0DF0; 
    317 const int GL_FEEDBACK_BUFFER_SIZE = 0x0DF1; 
    318 const int GL_FEEDBACK_BUFFER_TYPE = 0x0DF2; 
    319 const int GL_SELECTION_BUFFER_POINTER = 0x0DF3; 
    320 const int GL_SELECTION_BUFFER_SIZE = 0x0DF4; 
    321 const int GL_POLYGON_OFFSET_UNITS = 0x2A00; 
    322 const int GL_POLYGON_OFFSET_POINT = 0x2A01; 
    323 const int GL_POLYGON_OFFSET_LINE = 0x2A02; 
    324 const int GL_POLYGON_OFFSET_FILL = 0x8037; 
    325 const int GL_POLYGON_OFFSET_FACTOR = 0x8038; 
    326 const int GL_TEXTURE_BINDING_1D = 0x8068; 
    327 const int GL_TEXTURE_BINDING_2D = 0x8069; 
    328 const int GL_TEXTURE_BINDING_3D = 0x806A; 
    329 const int GL_VERTEX_ARRAY = 0x8074; 
    330 const int GL_NORMAL_ARRAY = 0x8075; 
    331 const int GL_COLOR_ARRAY = 0x8076; 
    332 const int GL_INDEX_ARRAY = 0x8077; 
    333 const int GL_TEXTURE_COORD_ARRAY = 0x8078; 
    334 const int GL_EDGE_FLAG_ARRAY = 0x8079; 
    335 const int GL_VERTEX_ARRAY_SIZE = 0x807A; 
    336 const int GL_VERTEX_ARRAY_TYPE = 0x807B; 
    337 const int GL_VERTEX_ARRAY_STRIDE = 0x807C; 
    338 const double GL_NORMAL_ARRAY_TYPE = 0x807E; 
    339 const int GL_NORMAL_ARRAY_STRIDE = 0x807F; 
    340 const int GL_COLOR_ARRAY_SIZE = 0x8081; 
    341 const int GL_COLOR_ARRAY_TYPE = 0x8082; 
    342 const int GL_COLOR_ARRAY_STRIDE = 0x8083; 
    343 const int GL_INDEX_ARRAY_TYPE = 0x8085; 
    344 const int GL_INDEX_ARRAY_STRIDE = 0x8086; 
    345 const int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088; 
    346 const int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089; 
    347 const int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A; 
    348 const int GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C; 
     422const int GL_TEXTURE_WRAP_S = 0x2802; 
     423const int GL_TEXTURE_WRAP_T = 0x2803; 
     424const int GL_TEXTURE_MAG_FILTER = 0x2800; 
     425const int GL_TEXTURE_MIN_FILTER = 0x2801; 
     426const int GL_TEXTURE_ENV_COLOR = 0x2201; 
     427const int GL_TEXTURE_GEN_S = 0x0C60; 
     428const int GL_TEXTURE_GEN_T = 0x0C61; 
     429const int GL_TEXTURE_GEN_MODE = 0x2500; 
     430const int GL_TEXTURE_BORDER_COLOR = 0x1004; 
    349431const int GL_TEXTURE_WIDTH = 0x1000; 
    350432const int GL_TEXTURE_HEIGHT = 0x1001; 
    351 const int GL_TEXTURE_INTERNAL_FORMAT = 0x1003; 
    352 const int GL_TEXTURE_BORDER_COLOR = 0x1004; 
    353433const int GL_TEXTURE_BORDER = 0x1005; 
     434const int GL_TEXTURE_COMPONENTS = 0x1003; 
    354435const int GL_TEXTURE_RED_SIZE = 0x805C; 
    355436const int GL_TEXTURE_GREEN_SIZE = 0x805D; 
     
    358439const int GL_TEXTURE_LUMINANCE_SIZE = 0x8060; 
    359440const int GL_TEXTURE_INTENSITY_SIZE = 0x8061; 
    360 const int GL_TEXTURE_PRIORITY = 0x8066; 
    361 const int GL_TEXTURE_RESIDENT = 0x8067; 
    362 const int GL_DONT_CARE = 0x1100; 
    363 const int GL_FASTEST = 0x1101; 
    364 const int GL_NICEST = 0x1102; 
    365 const int GL_AMBIENT = 0x1200; 
    366 const int GL_DIFFUSE = 0x1201; 
    367 const int GL_SPECULAR = 0x1202; 
    368 const int GL_POSITION = 0x1203; 
    369 const int GL_SPOT_DIRECTION = 0x1204; 
    370 const int GL_SPOT_EXPONENT = 0x1205; 
    371 const int GL_SPOT_CUTOFF = 0x1206; 
    372 const int GL_CONSTANT_ATTENUATION = 0x1207; 
    373 const int GL_LINEAR_ATTENUATION = 0x1208; 
    374 const int GL_QUADRATIC_ATTENUATION = 0x1209; 
    375 const int GL_COMPILE = 0x1300; 
    376 const int GL_COMPILE_AND_EXECUTE = 0x1301; 
    377 const int GL_BYTE = 0x1400; 
    378 const int GL_UNSIGNED_BYTE = 0x1401; 
    379 const int GL_SHORT = 0x1402; 
    380 const int GL_UNSIGNED_SHORT = 0x1403; 
    381 const int GL_INT = 0x1404; 
    382 const int GL_UNSIGNED_INT = 0x1405; 
    383 const int GL_FLOAT = 0x1406; 
    384 const int GL_2_BYTES = 0x1407; 
    385 const int GL_3_BYTES = 0x1408; 
    386 const int GL_4_BYTES = 0x1409; 
    387 const int GL_DOUBLE = 0x140A; 
    388 const int GL_DOUBLE_EXT = 0x140A; 
    389 const int GL_CLEAR = 0x1500; 
    390 const int GL_AND = 0x1501; 
    391 const int GL_AND_REVERSE = 0x1502; 
    392 const int GL_COPY = 0x1503; 
    393 const int GL_AND_INVERTED = 0x1504; 
    394 const int GL_NOOP = 0x1505; 
    395 const int GL_XOR = 0x1506; 
    396 const int GL_OR = 0x1507; 
    397 const int GL_NOR = 0x1508; 
    398 const int GL_EQUIV = 0x1509; 
    399 const int GL_INVERT = 0x150A; 
    400 const int GL_OR_REVERSE = 0x150B; 
    401 const int GL_COPY_INVERTED = 0x150C; 
    402 const int GL_OR_INVERTED = 0x150D; 
    403 const double GL_NAND = 0x150E; 
    404 const int GL_SET = 0x150F; 
    405 const int GL_EMISSION = 0x1600; 
    406 const int GL_SHININESS = 0x1601; 
    407 const int GL_AMBIENT_AND_DIFFUSE = 0x1602; 
    408 const int GL_COLOR_INDEXES = 0x1603; 
    409 const int GL_MODELVIEW = 0x1700; 
    410 const int GL_PROJECTION = 0x1701; 
    411 const int GL_TEXTURE = 0x1702; 
    412 const int GL_COLOR = 0x1800; 
    413 const int GL_DEPTH = 0x1801; 
    414 const int GL_STENCIL = 0x1802; 
    415 const int GL_COLOR_INDEX = 0x1900; 
    416 const int GL_STENCIL_INDEX = 0x1901; 
    417 const int GL_DEPTH_COMPONENT = 0x1902; 
    418 const int GL_RED = 0x1903; 
    419 const int GL_GREEN = 0x1904; 
    420 const int GL_BLUE = 0x1905; 
    421 const int GL_ALPHA = 0x1906; 
    422 const int GL_RGB = 0x1907; 
    423 const int GL_RGBA = 0x1908; 
    424 const int GL_LUMINANCE = 0x1909; 
    425 const int GL_LUMINANCE_ALPHA = 0x190A; 
    426 const int GL_BITMAP = 0x1A00; 
    427 const int GL_POINT = 0x1B00; 
    428 const int GL_LINE = 0x1B01; 
    429 const int GL_FILL = 0x1B02; 
    430 const int GL_RENDER = 0x1C00; 
    431 const int GL_FEEDBACK = 0x1C01; 
    432 const int GL_SELECT = 0x1C02; 
    433 const int GL_FLAT = 0x1D00; 
    434 const int GL_SMOOTH = 0x1D01; 
    435 const double GL_KEEP = 0x1E00; 
    436 const double GL_REPLACE = 0x1E01; 
    437 const double GL_INCR = 0x1E02; 
    438 const double GL_DECR = 0x1E03; 
     441const int GL_NEAREST_MIPMAP_NEAREST = 0x2700; 
     442const int GL_NEAREST_MIPMAP_LINEAR = 0x2702; 
     443const int GL_LINEAR_MIPMAP_NEAREST = 0x2701; 
     444const int GL_LINEAR_MIPMAP_LINEAR = 0x2703; 
     445const int GL_OBJECT_LINEAR = 0x2401; 
     446const int GL_OBJECT_PLANE = 0x2501; 
     447const int GL_EYE_LINEAR = 0x2400; 
     448const int GL_EYE_PLANE = 0x2502; 
     449const int GL_SPHERE_MAP = 0x2402; 
     450const int GL_DECAL = 0x2101; 
     451const int GL_MODULATE = 0x2100; 
     452const int GL_NEAREST = 0x2600; 
     453const int GL_REPEAT = 0x2901; 
     454const int GL_CLAMP = 0x2900; 
     455const int GL_S = 0x2000; 
     456const int GL_T = 0x2001; 
     457const int GL_R = 0x2002; 
     458const int GL_Q = 0x2003; 
     459const int GL_TEXTURE_GEN_R = 0x0C62; 
     460const int GL_TEXTURE_GEN_Q = 0x0C63; 
    439461const int GL_VENDOR = 0x1F00; 
    440462const int GL_RENDERER = 0x1F01; 
    441463const int GL_VERSION = 0x1F02; 
    442464const int GL_EXTENSIONS = 0x1F03; 
    443 const int GL_S = 0x2000; 
    444 const int GL_T = 0x2001; 
    445 const int GL_R = 0x2002; 
    446 const int GL_Q = 0x2003; 
    447 const int GL_MODULATE = 0x2100; 
    448 const int GL_DECAL = 0x2101; 
    449 const int GL_TEXTURE_ENV_MODE = 0x2200; 
    450 const int GL_TEXTURE_ENV_COLOR = 0x2201; 
    451 const int GL_TEXTURE_ENV = 0x2300; 
    452 const int GL_EYE_LINEAR = 0x2400; 
    453 const int GL_OBJECT_LINEAR = 0x2401; 
    454 const int GL_SPHERE_MAP = 0x2402; 
    455 const int GL_TEXTURE_GEN_MODE = 0x2500; 
    456 const int GL_OBJECT_PLANE = 0x2501; 
    457 const int GL_EYE_PLANE = 0x2502; 
    458 const int GL_NEAREST = 0x2600; 
    459 const int GL_LINEAR = 0x2601; 
    460 const int GL_NEAREST_MIPMAP_NEAREST = 0x2700; 
    461 const int GL_LINEAR_MIPMAP_NEAREST = 0x2701; 
    462 const int GL_NEAREST_MIPMAP_LINEAR = 0x2702; 
    463 const int GL_LINEAR_MIPMAP_LINEAR = 0x2703; 
    464 const int GL_TEXTURE_MAG_FILTER = 0x2800; 
    465 const int GL_TEXTURE_MIN_FILTER = 0x2801; 
    466 const int GL_TEXTURE_WRAP_S = 0x2802; 
    467 const int GL_TEXTURE_WRAP_T = 0x2803; 
     465const int GL_NO_ERROR = 0x0; 
     466const int GL_INVALID_VALUE = 0x0501; 
     467const int GL_INVALID_ENUM = 0x0500; 
     468const int GL_INVALID_OPERATION = 0x0502; 
     469const int GL_STACK_OVERFLOW = 0x0503; 
     470const int GL_STACK_UNDERFLOW = 0x0504; 
     471const int GL_OUT_OF_MEMORY = 0x0505; 
     472const int GL_CURRENT_BIT = 0x00000001; 
     473const int GL_POINT_BIT = 0x00000002; 
     474const int GL_LINE_BIT = 0x00000004; 
     475const int GL_POLYGON_BIT = 0x00000008; 
     476const int GL_POLYGON_STIPPLE_BIT = 0x00000010; 
     477const int GL_PIXEL_MODE_BIT = 0x00000020; 
     478const int GL_LIGHTING_BIT = 0x00000040; 
     479const int GL_FOG_BIT = 0x00000080; 
     480const int GL_DEPTH_BUFFER_BIT = 0x00000100; 
     481const int GL_ACCUM_BUFFER_BIT = 0x00000200; 
     482const int GL_STENCIL_BUFFER_BIT = 0x00000400; 
     483const int GL_VIEWPORT_BIT = 0x00000800; 
     484const int GL_TRANSFORM_BIT = 0x00001000; 
     485const int GL_ENABLE_BIT = 0x00002000; 
     486const int GL_COLOR_BUFFER_BIT = 0x00004000; 
     487const int GL_HINT_BIT = 0x00008000; 
     488const int GL_EVAL_BIT = 0x00010000; 
     489const int GL_LIST_BIT = 0x00020000; 
     490const int GL_TEXTURE_BIT = 0x00040000; 
     491const int GL_SCISSOR_BIT = 0x00080000; 
     492const int GL_ALL_ATTRIB_BITS = 0x000FFFFF; 
    468493const int GL_PROXY_TEXTURE_1D = 0x8063; 
    469494const int GL_PROXY_TEXTURE_2D = 0x8064; 
    470 const int GL_CLAMP = 0x2900; 
    471 const int GL_REPEAT = 0x2901; 
    472 const int GL_R3_G3_B2 = 0x2A10; 
     495const int GL_TEXTURE_PRIORITY = 0x8066; 
     496const int GL_TEXTURE_RESIDENT = 0x8067; 
     497const int GL_TEXTURE_BINDING_1D = 0x8068; 
     498const int GL_TEXTURE_BINDING_2D = 0x8069; 
     499const int GL_TEXTURE_INTERNAL_FORMAT = 0x1003; 
    473500const int GL_ALPHA4 = 0x803B; 
    474501const int GL_ALPHA8 = 0x803C; 
     
    490517const int GL_INTENSITY12 = 0x804C; 
    491518const int GL_INTENSITY16 = 0x804D; 
     519const int GL_R3_G3_B2 = 0x2A10; 
    492520const int GL_RGB4 = 0x804F; 
    493521const int GL_RGB5 = 0x8050; 
     
    503531const int GL_RGBA12 = 0x805A; 
    504532const int GL_RGBA16 = 0x805B; 
    505 const int GL_V2F = 0x2A20; 
    506 const int GL_V3F = 0x2A21; 
    507 const int GL_C4UB_V2F = 0x2A22; 
    508 const int GL_C4UB_V3F = 0x2A23; 
    509 const int GL_C3F_V3F = 0x2A24; 
    510 const int GL_N3F_V3F = 0x2A25; 
    511 const int GL_C4F_N3F_V3F = 0x2A26; 
    512 const int GL_T2F_V3F = 0x2A27; 
    513 const int GL_T4F_V4F = 0x2A28; 
    514 const int GL_T2F_C4UB_V3F = 0x2A29; 
    515 const int GL_T2F_C3F_V3F = 0x2A2A; 
    516 const int GL_T2F_N3F_V3F = 0x2A2B; 
    517 const int GL_T2F_C4F_N3F_V3F = 0x2A2C; 
    518 const int GL_T4F_C4F_N3F_V4F = 0x2A2D; 
    519 const int GL_CLIP_PLANE0 = 0x3000; 
    520 const int GL_CLIP_PLANE1 = 0x3001; 
    521 const int GL_CLIP_PLANE2 = 0x3002; 
    522 const int GL_CLIP_PLANE3 = 0x3003; 
    523 const int GL_CLIP_PLANE4 = 0x3004; 
    524 const int GL_CLIP_PLANE5 = 0x3005; 
    525 const int GL_LIGHT0 = 0x4000; 
    526 const int GL_LIGHT1 = 0x4001; 
    527 const int GL_LIGHT2 = 0x4002; 
    528 const int GL_LIGHT3 = 0x4003; 
    529 const int GL_LIGHT4 = 0x4004; 
    530 const int GL_LIGHT5 = 0x4005; 
    531 const int GL_LIGHT6 = 0x4006; 
    532 const int GL_LIGHT7 = 0x4007; 
    533 const int GL_ABGR_EXT = 0x8000; 
    534 const int GL_FUNC_SUBTRACT_EXT = 0x800A; 
    535 const int GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B; 
    536 const int GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032; 
    537 const int GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033; 
    538 const int GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034; 
    539 const int GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035; 
    540 const int GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036; 
    541 const int GL_PACK_SKIP_IMAGES = 0x806B; 
    542 const int GL_PACK_IMAGE_HEIGHT = 0x806C; 
    543 const int GL_UNPACK_SKIP_IMAGES = 0x806D; 
    544 const double GL_UNPACK_IMAGE_HEIGHT = 0x806E; 
    545 const int GL_TEXTURE_3D = 0x806F; 
    546 const int GL_PROXY_TEXTURE_3D = 0x8070; 
    547 const int GL_TEXTURE_DEPTH = 0x8071; 
    548 const int GL_TEXTURE_WRAP_R = 0x8072; 
    549 const int GL_MAX_3D_TEXTURE_SIZE = 0x8073; 
     533const int GL_CLIENT_PIXEL_STORE_BIT = 0x00000001; 
     534const int GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002; 
     535const int GL_ALL_CLIENT_ATTRIB_BITS = 0xFFFFFFFF; 
     536const int GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF; 
     537const int GL_RESCALE_NORMAL = 0x803A; 
     538const int GL_CLAMP_TO_EDGE = 0x812F; 
     539const double GL_MAX_ELEMENTS_VERTICES = 0x80E8; 
     540const double GL_MAX_ELEMENTS_INDICES = 0x80E9; 
    550541const double GL_BGR = 0x80E0; 
    551542const double GL_BGRA = 0x80E1; 
     
    562553const int GL_UNSIGNED_INT_10_10_10_2 = 0x8036; 
    563554const int GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368; 
    564 const int GL_RESCALE_NORMAL = 0x803A; 
    565555const int GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8; 
    566556const int GL_SINGLE_COLOR = 0x81F9; 
    567557const int GL_SEPARATE_SPECULAR_COLOR = 0x81FA; 
    568 const int GL_CLAMP_TO_EDGE = 0x812F; 
    569558const int GL_TEXTURE_MIN_LOD = 0x813A; 
    570559const int GL_TEXTURE_MAX_LOD = 0x813B; 
    571560const int GL_TEXTURE_BASE_LEVEL = 0x813C; 
    572561const int GL_TEXTURE_MAX_LEVEL = 0x813D; 
    573 const double GL_MAX_ELEMENTS_VERTICES = 0x80E8; 
    574 const double GL_MAX_ELEMENTS_INDICES = 0x80E9; 
     562const int GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12; 
     563const int GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13; 
     564const int GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22; 
     565const int GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23; 
    575566const int GL_ALIASED_POINT_SIZE_RANGE = 0x846D; 
    576567const double GL_ALIASED_LINE_WIDTH_RANGE = 0x846E; 
    577 const double GL_ACTIVE_TEXTURE = 0x84E0; 
    578 const double GL_CLIENT_ACTIVE_TEXTURE = 0x84E1; 
    579 const double GL_MAX_TEXTURE_UNITS = 0x84E2; 
     568const int GL_PACK_SKIP_IMAGES = 0x806B; 
     569const int GL_PACK_IMAGE_HEIGHT = 0x806C; 
     570const int GL_UNPACK_SKIP_IMAGES = 0x806D; 
     571const double GL_UNPACK_IMAGE_HEIGHT = 0x806E; 
     572const int GL_TEXTURE_3D = 0x806F; 
     573const int GL_PROXY_TEXTURE_3D = 0x8070; 
     574const int GL_TEXTURE_DEPTH = 0x8071; 
     575const int GL_TEXTURE_WRAP_R = 0x8072; 
     576const int GL_MAX_3D_TEXTURE_SIZE = 0x8073; 
     577const int GL_TEXTURE_BINDING_3D = 0x806A; 
     578const int GL_CONSTANT_COLOR = 0x8001; 
     579const int GL_ONE_MINUS_CONSTANT_COLOR = 0x8002; 
     580const int GL_CONSTANT_ALPHA = 0x8003; 
     581const int GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004; 
     582const int GL_COLOR_TABLE = 0x80D0; 
     583const int GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1; 
     584const int GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2; 
     585const int GL_PROXY_COLOR_TABLE = 0x80D3; 
     586const int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4; 
     587const int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5; 
     588const int GL_COLOR_TABLE_SCALE = 0x80D6; 
     589const int GL_COLOR_TABLE_BIAS = 0x80D7; 
     590const int GL_COLOR_TABLE_FORMAT = 0x80D8; 
     591const int GL_COLOR_TABLE_WIDTH = 0x80D9; 
     592const int GL_COLOR_TABLE_RED_SIZE = 0x80DA; 
     593const int GL_COLOR_TABLE_GREEN_SIZE = 0x80DB; 
     594const int GL_COLOR_TABLE_BLUE_SIZE = 0x80DC; 
     595const int GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD; 
     596const double GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE; 
     597const int GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF; 
     598const int GL_CONVOLUTION_1D = 0x8010; 
     599const int GL_CONVOLUTION_2D = 0x8011; 
     600const int GL_SEPARABLE_2D = 0x8012; 
     601const int GL_CONVOLUTION_BORDER_MODE = 0x8013; 
     602const int GL_CONVOLUTION_FILTER_SCALE = 0x8014; 
     603const int GL_CONVOLUTION_FILTER_BIAS = 0x8015; 
     604const int GL_REDUCE = 0x8016; 
     605const int GL_CONVOLUTION_FORMAT = 0x8017; 
     606const int GL_CONVOLUTION_WIDTH = 0x8018; 
     607const int GL_CONVOLUTION_HEIGHT = 0x8019; 
     608const int GL_MAX_CONVOLUTION_WIDTH = 0x801A; 
     609const int GL_MAX_CONVOLUTION_HEIGHT = 0x801B; 
     610const int GL_POST_CONVOLUTION_RED_SCALE = 0x801C; 
     611const int GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D; 
     612const double GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E; 
     613const int GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F; 
     614const int GL_POST_CONVOLUTION_RED_BIAS = 0x8020; 
     615const int GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021; 
     616const int GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022; 
     617const int GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023; 
     618const int GL_CONSTANT_BORDER = 0x8151; 
     619const int GL_REPLICATE_BORDER = 0x8153; 
     620const int GL_CONVOLUTION_BORDER_COLOR = 0x8154; 
     621const int GL_COLOR_MATRIX = 0x80B1; 
     622const int GL_COLOR_MATRIX_STACK_DEPTH = 0x80B2; 
     623const int GL_MAX_COLOR_MATRIX_STACK_DEPTH = 0x80B3; 
     624const int GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4; 
     625const int GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5; 
     626const int GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6; 
     627const int GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7; 
     628const int GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8; 
     629const int GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9; 
     630const int GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA; 
     631const int GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB; 
     632const int GL_HISTOGRAM = 0x8024; 
     633const int GL_PROXY_HISTOGRAM = 0x8025; 
     634const int GL_HISTOGRAM_WIDTH = 0x8026; 
     635const int GL_HISTOGRAM_FORMAT = 0x8027; 
     636const int GL_HISTOGRAM_RED_SIZE = 0x8028; 
     637const int GL_HISTOGRAM_GREEN_SIZE = 0x8029; 
     638const int GL_HISTOGRAM_BLUE_SIZE = 0x802A; 
     639const int GL_HISTOGRAM_ALPHA_SIZE = 0x802B; 
     640const int GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C; 
     641const int GL_HISTOGRAM_SINK = 0x802D; 
     642const double GL_MINMAX = 0x802E; 
     643const int GL_MINMAX_FORMAT = 0x802F; 
     644const int GL_MINMAX_SINK = 0x8030; 
     645const int GL_TABLE_TOO_LARGE = 0x8031; 
     646const int GL_BLEND_EQUATION = 0x8009; 
     647const int GL_MIN = 0x8007; 
     648const int GL_MAX = 0x8008; 
     649const int GL_FUNC_ADD = 0x8006; 
     650const int GL_FUNC_SUBTRACT = 0x800A; 
     651const int GL_FUNC_REVERSE_SUBTRACT = 0x800B; 
     652const int GL_BLEND_COLOR = 0x8005; 
    580653const int GL_TEXTURE0 = 0x84C0; 
    581654const int GL_TEXTURE1 = 0x84C1; 
     
    610683const double GL_TEXTURE30 = 0x84DE; 
    611684const int GL_TEXTURE31 = 0x84DF; 
     685const double GL_ACTIVE_TEXTURE = 0x84E0; 
     686const double GL_CLIENT_ACTIVE_TEXTURE = 0x84E1; 
     687const double GL_MAX_TEXTURE_UNITS = 0x84E2; 
    612688const int GL_NORMAL_MAP = 0x8511; 
    613689const int GL_REFLECTION_MAP = 0x8512; 
     
    622698const int GL_PROXY_TEXTURE_CUBE_MAP = 0x851B; 
    623699const int GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C; 
     700const double GL_COMPRESSED_ALPHA = 0x84E9; 
     701const double GL_COMPRESSED_LUMINANCE = 0x84EA; 
     702const double GL_COMPRESSED_LUMINANCE_ALPHA = 0x84EB; 
     703const double GL_COMPRESSED_INTENSITY = 0x84EC; 
     704const double GL_COMPRESSED_RGB = 0x84ED; 
     705const double GL_COMPRESSED_RGBA = 0x84EE; 
     706const double GL_TEXTURE_COMPRESSION_HINT = 0x84EF; 
     707const int GL_TEXTURE_COMPRESSED_IMAGE_SIZE = 0x86A0; 
     708const int GL_TEXTURE_COMPRESSED = 0x86A1; 
     709const int GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2; 
     710const int GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3; 
     711const int GL_MULTISAMPLE = 0x809D; 
     712const double GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E; 
     713const int GL_SAMPLE_ALPHA_TO_ONE = 0x809F; 
     714const int GL_SAMPLE_COVERAGE = 0x80A0; 
     715const int GL_SAMPLE_BUFFERS = 0x80A8; 
     716const int GL_SAMPLES = 0x80A9; 
     717const int GL_SAMPLE_COVERAGE_VALUE = 0x80AA; 
     718const int GL_SAMPLE_COVERAGE_INVERT = 0x80AB; 
     719const int GL_MULTISAMPLE_BIT = 0x20000000; 
     720const double GL_TRANSPOSE_MODELVIEW_MATRIX = 0x84E3; 
     721const double GL_TRANSPOSE_PROJECTION_MATRIX = 0x84E4; 
     722const double GL_TRANSPOSE_TEXTURE_MATRIX = 0x84E5; 
     723const double GL_TRANSPOSE_COLOR_MATRIX = 0x84E6; 
    624724const int GL_COMBINE = 0x8570; 
    625725const int GL_COMBINE_RGB = 0x8571; 
    626726const int GL_COMBINE_ALPHA = 0x8572; 
    627 const int GL_RGB_SCALE = 0x8573; 
    628 const int GL_ADD_SIGNED = 0x8574; 
    629 const int GL_INTERPOLATE = 0x8575; 
    630 const int GL_CONSTANT = 0x8576; 
    631 const int GL_PRIMARY_COLOR = 0x8577; 
    632 const int GL_PREVIOUS = 0x8578; 
    633727const int GL_SOURCE0_RGB = 0x8580; 
    634728const int GL_SOURCE1_RGB = 0x8581; 
     
    643737const int GL_OPERAND1_ALPHA = 0x8599; 
    644738const int GL_OPERAND2_ALPHA = 0x859A; 
     739const int GL_RGB_SCALE = 0x8573; 
     740const int GL_ADD_SIGNED = 0x8574; 
     741const int GL_INTERPOLATE = 0x8575; 
    645742const double GL_SUBTRACT = 0x84E7; 
    646 const double GL_TRANSPOSE_MODELVIEW_MATRIX = 0x84E3; 
    647 const double GL_TRANSPOSE_PROJECTION_MATRIX = 0x84E4; 
    648 const double GL_TRANSPOSE_TEXTURE_MATRIX = 0x84E5; 
    649 const double GL_TRANSPOSE_COLOR_MATRIX = 0x84E6; 
    650 const double GL_COMPRESSED_ALPHA = 0x84E9; 
    651 const double GL_COMPRESSED_LUMINANCE = 0x84EA; 
    652 const double GL_COMPRESSED_LUMINANCE_ALPHA = 0x84EB; 
    653 const double GL_COMPRESSED_INTENSITY = 0x84EC; 
    654 const double GL_COMPRESSED_RGB = 0x84ED; 
    655 const double GL_COMPRESSED_RGBA = 0x84EE; 
    656 const double GL_TEXTURE_COMPRESSION_HINT = 0x84EF; 
    657 const int GL_TEXTURE_COMPRESSED_IMAGE_SIZE = 0x86A0; 
    658 const int GL_TEXTURE_COMPRESSED = 0x86A1; 
    659 const int GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2; 
    660 const int GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3; 
     743const int GL_CONSTANT = 0x8576; 
     744const int GL_PRIMARY_COLOR = 0x8577; 
     745const int GL_PREVIOUS = 0x8578; 
    661746const double GL_DOT3_RGB = 0x86AE; 
    662747const int GL_DOT3_RGBA = 0x86AF; 
    663748const int GL_CLAMP_TO_BORDER = 0x812D; 
    664 const int GL_MULTISAMPLE = 0x809D; 
    665 const double GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E; 
    666 const int GL_SAMPLE_ALPHA_TO_ONE = 0x809F; 
    667 const int GL_SAMPLE_COVERAGE = 0x80A0; 
    668 const int GL_SAMPLE_BUFFERS = 0x80A8; 
    669 const int GL_SAMPLES = 0x80A9; 
    670 const int GL_SAMPLE_COVERAGE_VALUE = 0x80AA; 
    671 const int GL_SAMPLE_COVERAGE_INVERT = 0x80AB; 
    672 const int GL_MULTISAMPLE_BIT = 0x20000000; 
    673 const int GL_VERTEX_ARRAY_EXT = 0x8074; 
    674 const int GL_NORMAL_ARRAY_EXT = 0x8075; 
    675 const int GL_COLOR_ARRAY_EXT = 0x8076; 
    676 const int GL_INDEX_ARRAY_EXT = 0x8077; 
    677 const int GL_TEXTURE_COORD_ARRAY_EXT = 0x8078; 
    678 const int GL_EDGE_FLAG_ARRAY_EXT = 0x8079; 
    679 const int GL_VERTEX_ARRAY_SIZE_EXT = 0x807A; 
    680 const int GL_VERTEX_ARRAY_TYPE_EXT = 0x807B; 
    681 const int GL_VERTEX_ARRAY_STRIDE_EXT = 0x807C; 
    682 const int GL_VERTEX_ARRAY_COUNT_EXT = 0x807D; 
    683 const double GL_NORMAL_ARRAY_TYPE_EXT = 0x807E; 
    684 const int GL_NORMAL_ARRAY_STRIDE_EXT = 0x807F; 
    685 const int GL_NORMAL_ARRAY_COUNT_EXT = 0x8080; 
    686 const int GL_COLOR_ARRAY_SIZE_EXT = 0x8081; 
    687 const int GL_COLOR_ARRAY_TYPE_EXT = 0x8082; 
    688 const int GL_COLOR_ARRAY_STRIDE_EXT = 0x8083; 
    689 const int GL_COLOR_ARRAY_COUNT_EXT = 0x8084; 
    690 const int GL_INDEX_ARRAY_TYPE_EXT = 0x8085; 
    691 const int GL_INDEX_ARRAY_STRIDE_EXT = 0x8086; 
    692 const int GL_INDEX_ARRAY_COUNT_EXT = 0x8087; 
    693 const int GL_TEXTURE_COORD_ARRAY_SIZE_EXT = 0x8088; 
    694 const int GL_TEXTURE_COORD_ARRAY_TYPE_EXT = 0x8089; 
    695 const int GL_TEXTURE_COORD_ARRAY_STRIDE_EXT = 0x808A; 
    696 const int GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B; 
    697 const int GL_EDGE_FLAG_ARRAY_STRIDE_EXT = 0x808C; 
    698 const int GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D; 
    699 const double GL_VERTEX_ARRAY_POINTER_EXT = 0x808E; 
    700 const int GL_NORMAL_ARRAY_POINTER_EXT = 0x808F; 
    701 const int GL_COLOR_ARRAY_POINTER_EXT = 0x8090; 
    702 const int GL_INDEX_ARRAY_POINTER_EXT = 0x8091; 
    703 const int GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092; 
    704 const int GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093; 
    705 const int GL_TEXTURE_MIN_LOD_SGIS = 0x813A; 
    706 const int GL_TEXTURE_MAX_LOD_SGIS = 0x813B; 
    707 const int GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C; 
    708 const int GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D; 
    709 const int GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB; 
    710 const int GL_RESCALE_NORMAL_EXT = 0x803A; 
    711 const int GL_TEXTURE_COMPARE_SGIX = 0x819A; 
    712 const int GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B; 
    713 const int GL_TEXTURE_LEQUAL_R_SGIX = 0x819C; 
    714 const int GL_TEXTURE_GEQUAL_R_SGIX = 0x819D; 
    715 const int GL_DEPTH_COMPONENT16_SGIX = 0x81A5; 
    716 const int GL_DEPTH_COMPONENT24_SGIX = 0x81A6; 
    717 const int GL_DEPTH_COMPONENT32_SGIX = 0x81A7; 
    718 const int GL_GENERATE_MIPMAP_SGIS = 0x8191; 
    719 const int GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192; 
     749const int GL_ARB_multitexture = 1; 
     750const int GL_TEXTURE0_ARB = 0x84C0; 
     751const int GL_TEXTURE1_ARB = 0x84C1; 
     752const int GL_TEXTURE2_ARB = 0x84C2; 
     753const int GL_TEXTURE3_ARB = 0x84C3; 
     754const int GL_TEXTURE4_ARB = 0x84C4; 
     755const int GL_TEXTURE5_ARB = 0x84C5; 
     756const int GL_TEXTURE6_ARB = 0x84C6; 
     757const int GL_TEXTURE7_ARB = 0x84C7; 
     758const int GL_TEXTURE8_ARB = 0x84C8; 
     759const int GL_TEXTURE9_ARB = 0x84C9; 
     760const int GL_TEXTURE10_ARB = 0x84CA; 
     761const int GL_TEXTURE11_ARB = 0x84CB; 
     762const int GL_TEXTURE12_ARB = 0x84CC; 
     763const int GL_TEXTURE13_ARB = 0x84CD; 
     764const double GL_TEXTURE14_ARB = 0x84CE; 
     765const int GL_TEXTURE15_ARB = 0x84CF; 
     766const int GL_TEXTURE16_ARB = 0x84D0; 
     767const int GL_TEXTURE17_ARB = 0x84D1; 
     768const int GL_TEXTURE18_ARB = 0x84D2; 
     769const int GL_TEXTURE19_ARB = 0x84D3; 
     770const int GL_TEXTURE20_ARB = 0x84D4; 
     771const int GL_TEXTURE21_ARB = 0x84D5; 
     772const int GL_TEXTURE22_ARB = 0x84D6; 
     773const int GL_TEXTURE23_ARB = 0x84D7; 
     774const int GL_TEXTURE24_ARB = 0x84D8; 
     775const int GL_TEXTURE25_ARB = 0x84D9; 
     776const int GL_TEXTURE26_ARB = 0x84DA; 
     777const int GL_TEXTURE27_ARB = 0x84DB; 
     778const int GL_TEXTURE28_ARB = 0x84DC; 
     779const int GL_TEXTURE29_ARB = 0x84DD; 
     780const double GL_TEXTURE30_ARB = 0x84DE; 
     781const int GL_TEXTURE31_ARB = 0x84DF; 
     782const double GL_ACTIVE_TEXTURE_ARB = 0x84E0; 
     783const double GL_CLIENT_ACTIVE_TEXTURE_ARB = 0x84E1; 
     784const double GL_MAX_TEXTURE_UNITS_ARB = 0x84E2; 
     785const int GL_GLEXT_VERSION = 29; 
     786const int GL_BLEND_DST_RGB = 0x80C8; 
     787const int GL_BLEND_SRC_RGB = 0x80C9; 
     788const int GL_BLEND_DST_ALPHA = 0x80CA; 
     789const int GL_BLEND_SRC_ALPHA = 0x80CB; 
    720790const int GL_POINT_SIZE_MIN = 0x8126; 
    721791const int GL_POINT_SIZE_MAX = 0x8127; 
    722792const int GL_POINT_FADE_THRESHOLD_SIZE = 0x8128; 
    723793const int GL_POINT_DISTANCE_ATTENUATION = 0x8129; 
     794const int GL_GENERATE_MIPMAP = 0x8191; 
     795const int GL_GENERATE_MIPMAP_HINT = 0x8192; 
     796const int GL_DEPTH_COMPONENT16 = 0x81A5; 
     797const int GL_DEPTH_COMPONENT24 = 0x81A6; 
     798const int GL_DEPTH_COMPONENT32 = 0x81A7; 
     799const int GL_MIRRORED_REPEAT = 0x8370; 
    724800const int GL_FOG_COORDINATE_SOURCE = 0x8450; 
    725801const int GL_FOG_COORDINATE = 0x8451; 
     
    737813const int GL_SECONDARY_COLOR_ARRAY_POINTER = 0x845D; 
    738814const double GL_SECONDARY_COLOR_ARRAY = 0x845E; 
    739 const int GL_INCR_WRAP = 0x8507; 
    740 const int GL_DECR_WRAP = 0x8508; 
    741815const int GL_MAX_TEXTURE_LOD_BIAS = 0x84FD; 
    742816const int GL_TEXTURE_FILTER_CONTROL = 0x8500; 
    743817const int GL_TEXTURE_LOD_BIAS = 0x8501; 
    744 const int GL_GENERATE_MIPMAP = 0x8191; 
    745 const int GL_GENERATE_MIPMAP_HINT = 0x8192; 
    746 const int GL_BLEND_DST_RGB = 0x80C8; 
    747 const int GL_BLEND_SRC_RGB = 0x80C9; 
    748 const int GL_BLEND_DST_ALPHA = 0x80CA; 
    749 const int GL_BLEND_SRC_ALPHA = 0x80CB; 
    750 const int GL_MIRRORED_REPEAT = 0x8370; 
    751 const int GL_DEPTH_COMPONENT16 = 0x81A5; 
    752 const int GL_DEPTH_COMPONENT24 = 0x81A6; 
    753 const int GL_DEPTH_COMPONENT32 = 0x81A7; 
     818const int GL_INCR_WRAP = 0x8507; 
     819const int GL_DECR_WRAP = 0x8508; 
    754820const int GL_TEXTURE_DEPTH_SIZE = 0x884A; 
    755821const int GL_DEPTH_TEXTURE_MODE = 0x884B; 
     
    757823const int GL_TEXTURE_COMPARE_FUNC = 0x884D; 
    758824const double GL_COMPARE_R_TO_TEXTURE = 0x884E; 
    759 const int GL_GLEXT_VERSION = 28; 
    760825const int GL_BUFFER_SIZE = 0x8764; 
    761826const int GL_BUFFER_USAGE = 0x8765; 
     
    794859const double GL_DYNAMIC_COPY = 0x88EA; 
    795860const int GL_SAMPLES_PASSED = 0x8914; 
     861alias GL_FOG_COORDINATE_SOURCE GL_FOG_COORD_SRC; 
     862alias GL_FOG_COORDINATE GL_FOG_COORD; 
     863alias GL_CURRENT_FOG_COORDINATE GL_CURRENT_FOG_COORD; 
     864alias GL_FOG_COORDINATE_ARRAY_TYPE GL_FOG_COORD_ARRAY_TYPE; 
     865alias GL_FOG_COORDINATE_ARRAY_STRIDE GL_FOG_COORD_ARRAY_STRIDE; 
     866alias GL_FOG_COORDINATE_ARRAY_POINTER GL_FOG_COORD_ARRAY_POINTER; 
     867alias GL_FOG_COORDINATE_ARRAY GL_FOG_COORD_ARRAY; 
     868alias GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING GL_FOG_COORD_ARRAY_BUFFER_BINDING; 
     869alias GL_SOURCE0_RGB GL_SRC0_RGB; 
     870alias GL_SOURCE1_RGB GL_SRC1_RGB; 
     871alias GL_SOURCE2_RGB GL_SRC2_RGB; 
     872alias GL_SOURCE0_ALPHA GL_SRC0_ALPHA; 
     873alias GL_SOURCE1_ALPHA GL_SRC1_ALPHA; 
     874alias GL_SOURCE2_ALPHA GL_SRC2_ALPHA; 
     875alias GL_BLEND_EQUATION GL_BLEND_EQUATION_RGB; 
    796876const int GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622; 
    797877const int GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623; 
     
    877957const int GL_STENCIL_BACK_VALUE_MASK = 0x8CA4; 
    878958const int GL_STENCIL_BACK_WRITEMASK = 0x8CA5; 
    879 const int GL_TEXTURE0_ARB = 0x84C0; 
    880 const int GL_TEXTURE1_ARB = 0x84C1; 
    881 const int GL_TEXTURE2_ARB = 0x84C2; 
    882 const int GL_TEXTURE3_ARB = 0x84C3; 
    883 const int GL_TEXTURE4_ARB = 0x84C4; 
    884 const int GL_TEXTURE5_ARB = 0x84C5; 
    885 const int GL_TEXTURE6_ARB = 0x84C6; 
    886 const int GL_TEXTURE7_ARB = 0x84C7; 
    887 const int GL_TEXTURE8_ARB = 0x84C8; 
    888 const int GL_TEXTURE9_ARB = 0x84C9; 
    889 const int GL_TEXTURE10_ARB = 0x84CA; 
    890 const int GL_TEXTURE11_ARB = 0x84CB; 
    891 const int GL_TEXTURE12_ARB = 0x84CC; 
    892 const int GL_TEXTURE13_ARB = 0x84CD; 
    893 const double GL_TEXTURE14_ARB = 0x84CE; 
    894 const int GL_TEXTURE15_ARB = 0x84CF; 
    895 const int GL_TEXTURE16_ARB = 0x84D0; 
    896 const int GL_TEXTURE17_ARB = 0x84D1; 
    897 const int GL_TEXTURE18_ARB = 0x84D2; 
    898 const int GL_TEXTURE19_ARB = 0x84D3; 
    899 const int GL_TEXTURE20_ARB = 0x84D4; 
    900 const int GL_TEXTURE21_ARB = 0x84D5; 
    901 const int GL_TEXTURE22_ARB = 0x84D6; 
    902 const int GL_TEXTURE23_ARB = 0x84D7; 
    903 const int GL_TEXTURE24_ARB = 0x84D8; 
    904 const int GL_TEXTURE25_ARB = 0x84D9; 
    905 const int GL_TEXTURE26_ARB = 0x84DA; 
    906 const int GL_TEXTURE27_ARB = 0x84DB; 
    907 const int GL_TEXTURE28_ARB = 0x84DC; 
    908 const int GL_TEXTURE29_ARB = 0x84DD; 
    909 const double GL_TEXTURE30_ARB = 0x84DE; 
    910 const int GL_TEXTURE31_ARB = 0x84DF; 
    911 const double GL_ACTIVE_TEXTURE_ARB = 0x84E0; 
    912 const double GL_CLIENT_ACTIVE_TEXTURE_ARB = 0x84E1; 
    913 const double GL_MAX_TEXTURE_UNITS_ARB = 0x84E2; 
    914959const double GL_TRANSPOSE_MODELVIEW_MATRIX_ARB = 0x84E3; 
    915960const double GL_TRANSPOSE_PROJECTION_MATRIX_ARB = 0x84E4; 
     
    12671312const double GL_PIXEL_PACK_BUFFER_BINDING_ARB = 0x88ED; 
    12681313const double GL_PIXEL_UNPACK_BUFFER_BINDING_ARB = 0x88EF; 
     1314const int GL_ABGR_EXT = 0x8000; 
    12691315const int GL_CONSTANT_COLOR_EXT = 0x8001; 
    12701316const int GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002; 
     
    14291475const int GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF; 
    14301476const int GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0; 
     1477const int GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032; 
     1478const int GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033; 
     1479const int GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034; 
     1480const int GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035; 
     1481const int GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036; 
     1482const int GL_TEXTURE_MIN_LOD_SGIS = 0x813A; 
     1483const int GL_TEXTURE_MAX_LOD_SGIS = 0x813B; 
     1484const int GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C; 
     1485const int GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D; 
     1486const int GL_MULTISAMPLE_SGIS = 0x809D; 
     1487const double GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E; 
     1488const int GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F; 
     1489const int GL_SAMPLE_MASK_SGIS = 0x80A0; 
     1490const int GL_1PASS_SGIS = 0x80A1; 
     1491const int GL_2PASS_0_SGIS = 0x80A2; 
     1492const int GL_2PASS_1_SGIS = 0x80A3; 
     1493const int GL_4PASS_0_SGIS = 0x80A4; 
     1494const int GL_4PASS_1_SGIS = 0x80A5; 
     1495const int GL_4PASS_2_SGIS = 0x80A6; 
     1496const int GL_4PASS_3_SGIS = 0x80A7; 
     1497const int GL_SAMPLE_BUFFERS_SGIS = 0x80A8; 
     1498const int GL_SAMPLES_SGIS = 0x80A9; 
     1499const int GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA; 
     1500const int GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB; 
     1501const int GL_SAMPLE_PATTERN_SGIS = 0x80AC; 
     1502const int GL_RESCALE_NORMAL_EXT = 0x803A; 
     1503const int GL_VERTEX_ARRAY_EXT = 0x8074; 
     1504const int GL_NORMAL_ARRAY_EXT = 0x8075; 
     1505const int GL_COLOR_ARRAY_EXT = 0x8076; 
     1506const int GL_INDEX_ARRAY_EXT = 0x8077; 
     1507const int GL_TEXTURE_COORD_ARRAY_EXT = 0x8078; 
     1508const int GL_EDGE_FLAG_ARRAY_EXT = 0x8079; 
     1509const int GL_VERTEX_ARRAY_SIZE_EXT = 0x807A; 
     1510const int GL_VERTEX_ARRAY_TYPE_EXT = 0x807B; 
     1511const int GL_VERTEX_ARRAY_STRIDE_EXT = 0x807C; 
     1512const int GL_VERTEX_ARRAY_COUNT_EXT = 0x807D; 
     1513const double GL_NORMAL_ARRAY_TYPE_EXT = 0x807E; 
     1514const int GL_NORMAL_ARRAY_STRIDE_EXT = 0x807F; 
     1515const int GL_NORMAL_ARRAY_COUNT_EXT = 0x8080; 
     1516const int GL_COLOR_ARRAY_SIZE_EXT = 0x8081; 
     1517const int GL_COLOR_ARRAY_TYPE_EXT = 0x8082; 
     1518const int GL_COLOR_ARRAY_STRIDE_EXT = 0x8083; 
     1519const int GL_COLOR_ARRAY_COUNT_EXT = 0x8084; 
     1520const int GL_INDEX_ARRAY_TYPE_EXT = 0x8085; 
     1521const int GL_INDEX_ARRAY_STRIDE_EXT = 0x8086; 
     1522const int GL_INDEX_ARRAY_COUNT_EXT = 0x8087; 
     1523const int GL_TEXTURE_COORD_ARRAY_SIZE_EXT = 0x8088; 
     1524const int GL_TEXTURE_COORD_ARRAY_TYPE_EXT = 0x8089; 
     1525const int GL_TEXTURE_COORD_ARRAY_STRIDE_EXT = 0x808A; 
     1526const int GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B; 
     1527const int GL_EDGE_FLAG_ARRAY_STRIDE_EXT = 0x808C; 
     1528const int GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D; 
     1529const double GL_VERTEX_ARRAY_POINTER_EXT = 0x808E; 
     1530const int GL_NORMAL_ARRAY_POINTER_EXT = 0x808F; 
     1531const int GL_COLOR_ARRAY_POINTER_EXT = 0x8090; 
     1532const int GL_INDEX_ARRAY_POINTER_EXT = 0x8091; 
     1533const int GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092; 
     1534const int GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093; 
     1535const int GL_GENERATE_MIPMAP_SGIS = 0x8191; 
     1536const int GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192; 
    14311537const int GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170; 
    14321538const int GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171; 
     
    14411547const double GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E; 
    14421548const int GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F; 
     1549const int GL_TEXTURE_COMPARE_SGIX = 0x819A; 
     1550const int GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B; 
     1551const int GL_TEXTURE_LEQUAL_R_SGIX = 0x819C; 
     1552const int GL_TEXTURE_GEQUAL_R_SGIX = 0x819D; 
    14431553const int GL_CLAMP_TO_EDGE_SGIS = 0x812F; 
    14441554const int GL_CLAMP_TO_BORDER_SGIS = 0x812D; 
     
    14471557const int GL_MAX_EXT = 0x8008; 
    14481558const int GL_BLEND_EQUATION_EXT = 0x8009; 
     1559const int GL_FUNC_SUBTRACT_EXT = 0x800A; 
     1560const int GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B; 
    14491561const int GL_INTERLACE_SGIX = 0x8094; 
    14501562const double GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E; 
     
    15111623const int GL_REFERENCE_PLANE_SGIX = 0x817D; 
    15121624const double GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E; 
     1625const int GL_DEPTH_COMPONENT16_SGIX = 0x81A5; 
     1626const int GL_DEPTH_COMPONENT24_SGIX = 0x81A6; 
     1627const int GL_DEPTH_COMPONENT32_SGIX = 0x81A7; 
    15131628const int GL_FOG_FUNC_SGIS = 0x812A; 
    15141629const int GL_FOG_FUNC_POINTS_SGIS = 0x812B; 
     
    16881803const int GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8337; 
    16891804const int GL_PIXEL_TRANSFORM_2D_MATRIX_EXT = 0x8338; 
     1805const int GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB; 
    16901806const int GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8; 
    16911807const int GL_SINGLE_COLOR_EXT = 0x81F9; 
     
    18091925const double GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE; 
    18101926const int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; 
     1927alias GL_MODELVIEW_STACK_DEPTH GL_MODELVIEW0_STACK_DEPTH_EXT; 
    18111928const int GL_MODELVIEW1_STACK_DEPTH_EXT = 0x8502; 
     1929alias GL_MODELVIEW_MATRIX GL_MODELVIEW0_MATRIX_EXT; 
    18121930const int GL_MODELVIEW1_MATRIX_EXT = 0x8506; 
    18131931const int GL_VERTEX_WEIGHTING_EXT = 0x8509; 
     1932alias GL_MODELVIEW GL_MODELVIEW0_EXT; 
    18141933const int GL_MODELVIEW1_EXT = 0x850A; 
    18151934const int GL_CURRENT_VERTEX_WEIGHT_EXT = 0x850B; 
     
    20122131const double GL_OFFSET_TEXTURE_SCALE_NV = 0x86E2; 
    20132132const double GL_OFFSET_TEXTURE_BIAS_NV = 0x86E3; 
     2133alias GL_OFFSET_TEXTURE_MATRIX_NV GL_OFFSET_TEXTURE_2D_MATRIX_NV; 
     2134alias GL_OFFSET_TEXTURE_SCALE_NV GL_OFFSET_TEXTURE_2D_SCALE_NV; 
     2135alias GL_OFFSET_TEXTURE_BIAS_NV GL_OFFSET_TEXTURE_2D_BIAS_NV; 
    20142136const double GL_PREVIOUS_TEXTURE_INPUT_NV = 0x86E4; 
    20152137const double GL_CONST_EYE_NV = 0x86E5; 
     
    25492671const int GL_MIRROR_CLAMP_TO_EDGE_EXT = 0x8743; 
    25502672const int GL_MIRROR_CLAMP_TO_BORDER_EXT = 0x8912; 
     2673alias GL_BLEND_EQUATION GL_BLEND_EQUATION_RGB_EXT; 
    25512674const int GL_BLEND_EQUATION_ALPHA_EXT = 0x883D; 
    25522675const int GL_PACK_INVERT_MESA = 0x8758; 
     
    26052728const int GL_RENDERBUFFER_HEIGHT_EXT = 0x8D43; 
    26062729const int GL_RENDERBUFFER_INTERNAL_FORMAT_EXT = 0x8D44; 
    2607 const int GL_STENCIL_INDEX_EXT = 0x8D45; 
    26082730const int GL_STENCIL_INDEX1_EXT = 0x8D46; 
    26092731const int GL_STENCIL_INDEX4_EXT = 0x8D47; 
     
    26162738const int GL_RENDERBUFFER_DEPTH_SIZE_EXT = 0x8D54; 
    26172739const int GL_RENDERBUFFER_STENCIL_SIZE_EXT = 0x8D55; 
    2618 const double GL_CG_VERTEX_SHADER_EXT = 0x890E; 
    2619 const double GL_CG_FRAGMENT_SHADER_EXT = 0x890E; 
    2620 const int GL_ELEMENT_ARRAY_TYPE_NV = 0x8769; 
    2621 const int GL_ELEMENT_ARRAY_POINTER_NV = 0x876A; 
    2622 const double GL_PIXEL_PACK_BUFFER_NV = 0x88EB; 
    2623 const double GL_PIXEL_UNPACK_BUFFER_NV = 0x88EC; 
    2624 const double GL_PIXEL_PACK_BUFFER_BINDING_NV = 0x88ED; 
    2625 const double GL_PIXEL_UNPACK_BUFFER_BINDING_NV = 0x88EF; 
    2626 const int GL_STENCIL_TEST_TWO_SIDE_NV = 0x8910; 
    2627 const int GL_ACTIVE_STENCIL_FACE_NV = 0x8911; 
    2628 const int GL_VERSION_1_2 = 1; 
    2629 const int GL_VERSION_1_3 = 1; 
    26302740const int GL_VERSION_1_4 = 1; 
    26312741const int GL_VERSION_1_5 = 1; 
    26322742const int GL_VERSION_2_0 = 1; 
    2633 const int GL_ARB_multitexture = 1; 
    26342743const int GL_ARB_transpose_matrix = 1; 
    26352744const int GL_ARB_multisample = 1; 
     
    27902899const int GL_MESA_resize_buffers = 1; 
    27912900const int GL_MESA_window_pos = 1; 
    2792 const int GL_EXT_texture_compression_s3tc = 1; 
    27932901const int GL_IBM_cull_vertex = 1; 
    27942902const int GL_IBM_multimode_draw_arrays = 1; 
     
    28782986const int GL_EXT_framebuffer_object = 1; 
    28792987const int GL_GREMEDY_string_marker = 1; 
    2880 const int GL_EXT_Cg_shader = 1; 
    2881 const int GL_NV_element_array = 1; 
    2882 const int GL_NV_pixel_buffer_object = 1; 
    2883 const int GL_NV_stencil_two_side = 1; 
    2884 alias void function(uint) _BCD_func__1851; 
    2885 alias _BCD_func__1851 PFNGLACTIVESTENCILFACENVPROC; 
     2988const int GL_MESA_trace = 1; 
     2989const int GL_TRACE_ALL_BITS_MESA = 0xFFFF; 
     2990const int GL_TRACE_OPERATIONS_BIT_MESA = 0x0001; 
     2991const int GL_TRACE_PRIMITIVES_BIT_MESA = 0x0002; 
     2992const int GL_TRACE_ARRAYS_BIT_MESA = 0x0004; 
     2993const int GL_TRACE_TEXTURES_BIT_MESA = 0x0008; 
     2994const int GL_TRACE_PIXELS_BIT_MESA = 0x0010; 
     2995const int GL_TRACE_ERRORS_BIT_MESA = 0x0020; 
     2996const int GL_TRACE_MASK_MESA = 0x8755; 
     2997const int GL_TRACE_NAME_MESA = 0x8756; 
     2998const int GL_MESA_packed_depth_stencil = 1; 
     2999const int GL_DEPTH_STENCIL_MESA = 0x8750; 
     3000const int GL_UNSIGNED_INT_24_8_MESA = 0x8751; 
     3001const int GL_UNSIGNED_INT_8_24_REV_MESA = 0x8752; 
     3002const int GL_UNSIGNED_SHORT_15_1_MESA = 0x8753; 
     3003const int GL_UNSIGNED_SHORT_1_15_REV_MESA = 0x8754; 
     3004const int GL_MESA_program_debug = 1; 
     3005const int GL_FRAGMENT_PROGRAM_POSITION_MESA = 0x8bb0; 
     3006const int GL_FRAGMENT_PROGRAM_CALLBACK_MESA = 0x8bb1; 
     3007const int GL_FRAGMENT_PROGRAM_CALLBACK_FUNC_MESA = 0x8bb2; 
     3008const int GL_FRAGMENT_PROGRAM_CALLBACK_DATA_MESA = 0x8bb3; 
     3009const int GL_VERTEX_PROGRAM_POSITION_MESA = 0x8bb4; 
     3010const int GL_VERTEX_PROGRAM_CALLBACK_MESA = 0x8bb5; 
     3011const int GL_VERTEX_PROGRAM_CALLBACK_FUNC_MESA = 0x8bb6; 
     3012const int GL_VERTEX_PROGRAM_CALLBACK_DATA_MESA = 0x8bb7; 
     3013const int GL_ATI_blend_equation_separate = 1; 
     3014const int GL_ALPHA_BLEND_EQUATION_ATI = 0x883D; 
     3015alias void function(uint, uint) _BCD_func__1980; 
     3016alias _BCD_func__1980 PFNGLBLENDEQUATIONSEPARATEATIPROC; 
     3017alias void GLvoid; 
     3018alias void function(uint, void *) _BCD_func__1984; 
     3019alias _BCD_func__1984 GLprogramcallbackMESA; 
     3020alias void function(int, void *) _BCD_func__1986; 
     3021alias _BCD_func__1986 PFNGLSTRINGMARKERGREMEDYPROC; 
     3022alias void function(uint) _BCD_func__1987; 
     3023alias _BCD_func__1987 PFNGLGENERATEMIPMAPEXTPROC; 
    28863024alias int GLint; 
    2887 alias int GLsizei; 
    2888 alias void function(uint, uint, uint, int *, int *, int) _BCD_func__1852; 
    2889 alias _BCD_func__1852 PFNGLMULTIDRAWRANGEELEMENTARRAYNVPROC; 
    2890 alias void function(uint, int *, int *, int) _BCD_func__1853; 
    2891 alias _BCD_func__1853 PFNGLMULTIDRAWELEMENTARRAYNVPROC; 
    2892 alias void function(uint, uint, uint, int, int) _BCD_func__1854; 
    2893 alias _BCD_func__1854 PFNGLDRAWRANGEELEMENTARRAYNVPROC; 
    2894 alias void function(uint, int, int) _BCD_func__1855; 
    2895 alias _BCD_func__1855 PFNGLDRAWELEMENTARRAYNVPROC; 
    2896 alias void GLvoid; 
    2897 alias void function(uint, void *) _BCD_func__1856; 
    2898 alias _BCD_func__1856 PFNGLELEMENTPOINTERNVPROC; 
    2899 alias void function(int, void *) _BCD_func__1857; 
    2900 alias _BCD_func__1857 PFNGLSTRINGMARKERGREMEDYPROC; 
    2901 alias _BCD_func__1851 PFNGLGENERATEMIPMAPEXTPROC; 
    2902 alias void function(uint, uint, uint, int *) _BCD_func__1858; 
    2903 alias _BCD_func__1858 PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVEXTPROC; 
    2904 alias void function(uint, uint, uint, uint) _BCD_func__1859; 
    2905 alias _BCD_func__1859 PFNGLFRAMEBUFFERRENDERBUFFEREXTPROC; 
    2906 alias void function(uint, uint, uint, uint, int, int) _BCD_func__1860; 
    2907 alias _BCD_func__1860 PFNGLFRAMEBUFFERTEXTURE3DEXTPROC; 
    2908 alias void function(uint, uint, uint, uint, int) _BCD_func__1861; 
    2909 alias _BCD_func__1861 PFNGLFRAMEBUFFERTEXTURE2DEXTPROC; 
    2910 alias _BCD_func__1861 PFNGLFRAMEBUFFERTEXTURE1DEXTPROC; 
     3025alias void function(uint, uint, uint, int *) _BCD_func__1988; 
     3026alias _BCD_func__1988 PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVEXTPROC; 
     3027alias void function(uint, uint, uint, uint) _BCD_func__1989; 
     3028alias _BCD_func__1989 PFNGLFRAMEBUFFERRENDERBUFFEREXTPROC; 
     3029alias void function(uint, uint, uint, uint, int, int) _BCD_func__1990; 
     3030alias _BCD_func__1990 PFNGLFRAMEBUFFERTEXTURE3DEXTPROC; 
     3031alias void function(uint, uint, uint, uint, int) _BCD_func__1991; 
     3032alias _BCD_func__1991 PFNGLFRAMEBUFFERTEXTURE2DEXTPROC; 
     3033alias _BCD_func__1991 PFNGLFRAMEBUFFERTEXTURE1DEXTPROC; 
    29113034alias uint GLenum; 
    2912 alias uint function(uint) _BCD_func__1862; 
    2913 alias _BCD_func__1862 PFNGLCHECKFRAMEBUFFERSTATUSEXTPROC; 
     3035alias uint function(uint) _BCD_func__1992; 
     3036alias _BCD_func__1992 PFNGLCHECKFRAMEBUFFERSTATUSEXTPROC; 
    29143037alias uint GLuint; 
    2915 alias void function(int, uint *) _BCD_func__1863; 
    2916 alias _BCD_func__1863 PFNGLGENFRAMEBUFFERSEXTPROC; 
    2917 alias void function(int, uint *) _BCD_func__1864; 
    2918 alias _BCD_func__1864 PFNGLDELETEFRAMEBUFFERSEXTPROC; 
    2919 alias void function(uint, uint) _BCD_func__1865; 
    2920 alias _BCD_func__1865 PFNGLBINDFRAMEBUFFEREXTPROC; 
     3038alias void function(int, uint *) _BCD_func__1993; 
     3039alias _BCD_func__1993 PFNGLGENFRAMEBUFFERSEXTPROC; 
     3040alias void function(int, uint *) _BCD_func__1994; 
     3041alias _BCD_func__1994 PFNGLDELETEFRAMEBUFFERSEXTPROC; 
     3042alias _BCD_func__1980 PFNGLBINDFRAMEBUFFEREXTPROC; 
    29213043alias char GLboolean; 
    2922 alias char function(uint) _BCD_func__1866
    2923 alias _BCD_func__1866 PFNGLISFRAMEBUFFEREXTPROC; 
    2924 alias void function(uint, uint, int *) _BCD_func__1867
    2925 alias _BCD_func__1867 PFNGLGETRENDERBUFFERPARAMETERIVEXTPROC; 
    2926 alias void function(uint, uint, int, int) _BCD_func__1868
    2927 alias _BCD_func__1868 PFNGLRENDERBUFFERSTORAGEEXTPROC; 
    2928 alias _BCD_func__1863 PFNGLGENRENDERBUFFERSEXTPROC; 
    2929 alias _BCD_func__1864 PFNGLDELETERENDERBUFFERSEXTPROC; 
    2930 alias _BCD_func__1865 PFNGLBINDRENDERBUFFEREXTPROC; 
    2931 alias _BCD_func__1866 PFNGLISRENDERBUFFEREXTPROC; 
    2932 alias _BCD_func__1865 PFNGLBLENDEQUATIONSEPARATEEXTPROC; 
    2933 alias void function(double, double) _BCD_func__1869
    2934 alias _BCD_func__1869 PFNGLDEPTHBOUNDSEXTPROC; 
    2935 alias _BCD_func__1867 PFNGLGETVERTEXATTRIBARRAYOBJECTIVATIPROC; 
     3044alias char function(uint) _BCD_func__1995
     3045alias _BCD_func__1995 PFNGLISFRAMEBUFFEREXTPROC; 
     3046alias void function(uint, uint, int *) _BCD_func__1996
     3047alias _BCD_func__1996 PFNGLGETRENDERBUFFERPARAMETERIVEXTPROC; 
     3048alias void function(uint, uint, int, int) _BCD_func__1997
     3049alias _BCD_func__1997 PFNGLRENDERBUFFERSTORAGEEXTPROC; 
     3050alias _BCD_func__1993 PFNGLGENRENDERBUFFERSEXTPROC; 
     3051alias _BCD_func__1994 PFNGLDELETERENDERBUFFERSEXTPROC; 
     3052alias _BCD_func__1980 PFNGLBINDRENDERBUFFEREXTPROC; 
     3053alias _BCD_func__1995 PFNGLISRENDERBUFFEREXTPROC; 
     3054alias _BCD_func__1980 PFNGLBLENDEQUATIONSEPARATEEXTPROC; 
     3055alias void function(double, double) _BCD_func__1998
     3056alias _BCD_func__1998 PFNGLDEPTHBOUNDSEXTPROC; 
     3057alias _BCD_func__1996 PFNGLGETVERTEXATTRIBARRAYOBJECTIVATIPROC; 
    29363058alias float GLfloat; 
    2937 alias void function(uint, uint, float *) _BCD_func__1870
    2938 alias _BCD_func__1870 PFNGLGETVERTEXATTRIBARRAYOBJECTFVATIPROC; 
    2939 alias void function(uint, int, uint, char, int, uint, uint) _BCD_func__1871
    2940 alias _BCD_func__1871 PFNGLVERTEXATTRIBARRAYOBJECTATIPROC; 
    2941 alias void function(uint, uint, int, uint) _BCD_func__1872
    2942 alias _BCD_func__1872 PFNGLSTENCILFUNCSEPARATEATIPROC; 
    2943 alias _BCD_func__1859 PFNGLSTENCILOPSEPARATEATIPROC; 
    2944 alias _BCD_func__1851 PFNGLUNMAPOBJECTBUFFERATIPROC; 
    2945 alias void * function(uint) _BCD_func__1873
    2946 alias _BCD_func__1873 PFNGLMAPOBJECTBUFFERATIPROC; 
    2947 alias _BCD_func__1851 PFNGLPRIMITIVERESTARTINDEXNVPROC; 
    2948 alias void function() _BCD_func__1874
    2949 alias _BCD_func__1874 PFNGLPRIMITIVERESTARTNVPROC; 
    2950 alias _BCD_func__1851 PFNGLFLUSHPIXELDATARANGENVPROC; 
    2951 alias void function(uint, int, void *) _BCD_func__1875
    2952 alias _BCD_func__1875 PFNGLPIXELDATARANGENVPROC; 
     3059alias void function(uint, uint, float *) _BCD_func__1999
     3060alias _BCD_func__1999 PFNGLGETVERTEXATTRIBARRAYOBJECTFVATIPROC; 
     3061alias void function(uint, int, uint, char, int, uint, uint) _BCD_func__2000
     3062alias _BCD_func__2000 PFNGLVERTEXATTRIBARRAYOBJECTATIPROC; 
     3063alias void function(uint, uint, int, uint) _BCD_func__2001
     3064alias _BCD_func__2001 PFNGLSTENCILFUNCSEPARATEATIPROC; 
     3065alias _BCD_func__1989 PFNGLSTENCILOPSEPARATEATIPROC; 
     3066alias _BCD_func__1987 PFNGLUNMAPOBJECTBUFFERATIPROC; 
     3067alias void * function(uint) _BCD_func__2002
     3068alias _BCD_func__2002 PFNGLMAPOBJECTBUFFERATIPROC; 
     3069alias _BCD_func__1987 PFNGLPRIMITIVERESTARTINDEXNVPROC; 
     3070alias void function() _BCD_func__2003
     3071alias _BCD_func__2003 PFNGLPRIMITIVERESTARTNVPROC; 
     3072alias _BCD_func__1987 PFNGLFLUSHPIXELDATARANGENVPROC; 
     3073alias void function(uint, int, void *) _BCD_func__2004
     3074alias _BCD_func__2004 PFNGLPIXELDATARANGENVPROC; 
    29533075alias ushort GLhalfNV; 
    2954 alias void function(uint, int, ushort *) _BCD_func__1876
    2955 alias _BCD_func__1876 PFNGLVERTEXATTRIBS4HVNVPROC; 
    2956 alias _BCD_func__1876 PFNGLVERTEXATTRIBS3HVNVPROC; 
    2957 alias _BCD_func__1876 PFNGLVERTEXATTRIBS2HVNVPROC; 
    2958 alias _BCD_func__1876 PFNGLVERTEXATTRIBS1HVNVPROC; 
    2959 alias void function(uint, ushort *) _BCD_func__1877
    2960 alias _BCD_func__1877 PFNGLVERTEXATTRIB4HVNVPROC; 
    2961 alias void function(uint, ushort, ushort, ushort, ushort) _BCD_func__1878
    2962 alias _BCD_func__1878 PFNGLVERTEXATTRIB4HNVPROC; 
    2963 alias _BCD_func__1877 PFNGLVERTEXATTRIB3HVNVPROC; 
    2964 alias void function(uint, ushort, ushort, ushort) _BCD_func__1879
    2965 alias _BCD_func__1879 PFNGLVERTEXATTRIB3HNVPROC; 
    2966 alias _BCD_func__1877 PFNGLVERTEXATTRIB2HVNVPROC; 
    2967 alias void function(uint, ushort, ushort) _BCD_func__1880
    2968 alias _BCD_func__1880 PFNGLVERTEXATTRIB2HNVPROC; 
    2969 alias _BCD_func__1877 PFNGLVERTEXATTRIB1HVNVPROC; 
    2970 alias void function(uint, ushort) _BCD_func__1881
    2971 alias _BCD_func__1881 PFNGLVERTEXATTRIB1HNVPROC; 
    2972 alias void function(ushort *) _BCD_func__1882
    2973 alias _BCD_func__1882 PFNGLVERTEXWEIGHTHVNVPROC; 
    2974 alias void function(ushort) _BCD_func__1883
    2975 alias _BCD_func__1883 PFNGLVERTEXWEIGHTHNVPROC; 
    2976 alias _BCD_func__1882 PFNGLSECONDARYCOLOR3HVNVPROC; 
    2977 alias void function(ushort, ushort, ushort) _BCD_func__1884
    2978 alias _BCD_func__1884 PFNGLSECONDARYCOLOR3HNVPROC; 
    2979 alias _BCD_func__1882 PFNGLFOGCOORDHVNVPROC; 
    2980 alias _BCD_func__1883 PFNGLFOGCOORDHNVPROC; 
    2981 alias _BCD_func__1877 PFNGLMULTITEXCOORD4HVNVPROC; 
    2982 alias _BCD_func__1878 PFNGLMULTITEXCOORD4HNVPROC; 
    2983 alias _BCD_func__1877 PFNGLMULTITEXCOORD3HVNVPROC; 
    2984 alias _BCD_func__1879 PFNGLMULTITEXCOORD3HNVPROC; 
    2985 alias _BCD_func__1877 PFNGLMULTITEXCOORD2HVNVPROC; 
    2986 alias _BCD_func__1880 PFNGLMULTITEXCOORD2HNVPROC; 
    2987 alias _BCD_func__1877 PFNGLMULTITEXCOORD1HVNVPROC; 
    2988 alias _BCD_func__1881 PFNGLMULTITEXCOORD1HNVPROC; 
    2989 alias _BCD_func__1882 PFNGLTEXCOORD4HVNVPROC; 
    2990 alias void function(ushort, ushort, ushort, ushort) _BCD_func__1885
    2991 alias _BCD_func__1885 PFNGLTEXCOORD4HNVPROC; 
    2992 alias _BCD_func__1882 PFNGLTEXCOORD3HVNVPROC; 
    2993 alias _BCD_func__1884 PFNGLTEXCOORD3HNVPROC; 
    2994 alias _BCD_func__1882 PFNGLTEXCOORD2HVNVPROC; 
    2995 alias void function(ushort, ushort) _BCD_func__1886
    2996 alias _BCD_func__1886 PFNGLTEXCOORD2HNVPROC; 
    2997 alias _BCD_func__1882 PFNGLTEXCOORD1HVNVPROC; 
    2998 alias _BCD_func__1883 PFNGLTEXCOORD1HNVPROC; 
    2999 alias _BCD_func__1882 PFNGLCOLOR4HVNVPROC; 
    3000 alias _BCD_func__1885 PFNGLCOLOR4HNVPROC; 
    3001 alias _BCD_func__1882 PFNGLCOLOR3HVNVPROC; 
    3002 alias _BCD_func__1884 PFNGLCOLOR3HNVPROC; 
    3003 alias _BCD_func__1882 PFNGLNORMAL3HVNVPROC; 
    3004 alias _BCD_func__1884 PFNGLNORMAL3HNVPROC; 
    3005 alias _BCD_func__1882 PFNGLVERTEX4HVNVPROC; 
    3006 alias _BCD_func__1885 PFNGLVERTEX4HNVPROC; 
    3007 alias _BCD_func__1882 PFNGLVERTEX3HVNVPROC; 
    3008 alias _BCD_func__1884 PFNGLVERTEX3HNVPROC; 
    3009 alias _BCD_func__1882 PFNGLVERTEX2HVNVPROC; 
    3010 alias _BCD_func__1886 PFNGLVERTEX2HNVPROC; 
     3076alias void function(uint, int, ushort *) _BCD_func__2005
     3077alias _BCD_func__2005 PFNGLVERTEXATTRIBS4HVNVPROC; 
     3078alias _BCD_func__2005 PFNGLVERTEXATTRIBS3HVNVPROC; 
     3079alias _BCD_func__2005 PFNGLVERTEXATTRIBS2HVNVPROC; 
     3080alias _BCD_func__2005 PFNGLVERTEXATTRIBS1HVNVPROC; 
     3081alias void function(uint, ushort *) _BCD_func__2006
     3082alias _BCD_func__2006 PFNGLVERTEXATTRIB4HVNVPROC; 
     3083alias void function(uint, ushort, ushort, ushort, ushort) _BCD_func__2007
     3084alias _BCD_func__2007 PFNGLVERTEXATTRIB4HNVPROC; 
     3085alias _BCD_func__2006 PFNGLVERTEXATTRIB3HVNVPROC; 
     3086alias void function(uint, ushort, ushort, ushort) _BCD_func__2008
     3087alias _BCD_func__2008 PFNGLVERTEXATTRIB3HNVPROC; 
     3088alias _BCD_func__2006 PFNGLVERTEXATTRIB2HVNVPROC; 
     3089alias void function(uint, ushort, ushort) _BCD_func__2009
     3090alias _BCD_func__2009 PFNGLVERTEXATTRIB2HNVPROC; 
     3091alias _BCD_func__2006 PFNGLVERTEXATTRIB1HVNVPROC; 
     3092alias void function(uint, ushort) _BCD_func__2010
     3093alias _BCD_func__2010 PFNGLVERTEXATTRIB1HNVPROC; 
     3094alias void function(ushort *) _BCD_func__2011
     3095alias _BCD_func__2011 PFNGLVERTEXWEIGHTHVNVPROC; 
     3096alias void function(ushort) _BCD_func__2012
     3097alias _BCD_func__2012 PFNGLVERTEXWEIGHTHNVPROC; 
     3098alias _BCD_func__2011 PFNGLSECONDARYCOLOR3HVNVPROC; 
     3099alias void function(ushort, ushort, ushort) _BCD_func__2013
     3100alias _BCD_func__2013 PFNGLSECONDARYCOLOR3HNVPROC; 
     3101alias _BCD_func__2011 PFNGLFOGCOORDHVNVPROC; 
     3102alias _BCD_func__2012 PFNGLFOGCOORDHNVPROC; 
     3103alias _BCD_func__2006 PFNGLMULTITEXCOORD4HVNVPROC; 
     3104alias _BCD_func__2007 PFNGLMULTITEXCOORD4HNVPROC; 
     3105alias _BCD_func__2006 PFNGLMULTITEXCOORD3HVNVPROC; 
     3106alias _BCD_func__2008 PFNGLMULTITEXCOORD3HNVPROC; 
     3107alias _BCD_func__2006 PFNGLMULTITEXCOORD2HVNVPROC; 
     3108alias _BCD_func__2009 PFNGLMULTITEXCOORD2HNVPROC; 
     3109alias _BCD_func__2006 PFNGLMULTITEXCOORD1HVNVPROC; 
     3110alias _BCD_func__2010 PFNGLMULTITEXCOORD1HNVPROC; 
     3111alias _BCD_func__2011 PFNGLTEXCOORD4HVNVPROC; 
     3112alias void function(ushort, ushort, ushort, ushort) _BCD_func__2014
     3113alias _BCD_func__2014 PFNGLTEXCOORD4HNVPROC; 
     3114alias _BCD_func__2011 PFNGLTEXCOORD3HVNVPROC; 
     3115alias _BCD_func__2013 PFNGLTEXCOORD3HNVPROC; 
     3116alias _BCD_func__2011 PFNGLTEXCOORD2HVNVPROC; 
     3117alias void function(ushort, ushort) _BCD_func__2015
     3118alias _BCD_func__2015 PFNGLTEXCOORD2HNVPROC; 
     3119alias _BCD_func__2011 PFNGLTEXCOORD1HVNVPROC; 
     3120alias _BCD_func__2012 PFNGLTEXCOORD1HNVPROC; 
     3121alias _BCD_func__2011 PFNGLCOLOR4HVNVPROC; 
     3122alias _BCD_func__2014 PFNGLCOLOR4HNVPROC; 
     3123alias _BCD_func__2011 PFNGLCOLOR3HVNVPROC; 
     3124alias _BCD_func__2013 PFNGLCOLOR3HNVPROC; 
     3125alias _BCD_func__2011 PFNGLNORMAL3HVNVPROC; 
     3126alias _BCD_func__2013 PFNGLNORMAL3HNVPROC; 
     3127alias _BCD_func__2011 PFNGLVERTEX4HVNVPROC; 
     3128alias _BCD_func__2014 PFNGLVERTEX4HNVPROC; 
     3129alias _BCD_func__2011 PFNGLVERTEX3HVNVPROC; 
     3130alias _BCD_func__2013 PFNGLVERTEX3HNVPROC; 
     3131alias _BCD_func__2011 PFNGLVERTEX2HVNVPROC; 
     3132alias _BCD_func__2015 PFNGLVERTEX2HNVPROC; 
    30113133alias char GLubyte; 
    30123134alias double GLdouble; 
    3013 alias void function(uint, int, char *, double *) _BCD_func__1887; 
    3014 alias _BCD_func__1887 PFNGLGETPROGRAMNAMEDPARAMETERDVNVPROC; 
    3015 alias void function(uint, int, char *, float *) _BCD_func__1888; 
    3016 alias _BCD_func__1888 PFNGLGETPROGRAMNAMEDPARAMETERFVNVPROC; 
    3017 alias void function(uint, int, char *, double *) _BCD_func__1889; 
    3018 alias _BCD_func__1889 PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC; 
    3019 alias void function(uint, int, char *, float *) _BCD_func__1890; 
    3020 alias _BCD_func__1890 PFNGLPROGRAMNAMEDPARAMETER4FVNVPROC; 
    3021 alias void function(uint, int, char *, double, double, double, double) _BCD_func__1891; 
    3022 alias _BCD_func__1891 PFNGLPROGRAMNAMEDPARAMETER4DNVPROC; 
    3023 alias void function(uint, int, char *, float, float, float, float) _BCD_func__1892; 
    3024 alias _BCD_func__1892 PFNGLPROGRAMNAMEDPARAMETER4FNVPROC; 
    3025 alias void function(int, uint *) _BCD_func__1893; 
    3026 alias _BCD_func__1893 PFNGLDRAWBUFFERSATIPROC; 
    3027 alias void function(uint, int) _BCD_func__1894; 
    3028 alias _BCD_func__1894 PFNGLVERTEXARRAYPARAMETERIAPPLEPROC; 
    3029 alias void function(int, void *) _BCD_func__1895; 
    3030 alias _BCD_func__1895 PFNGLFLUSHVERTEXARRAYRANGEAPPLEPROC; 
    3031 alias _BCD_func__1895 PFNGLVERTEXARRAYRANGEAPPLEPROC; 
    3032 alias _BCD_func__1866 PFNGLISVERTEXARRAYAPPLEPROC; 
    3033 alias _BCD_func__1864 PFNGLGENVERTEXARRAYSAPPLEPROC; 
    3034 alias _BCD_func__1864 PFNGLDELETEVERTEXARRAYSAPPLEPROC; 
    3035 alias _BCD_func__1851 PFNGLBINDVERTEXARRAYAPPLEPROC; 
    3036 alias _BCD_func__1894 PFNGLFINISHOBJECTAPPLEPROC; 
    3037 alias char function(uint, uint) _BCD_func__1896; 
    3038 alias _BCD_func__1896 PFNGLTESTOBJECTAPPLEPROC; 
    3039 alias _BCD_func__1851 PFNGLFINISHFENCEAPPLEPROC; 
    3040 alias _BCD_func__1866 PFNGLTESTFENCEAPPLEPROC; 
    3041 alias _BCD_func__1866 PFNGLISFENCEAPPLEPROC; 
    3042 alias _BCD_func__1851 PFNGLSETFENCEAPPLEPROC; 
    3043 alias _BCD_func__1864 PFNGLDELETEFENCESAPPLEPROC; 
    3044 alias _BCD_func__1863 PFNGLGENFENCESAPPLEPROC; 
    3045 alias _BCD_func__1852 PFNGLMULTIDRAWRANGEELEMENTARRAYAPPLEPROC; 
    3046 alias _BCD_func__1853 PFNGLMULTIDRAWELEMENTARRAYAPPLEPROC; 
    3047 alias _BCD_func__1854 PFNGLDRAWRANGEELEMENTARRAYAPPLEPROC; 
    3048 alias _BCD_func__1855 PFNGLDRAWELEMENTARRAYAPPLEPROC; 
    3049 alias _BCD_func__1856 PFNGLELEMENTPOINTERAPPLEPROC; 
    3050 alias _BCD_func__1851 PFNGLACTIVESTENCILFACEEXTPROC; 
    3051 alias void function(uint, int *) _BCD_func__1897; 
    3052 alias _BCD_func__1897 PFNGLPOINTPARAMETERIVNVPROC; 
    3053 alias _BCD_func__1894 PFNGLPOINTPARAMETERINVPROC; 
    3054 alias void function(uint, uint, uint *) _BCD_func__1898; 
    3055 alias _BCD_func__1898 PFNGLGETOCCLUSIONQUERYUIVNVPROC; 
    3056 alias _BCD_func__1867 PFNGLGETOCCLUSIONQUERYIVNVPROC; 
    3057 alias _BCD_func__1874 PFNGLENDOCCLUSIONQUERYNVPROC; 
    3058 alias _BCD_func__1851 PFNGLBEGINOCCLUSIONQUERYNVPROC; 
    3059 alias _BCD_func__1866 PFNGLISOCCLUSIONQUERYNVPROC; 
    3060 alias _BCD_func__1864 PFNGLDELETEOCCLUSIONQUERIESNVPROC; 
    3061 alias _BCD_func__1863 PFNGLGENOCCLUSIONQUERIESNVPROC; 
    3062 alias void function(uint, int, int, int) _BCD_func__1899; 
    3063 alias _BCD_func__1899 PFNGLDRAWMESHARRAYSSUNPROC; 
    3064 alias void function(uint, uint, uint, int) _BCD_func__1900; 
    3065 alias _BCD_func__1900 PFNGLDRAWRANGEELEMENTARRAYATIPROC; 
    3066 alias _BCD_func__1894 PFNGLDRAWELEMENTARRAYATIPROC; 
    3067 alias _BCD_func__1856 PFNGLELEMENTPOINTERATIPROC; 
    3068 alias void function(uint, float) _BCD_func__1901; 
    3069 alias _BCD_func__1901 PFNGLVERTEXBLENDENVFATIPROC; 
    3070 alias _BCD_func__1894 PFNGLVERTEXBLENDENVIATIPROC; 
    3071 alias _BCD_func__1851 PFNGLCLIENTACTIVEVERTEXSTREAMATIPROC; 
    3072 alias void function(uint, double *) _BCD_func__1902; 
    3073 alias _BCD_func__1902 PFNGLNORMALSTREAM3DVATIPROC; 
    3074 alias void function(uint, double, double, double) _BCD_func__1903; 
    3075 alias _BCD_func__1903 PFNGLNORMALSTREAM3DATIPROC; 
    3076 alias void function(uint, float *) _BCD_func__1904; 
    3077 alias _BCD_func__1904 PFNGLNORMALSTREAM3FVATIPROC; 
    3078 alias void function(uint, float, float, float) _BCD_func__1905; 
    3079 alias _BCD_func__1905 PFNGLNORMALSTREAM3FATIPROC; 
    3080 alias _BCD_func__1897 PFNGLNORMALSTREAM3IVATIPROC; 
    3081 alias _BCD_func__1899 PFNGLNORMALSTREAM3IATIPROC; 
     3135alias void function(uint, int, char *, double *) _BCD_func__2016; 
     3136alias _BCD_func__2016 PFNGLGETPROGRAMNAMEDPARAMETERDVNVPROC; 
     3137alias void function(uint, int, char *, float *) _BCD_func__2017; 
     3138alias _BCD_func__2017 PFNGLGETPROGRAMNAMEDPARAMETERFVNVPROC; 
     3139alias void function(uint, int, char *, double *) _BCD_func__2018; 
     3140alias _BCD_func__2018 PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC; 
     3141alias void function(uint, int, char *, float *) _BCD_func__2019; 
     3142alias _BCD_func__2019 PFNGLPROGRAMNAMEDPARAMETER4FVNVPROC; 
     3143alias void function(uint, int, char *, double, double, double, double) _BCD_func__2020; 
     3144alias _BCD_func__2020 PFNGLPROGRAMNAMEDPARAMETER4DNVPROC; 
     3145alias void function(uint, int, char *, float, float, float, float) _BCD_func__2021; 
     3146alias _BCD_func__2021 PFNGLPROGRAMNAMEDPARAMETER4FNVPROC; 
     3147alias void function(int, uint *) _BCD_func__2022; 
     3148alias _BCD_func__2022 PFNGLDRAWBUFFERSATIPROC; 
     3149alias void function(uint, int) _BCD_func__2023; 
     3150alias _BCD_func__2023 PFNGLVERTEXARRAYPARAMETERIAPPLEPROC; 
     3151alias void function(int, void *) _BCD_func__2024; 
     3152alias _BCD_func__2024 PFNGLFLUSHVERTEXARRAYRANGEAPPLEPROC; 
     3153alias _BCD_func__2024 PFNGLVERTEXARRAYRANGEAPPLEPROC; 
     3154alias _BCD_func__1995 PFNGLISVERTEXARRAYAPPLEPROC; 
     3155alias _BCD_func__1994 PFNGLGENVERTEXARRAYSAPPLEPROC; 
     3156alias _BCD_func__1994 PFNGLDELETEVERTEXARRAYSAPPLEPROC; 
     3157alias _BCD_func__1987 PFNGLBINDVERTEXARRAYAPPLEPROC; 
     3158alias _BCD_func__2023 PFNGLFINISHOBJECTAPPLEPROC; 
     3159alias char function(uint, uint) _BCD_func__2025; 
     3160alias _BCD_func__2025 PFNGLTESTOBJECTAPPLEPROC; 
     3161alias _BCD_func__1987 PFNGLFINISHFENCEAPPLEPROC; 
     3162alias _BCD_func__1995 PFNGLTESTFENCEAPPLEPROC; 
     3163alias _BCD_func__1995 PFNGLISFENCEAPPLEPROC; 
     3164alias _BCD_func__1987 PFNGLSETFENCEAPPLEPROC; 
     3165alias _BCD_func__1994 PFNGLDELETEFENCESAPPLEPROC; 
     3166alias _BCD_func__1993 PFNGLGENFENCESAPPLEPROC; 
     3167alias int GLsizei; 
     3168alias void function(uint, uint, uint, int *, int *, int) _BCD_func__2026; 
     3169alias _BCD_func__2026 PFNGLMULTIDRAWRANGEELEMENTARRAYAPPLEPROC; 
     3170alias void function(uint, int *, int *, int) _BCD_func__2027; 
     3171alias _BCD_func__2027 PFNGLMULTIDRAWELEMENTARRAYAPPLEPROC; 
     3172alias void function(uint, uint, uint, int, int) _BCD_func__2028; 
     3173alias _BCD_func__2028 PFNGLDRAWRANGEELEMENTARRAYAPPLEPROC; 
     3174alias void function(uint, int, int) _BCD_func__2029; 
     3175alias _BCD_func__2029 PFNGLDRAWELEMENTARRAYAPPLEPROC; 
     3176alias void function(uint, void *) _BCD_func__2030; 
     3177alias _BCD_func__2030 PFNGLELEMENTPOINTERAPPLEPROC; 
     3178alias _BCD_func__1987 PFNGLACTIVESTENCILFACEEXTPROC; 
     3179alias void function(uint, int *) _BCD_func__2031; 
     3180alias _BCD_func__2031 PFNGLPOINTPARAMETERIVNVPROC; 
     3181alias _BCD_func__2023 PFNGLPOINTPARAMETERINVPROC; 
     3182alias void function(uint, uint, uint *) _BCD_func__2032; 
     3183alias _BCD_func__2032 PFNGLGETOCCLUSIONQUERYUIVNVPROC; 
     3184alias _BCD_func__1996 PFNGLGETOCCLUSIONQUERYIVNVPROC; 
     3185alias _BCD_func__2003 PFNGLENDOCCLUSIONQUERYNVPROC; 
     3186alias _BCD_func__1987 PFNGLBEGINOCCLUSIONQUERYNVPROC; 
     3187alias _BCD_func__1995 PFNGLISOCCLUSIONQUERYNVPROC; 
     3188alias _BCD_func__1994 PFNGLDELETEOCCLUSIONQUERIESNVPROC; 
     3189alias _BCD_func__1993 PFNGLGENOCCLUSIONQUERIESNVPROC; 
     3190alias void function(uint, int, int, int) _BCD_func__2033; 
     3191alias _BCD_func__2033 PFNGLDRAWMESHARRAYSSUNPROC; 
     3192alias void function(uint, uint, uint, int) _BCD_func__2034; 
     3193alias _BCD_func__2034 PFNGLDRAWRANGEELEMENTARRAYATIPROC; 
     3194alias _BCD_func__2023 PFNGLDRAWELEMENTARRAYATIPROC; 
     3195alias _BCD_func__2030 PFNGLELEMENTPOINTERATIPROC; 
     3196alias void function(uint, float) _BCD_func__2035; 
     3197alias _BCD_func__2035 PFNGLVERTEXBLENDENVFATIPROC; 
     3198alias _BCD_func__2023 PFNGLVERTEXBLENDENVIATIPROC; 
     3199alias _BCD_func__1987 PFNGLCLIENTACTIVEVERTEXSTREAMATIPROC; 
     3200alias void function(uint, double *) _BCD_func__2036; 
     3201alias _BCD_func__2036 PFNGLNORMALSTREAM3DVATIPROC; 
     3202alias void function(uint, double, double, double) _BCD_func__2037; 
     3203alias _BCD_func__2037 PFNGLNORMALSTREAM3DATIPROC; 
     3204alias void function(uint, float *) _BCD_func__2038; 
     3205alias _BCD_func__2038 PFNGLNORMALSTREAM3FVATIPROC; 
     3206alias void function(uint, float, float, float) _BCD_func__2039; 
     3207alias _BCD_func__2039 PFNGLNORMALSTREAM3FATIPROC; 
     3208alias _BCD_func__2031 PFNGLNORMALSTREAM3IVATIPROC; 
     3209alias _BCD_func__2033 PFNGLNORMALSTREAM3IATIPROC; 
    30823210alias short GLshort; 
    3083 alias void function(uint, short *) _BCD_func__1906
    3084 alias _BCD_func__1906 PFNGLNORMALSTREAM3SVATIPROC; 
    3085 alias void function(uint, short, short, short) _BCD_func__1907
    3086 alias _BCD_func__1907 PFNGLNORMALSTREAM3SATIPROC; 
     3211alias void function(uint, short *) _BCD_func__2040
     3212alias _BCD_func__2040 PFNGLNORMALSTREAM3SVATIPROC; 
     3213alias void function(uint, short, short, short) _BCD_func__2041
     3214alias _BCD_func__2041 PFNGLNORMALSTREAM3SATIPROC; 
    30873215alias char GLbyte; 
    3088 alias void function(uint, char *) _BCD_func__1908
    3089 alias _BCD_func__1908 PFNGLNORMALSTREAM3BVATIPROC; 
    3090 alias void function(uint, char, char, char) _BCD_func__1909
    3091 alias _BCD_func__1909 PFNGLNORMALSTREAM3BATIPROC; 
    3092 alias _BCD_func__1902 PFNGLVERTEXSTREAM4DVATIPROC; 
    3093 alias void function(uint, double, double, double, double) _BCD_func__1910
    3094 alias _BCD_func__1910 PFNGLVERTEXSTREAM4DATIPROC; 
    3095 alias _BCD_func__1904 PFNGLVERTEXSTREAM4FVATIPROC; 
    3096 alias void function(uint, float, float, float, float) _BCD_func__1911
    3097 alias _BCD_func__1911 PFNGLVERTEXSTREAM4FATIPROC; 
    3098 alias _BCD_func__1897 PFNGLVERTEXSTREAM4IVATIPROC; 
    3099 alias void function(uint, int, int, int, int) _BCD_func__1912
    3100 alias _BCD_func__1912 PFNGLVERTEXSTREAM4IATIPROC; 
    3101 alias _BCD_func__1906 PFNGLVERTEXSTREAM4SVATIPROC; 
    3102 alias void function(uint, short, short, short, short) _BCD_func__1913
    3103 alias _BCD_func__1913 PFNGLVERTEXSTREAM4SATIPROC; 
    3104 alias _BCD_func__1902 PFNGLVERTEXSTREAM3DVATIPROC; 
    3105 alias _BCD_func__1903 PFNGLVERTEXSTREAM3DATIPROC; 
    3106 alias _BCD_func__1904 PFNGLVERTEXSTREAM3FVATIPROC; 
    3107 alias _BCD_func__1905 PFNGLVERTEXSTREAM3FATIPROC; 
    3108 alias _BCD_func__1897 PFNGLVERTEXSTREAM3IVATIPROC; 
    3109 alias _BCD_func__1899 PFNGLVERTEXSTREAM3IATIPROC; 
    3110 alias _BCD_func__1906 PFNGLVERTEXSTREAM3SVATIPROC; 
    3111 alias _BCD_func__1907 PFNGLVERTEXSTREAM3SATIPROC; 
    3112 alias _BCD_func__1902 PFNGLVERTEXSTREAM2DVATIPROC; 
    3113 alias void function(uint, double, double) _BCD_func__1914
    3114 alias _BCD_func__1914 PFNGLVERTEXSTREAM2DATIPROC; 
    3115 alias _BCD_func__1904 PFNGLVERTEXSTREAM2FVATIPROC; 
    3116 alias void function(uint, float, float) _BCD_func__1915
    3117 alias _BCD_func__1915 PFNGLVERTEXSTREAM2FATIPROC; 
    3118 alias _BCD_func__1897 PFNGLVERTEXSTREAM2IVATIPROC; 
    3119 alias _BCD_func__1855 PFNGLVERTEXSTREAM2IATIPROC; 
    3120 alias _BCD_func__1906 PFNGLVERTEXSTREAM2SVATIPROC; 
    3121 alias void function(uint, short, short) _BCD_func__1916
    3122 alias _BCD_func__1916 PFNGLVERTEXSTREAM2SATIPROC; 
    3123 alias _BCD_func__1902 PFNGLVERTEXSTREAM1DVATIPROC; 
    3124 alias void function(uint, double) _BCD_func__1917
    3125 alias _BCD_func__1917 PFNGLVERTEXSTREAM1DATIPROC; 
    3126 alias _BCD_func__1904 PFNGLVERTEXSTREAM1FVATIPROC; 
    3127 alias _BCD_func__1901 PFNGLVERTEXSTREAM1FATIPROC; 
    3128 alias _BCD_func__1897 PFNGLVERTEXSTREAM1IVATIPROC; 
    3129 alias _BCD_func__1894 PFNGLVERTEXSTREAM1IATIPROC; 
    3130 alias _BCD_func__1906 PFNGLVERTEXSTREAM1SVATIPROC; 
    3131 alias void function(uint, short) _BCD_func__1918
    3132 alias _BCD_func__1918 PFNGLVERTEXSTREAM1SATIPROC; 
    3133 alias _BCD_func__1870 PFNGLGETLOCALCONSTANTFLOATVEXTPROC; 
    3134 alias _BCD_func__1867 PFNGLGETLOCALCONSTANTINTEGERVEXTPROC; 
    3135 alias void function(uint, uint, char *) _BCD_func__1919
    3136 alias _BCD_func__1919 PFNGLGETLOCALCONSTANTBOOLEANVEXTPROC; 
    3137 alias _BCD_func__1870 PFNGLGETINVARIANTFLOATVEXTPROC; 
    3138 alias _BCD_func__1867 PFNGLGETINVARIANTINTEGERVEXTPROC; 
    3139 alias _BCD_func__1919 PFNGLGETINVARIANTBOOLEANVEXTPROC; 
    3140 alias void function(uint, uint, void * *) _BCD_func__1920
    3141 alias _BCD_func__1920 PFNGLGETVARIANTPOINTERVEXTPROC; 
    3142 alias _BCD_func__1870 PFNGLGETVARIANTFLOATVEXTPROC; 
    3143 alias _BCD_func__1867 PFNGLGETVARIANTINTEGERVEXTPROC; 
    3144 alias _BCD_func__1919 PFNGLGETVARIANTBOOLEANVEXTPROC; 
    3145 alias _BCD_func__1896 PFNGLISVARIANTENABLEDEXTPROC; 
    3146 alias uint function(uint) _BCD_func__1921
    3147 alias _BCD_func__1921 PFNGLBINDPARAMETEREXTPROC; 
    3148 alias uint function(uint, uint) _BCD_func__1922
    3149 alias _BCD_func__1922 PFNGLBINDTEXTUREUNITPARAMETEREXTPROC; 
    3150 alias uint function(uint, uint, uint) _BCD_func__1923
    3151 alias _BCD_func__1923 PFNGLBINDTEXGENPARAMETEREXTPROC; 
    3152 alias _BCD_func__1922 PFNGLBINDMATERIALPARAMETEREXTPROC; 
    3153 alias _BCD_func__1922 PFNGLBINDLIGHTPARAMETEREXTPROC; 
    3154 alias _BCD_func__1851 PFNGLDISABLEVARIANTCLIENTSTATEEXTPROC; 
    3155 alias _BCD_func__1851 PFNGLENABLEVARIANTCLIENTSTATEEXTPROC; 
    3156 alias void function(uint, uint, uint, void *) _BCD_func__1924
    3157 alias _BCD_func__1924 PFNGLVARIANTPOINTEREXTPROC; 
    3158 alias void function(uint, uint *) _BCD_func__1925
    3159 alias _BCD_func__1925 PFNGLVARIANTUIVEXTPROC; 
     3216alias void function(uint, char *) _BCD_func__2042
     3217alias _BCD_func__2042 PFNGLNORMALSTREAM3BVATIPROC; 
     3218alias void function(uint, char, char, char) _BCD_func__2043
     3219alias _BCD_func__2043 PFNGLNORMALSTREAM3BATIPROC; 
     3220alias _BCD_func__2036 PFNGLVERTEXSTREAM4DVATIPROC; 
     3221alias void function(uint, double, double, double, double) _BCD_func__2044
     3222alias _BCD_func__2044 PFNGLVERTEXSTREAM4DATIPROC; 
     3223alias _BCD_func__2038 PFNGLVERTEXSTREAM4FVATIPROC; 
     3224alias void function(uint, float, float, float, float) _BCD_func__2045
     3225alias _BCD_func__2045 PFNGLVERTEXSTREAM4FATIPROC; 
     3226alias _BCD_func__2031 PFNGLVERTEXSTREAM4IVATIPROC; 
     3227alias void function(uint, int, int, int, int) _BCD_func__2046
     3228alias _BCD_func__2046 PFNGLVERTEXSTREAM4IATIPROC; 
     3229alias _BCD_func__2040 PFNGLVERTEXSTREAM4SVATIPROC; 
     3230alias void function(uint, short, short, short, short) _BCD_func__2047
     3231alias _BCD_func__2047 PFNGLVERTEXSTREAM4SATIPROC; 
     3232alias _BCD_func__2036 PFNGLVERTEXSTREAM3DVATIPROC; 
     3233alias _BCD_func__2037 PFNGLVERTEXSTREAM3DATIPROC; 
     3234alias _BCD_func__2038 PFNGLVERTEXSTREAM3FVATIPROC; 
     3235alias _BCD_func__2039 PFNGLVERTEXSTREAM3FATIPROC; 
     3236alias _BCD_func__2031 PFNGLVERTEXSTREAM3IVATIPROC; 
     3237alias _BCD_func__2033 PFNGLVERTEXSTREAM3IATIPROC; 
     3238alias _BCD_func__2040 PFNGLVERTEXSTREAM3SVATIPROC; 
     3239alias _BCD_func__2041 PFNGLVERTEXSTREAM3SATIPROC; 
     3240alias _BCD_func__2036 PFNGLVERTEXSTREAM2DVATIPROC; 
     3241alias void function(uint, double, double) _BCD_func__2048
     3242alias _BCD_func__2048 PFNGLVERTEXSTREAM2DATIPROC; 
     3243alias _BCD_func__2038 PFNGLVERTEXSTREAM2FVATIPROC; 
     3244alias void function(uint, float, float) _BCD_func__2049
     3245alias _BCD_func__2049 PFNGLVERTEXSTREAM2FATIPROC; 
     3246alias _BCD_func__2031 PFNGLVERTEXSTREAM2IVATIPROC; 
     3247alias _BCD_func__2029 PFNGLVERTEXSTREAM2IATIPROC; 
     3248alias _BCD_func__2040 PFNGLVERTEXSTREAM2SVATIPROC; 
     3249alias void function(uint, short, short) _BCD_func__2050
     3250alias _BCD_func__2050 PFNGLVERTEXSTREAM2SATIPROC; 
     3251alias _BCD_func__2036 PFNGLVERTEXSTREAM1DVATIPROC; 
     3252alias void function(uint, double) _BCD_func__2051
     3253alias _BCD_func__2051 PFNGLVERTEXSTREAM1DATIPROC; 
     3254alias _BCD_func__2038 PFNGLVERTEXSTREAM1FVATIPROC; 
     3255alias _BCD_func__2035 PFNGLVERTEXSTREAM1FATIPROC; 
     3256alias _BCD_func__2031 PFNGLVERTEXSTREAM1IVATIPROC; 
     3257alias _BCD_func__2023 PFNGLVERTEXSTREAM1IATIPROC; 
     3258alias _BCD_func__2040 PFNGLVERTEXSTREAM1SVATIPROC; 
     3259alias void function(uint, short) _BCD_func__2052
     3260alias _BCD_func__2052 PFNGLVERTEXSTREAM1SATIPROC; 
     3261alias _BCD_func__1999 PFNGLGETLOCALCONSTANTFLOATVEXTPROC; 
     3262alias _BCD_func__1996 PFNGLGETLOCALCONSTANTINTEGERVEXTPROC; 
     3263alias void function(uint, uint, char *) _BCD_func__2053
     3264alias _BCD_func__2053 PFNGLGETLOCALCONSTANTBOOLEANVEXTPROC; 
     3265alias _BCD_func__1999 PFNGLGETINVARIANTFLOATVEXTPROC; 
     3266alias _BCD_func__1996 PFNGLGETINVARIANTINTEGERVEXTPROC; 
     3267alias _BCD_func__2053 PFNGLGETINVARIANTBOOLEANVEXTPROC; 
     3268alias void function(uint, uint, void * *) _BCD_func__2054
     3269alias _BCD_func__2054 PFNGLGETVARIANTPOINTERVEXTPROC; 
     3270alias _BCD_func__1999 PFNGLGETVARIANTFLOATVEXTPROC; 
     3271alias _BCD_func__1996 PFNGLGETVARIANTINTEGERVEXTPROC; 
     3272alias _BCD_func__2053 PFNGLGETVARIANTBOOLEANVEXTPROC; 
     3273alias _BCD_func__2025 PFNGLISVARIANTENABLEDEXTPROC; 
     3274alias uint function(uint) _BCD_func__2055
     3275alias _BCD_func__2055 PFNGLBINDPARAMETEREXTPROC; 
     3276alias uint function(uint, uint) _BCD_func__2056
     3277alias _BCD_func__2056 PFNGLBINDTEXTUREUNITPARAMETEREXTPROC; 
     3278alias uint function(uint, uint, uint) _BCD_func__2057
     3279alias _BCD_func__2057 PFNGLBINDTEXGENPARAMETEREXTPROC; 
     3280alias _BCD_func__2056 PFNGLBINDMATERIALPARAMETEREXTPROC; 
     3281alias _BCD_func__2056 PFNGLBINDLIGHTPARAMETEREXTPROC; 
     3282alias _BCD_func__1987 PFNGLDISABLEVARIANTCLIENTSTATEEXTPROC; 
     3283alias _BCD_func__1987 PFNGLENABLEVARIANTCLIENTSTATEEXTPROC; 
     3284alias void function(uint, uint, uint, void *) _BCD_func__2058
     3285alias _BCD_func__2058 PFNGLVARIANTPOINTEREXTPROC; 
     3286alias void function(uint, uint *) _BCD_func__2059
     3287alias _BCD_func__2059 PFNGLVARIANTUIVEXTPROC; 
    31603288alias ushort GLushort; 
    3161 alias void function(uint, ushort *) _BCD_func__1926
    3162 alias _BCD_func__1926 PFNGLVARIANTUSVEXTPROC; 
    3163 alias void function(uint, char *) _BCD_func__1927
    3164 alias _BCD_func__1927 PFNGLVARIANTUBVEXTPROC; 
    3165 alias _BCD_func__1902 PFNGLVARIANTDVEXTPROC; 
    3166 alias _BCD_func__1904 PFNGLVARIANTFVEXTPROC; 
    3167 alias _BCD_func__1897 PFNGLVARIANTIVEXTPROC; 
    3168 alias _BCD_func__1906 PFNGLVARIANTSVEXTPROC; 
    3169 alias _BCD_func__1908 PFNGLVARIANTBVEXTPROC; 
    3170 alias void function(uint, uint, void *) _BCD_func__1928
    3171 alias _BCD_func__1928 PFNGLSETLOCALCONSTANTEXTPROC; 
    3172 alias _BCD_func__1928 PFNGLSETINVARIANTEXTPROC; 
    3173 alias uint function(uint, uint, uint, uint) _BCD_func__1929
    3174 alias _BCD_func__1929 PFNGLGENSYMBOLSEXTPROC; 
    3175 alias void function(uint, uint, uint) _BCD_func__1930
    3176 alias _BCD_func__1930 PFNGLEXTRACTCOMPONENTEXTPROC; 
    3177 alias _BCD_func__1930 PFNGLINSERTCOMPONENTEXTPROC; 
    3178 alias void function(uint, uint, uint, uint, uint, uint) _BCD_func__1931
    3179 alias _BCD_func__1931 PFNGLWRITEMASKEXTPROC; 
    3180 alias _BCD_func__1931 PFNGLSWIZZLEEXTPROC; 
    3181 alias void function(uint, uint, uint, uint, uint) _BCD_func__1932
    3182 alias _BCD_func__1932 PFNGLSHADEROP3EXTPROC; 
    3183 alias _BCD_func__1859 PFNGLSHADEROP2EXTPROC; 
    3184 alias _BCD_func__1930 PFNGLSHADEROP1EXTPROC; 
    3185 alias _BCD_func__1851 PFNGLDELETEVERTEXSHADEREXTPROC; 
    3186 alias _BCD_func__1921 PFNGLGENVERTEXSHADERSEXTPROC; 
    3187 alias _BCD_func__1851 PFNGLBINDVERTEXSHADEREXTPROC; 
    3188 alias _BCD_func__1874 PFNGLENDVERTEXSHADEREXTPROC; 
    3189 alias _BCD_func__1874 PFNGLBEGINVERTEXSHADEREXTPROC; 
    3190 alias _BCD_func__1867 PFNGLGETVARIANTARRAYOBJECTIVATIPROC; 
    3191 alias _BCD_func__1870 PFNGLGETVARIANTARRAYOBJECTFVATIPROC; 
    3192 alias void function(uint, uint, int, uint, uint) _BCD_func__1933
    3193 alias _BCD_func__1933 PFNGLVARIANTARRAYOBJECTATIPROC; 
    3194 alias _BCD_func__1867 PFNGLGETARRAYOBJECTIVATIPROC; 
    3195 alias _BCD_func__1870 PFNGLGETARRAYOBJECTFVATIPROC; 
    3196 alias void function(uint, int, uint, int, uint, uint) _BCD_func__1934
    3197 alias _BCD_func__1934 PFNGLARRAYOBJECTATIPROC; 
    3198 alias _BCD_func__1851 PFNGLFREEOBJECTBUFFERATIPROC; 
    3199 alias _BCD_func__1867 PFNGLGETOBJECTBUFFERIVATIPROC; 
    3200 alias _BCD_func__1870 PFNGLGETOBJECTBUFFERFVATIPROC; 
    3201 alias void function(uint, uint, int, void *, uint) _BCD_func__1935
    3202 alias _BCD_func__1935 PFNGLUPDATEOBJECTBUFFERATIPROC; 
    3203 alias _BCD_func__1866 PFNGLISOBJECTBUFFERATIPROC; 
    3204 alias uint function(int, void *, uint) _BCD_func__1936
    3205 alias _BCD_func__1936 PFNGLNEWOBJECTBUFFERATIPROC; 
    3206 alias _BCD_func__1901 PFNGLPNTRIANGLESFATIPROC; 
    3207 alias _BCD_func__1894 PFNGLPNTRIANGLESIATIPROC; 
    3208 alias _BCD_func__1904 PFNGLSETFRAGMENTSHADERCONSTANTATIPROC; 
    3209 alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__1937
    3210 alias _BCD_func__1937 PFNGLALPHAFRAGMENTOP3ATIPROC; 
    3211 alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__1938
    3212 alias _BCD_func__1938 PFNGLALPHAFRAGMENTOP2ATIPROC; 
    3213 alias _BCD_func__1931 PFNGLALPHAFRAGMENTOP1ATIPROC; 
    3214 alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__1939
    3215 alias _BCD_func__1939 PFNGLCOLORFRAGMENTOP3ATIPROC; 
    3216 alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__1940
    3217 alias _BCD_func__1940 PFNGLCOLORFRAGMENTOP2ATIPROC; 
    3218 alias void function(uint, uint, uint, uint, uint, uint, uint) _BCD_func__1941
    3219 alias _BCD_func__1941 PFNGLCOLORFRAGMENTOP1ATIPROC; 
    3220 alias _BCD_func__1930 PFNGLSAMPLEMAPATIPROC; 
    3221 alias _BCD_func__1930 PFNGLPASSTEXCOORDATIPROC; 
    3222 alias _BCD_func__1874 PFNGLENDFRAGMENTSHADERATIPROC; 
    3223 alias _BCD_func__1874 PFNGLBEGINFRAGMENTSHADERATIPROC; 
    3224 alias _BCD_func__1851 PFNGLDELETEFRAGMENTSHADERATIPROC; 
    3225 alias _BCD_func__1851 PFNGLBINDFRAGMENTSHADERATIPROC; 
    3226 alias _BCD_func__1921 PFNGLGENFRAGMENTSHADERSATIPROC; 
    3227 alias void function(uint, float *) _BCD_func__1942
    3228 alias _BCD_func__1942 PFNGLGETTEXBUMPPARAMETERFVATIPROC; 
    3229 alias void function(uint, int *) _BCD_func__1943
    3230 alias _BCD_func__1943 PFNGLGETTEXBUMPPARAMETERIVATIPROC; 
    3231 alias _BCD_func__1904 PFNGLTEXBUMPPARAMETERFVATIPROC; 
    3232 alias _BCD_func__1897 PFNGLTEXBUMPPARAMETERIVATIPROC; 
    3233 alias void function(uint, int, char *) _BCD_func__1944
    3234 alias _BCD_func__1944 PFNGLVERTEXATTRIBS4UBVNVPROC; 
    3235 alias void function(uint, int, short *) _BCD_func__1945
    3236 alias _BCD_func__1945 PFNGLVERTEXATTRIBS4SVNVPROC; 
    3237 alias void function(uint, int, float *) _BCD_func__1946
    3238 alias _BCD_func__1946 PFNGLVERTEXATTRIBS4FVNVPROC; 
    3239 alias void function(uint, int, double *) _BCD_func__1947
    3240 alias _BCD_func__1947 PFNGLVERTEXATTRIBS4DVNVPROC; 
    3241 alias _BCD_func__1945 PFNGLVERTEXATTRIBS3SVNVPROC; 
    3242 alias _BCD_func__1946 PFNGLVERTEXATTRIBS3FVNVPROC; 
    3243 alias _BCD_func__1947 PFNGLVERTEXATTRIBS3DVNVPROC; 
    3244 alias _BCD_func__1945 PFNGLVERTEXATTRIBS2SVNVPROC; 
    3245 alias _BCD_func__1946 PFNGLVERTEXATTRIBS2FVNVPROC; 
    3246 alias _BCD_func__1947 PFNGLVERTEXATTRIBS2DVNVPROC; 
    3247 alias _BCD_func__1945 PFNGLVERTEXATTRIBS1SVNVPROC; 
    3248 alias _BCD_func__1946 PFNGLVERTEXATTRIBS1FVNVPROC; 
    3249 alias _BCD_func__1947 PFNGLVERTEXATTRIBS1DVNVPROC; 
    3250 alias _BCD_func__1927 PFNGLVERTEXATTRIB4UBVNVPROC; 
    3251 alias void function(uint, char, char, char, char) _BCD_func__1948
    3252 alias _BCD_func__1948 PFNGLVERTEXATTRIB4UBNVPROC; 
    3253 alias _BCD_func__1906 PFNGLVERTEXATTRIB4SVNVPROC; 
    3254 alias _BCD_func__1913 PFNGLVERTEXATTRIB4SNVPROC; 
    3255 alias _BCD_func__1904 PFNGLVERTEXATTRIB4FVNVPROC; 
    3256 alias _BCD_func__1911 PFNGLVERTEXATTRIB4FNVPROC; 
    3257 alias _BCD_func__1902 PFNGLVERTEXATTRIB4DVNVPROC; 
    3258 alias _BCD_func__1910 PFNGLVERTEXATTRIB4DNVPROC; 
    3259 alias _BCD_func__1906 PFNGLVERTEXATTRIB3SVNVPROC; 
    3260 alias _BCD_func__1907 PFNGLVERTEXATTRIB3SNVPROC; 
    3261 alias _BCD_func__1904 PFNGLVERTEXATTRIB3FVNVPROC; 
    3262 alias _BCD_func__1905 PFNGLVERTEXATTRIB3FNVPROC; 
    3263 alias _BCD_func__1902 PFNGLVERTEXATTRIB3DVNVPROC; 
    3264 alias _BCD_func__1903 PFNGLVERTEXATTRIB3DNVPROC; 
    3265 alias _BCD_func__1906 PFNGLVERTEXATTRIB2SVNVPROC; 
    3266 alias _BCD_func__1916 PFNGLVERTEXATTRIB2SNVPROC; 
    3267 alias _BCD_func__1904 PFNGLVERTEXATTRIB2FVNVPROC; 
    3268 alias _BCD_func__1915 PFNGLVERTEXATTRIB2FNVPROC; 
    3269 alias _BCD_func__1902 PFNGLVERTEXATTRIB2DVNVPROC; 
    3270 alias _BCD_func__1914 PFNGLVERTEXATTRIB2DNVPROC; 
    3271 alias _BCD_func__1906 PFNGLVERTEXATTRIB1SVNVPROC; 
    3272 alias _BCD_func__1918 PFNGLVERTEXATTRIB1SNVPROC; 
    3273 alias _BCD_func__1904 PFNGLVERTEXATTRIB1FVNVPROC; 
    3274 alias _BCD_func__1901 PFNGLVERTEXATTRIB1FNVPROC; 
    3275 alias _BCD_func__1902 PFNGLVERTEXATTRIB1DVNVPROC; 
    3276 alias _BCD_func__1917 PFNGLVERTEXATTRIB1DNVPROC; 
    3277 alias void function(uint, int, uint, int, void *) _BCD_func__1949
    3278 alias _BCD_func__1949 PFNGLVERTEXATTRIBPOINTERNVPROC; 
    3279 alias _BCD_func__1859 PFNGLTRACKMATRIXNVPROC; 
    3280 alias _BCD_func__1864 PFNGLREQUESTRESIDENTPROGRAMSNVPROC; 
    3281 alias void function(uint, uint, uint, float *) _BCD_func__1950
    3282 alias _BCD_func__1950 PFNGLPROGRAMPARAMETERS4FVNVPROC; 
    3283 alias void function(uint, uint, uint, double *) _BCD_func__1951
    3284 alias _BCD_func__1951 PFNGLPROGRAMPARAMETERS4DVNVPROC; 
    3285 alias void function(uint, uint, float *) _BCD_func__1952
    3286 alias _BCD_func__1952 PFNGLPROGRAMPARAMETER4FVNVPROC; 
    3287 alias void function(uint, uint, float, float, float, float) _BCD_func__1953
    3288 alias _BCD_func__1953 PFNGLPROGRAMPARAMETER4FNVPROC; 
    3289 alias void function(uint, uint, double *) _BCD_func__1954
    3290 alias _BCD_func__1954 PFNGLPROGRAMPARAMETER4DVNVPROC; 
    3291 alias void function(uint, uint, double, double, double, double) _BCD_func__1955
    3292 alias _BCD_func__1955 PFNGLPROGRAMPARAMETER4DNVPROC; 
    3293 alias void function(uint, uint, int, char *) _BCD_func__1956
    3294 alias _BCD_func__1956 PFNGLLOADPROGRAMNVPROC; 
    3295 alias _BCD_func__1866 PFNGLISPROGRAMNVPROC; 
    3296 alias _BCD_func__1920 PFNGLGETVERTEXATTRIBPOINTERVNVPROC; 
    3297 alias _BCD_func__1867 PFNGLGETVERTEXATTRIBIVNVPROC; 
    3298 alias _BCD_func__1870 PFNGLGETVERTEXATTRIBFVNVPROC; 
    3299 alias void function(uint, uint, double *) _BCD_func__1957
    3300 alias _BCD_func__1957 PFNGLGETVERTEXATTRIBDVNVPROC; 
    3301 alias _BCD_func__1858 PFNGLGETTRACKMATRIXIVNVPROC; 
    3302 alias void function(uint, uint, char *) _BCD_func__1958
    3303 alias _BCD_func__1958 PFNGLGETPROGRAMSTRINGNVPROC; 
    3304 alias _BCD_func__1867 PFNGLGETPROGRAMIVNVPROC; 
    3305 alias void function(uint, uint, uint, float *) _BCD_func__1959
    3306 alias _BCD_func__1959 PFNGLGETPROGRAMPARAMETERFVNVPROC; 
    3307 alias void function(uint, uint, uint, double *) _BCD_func__1960
    3308 alias _BCD_func__1960 PFNGLGETPROGRAMPARAMETERDVNVPROC; 
    3309 alias _BCD_func__1863 PFNGLGENPROGRAMSNVPROC; 
    3310 alias _BCD_func__1952 PFNGLEXECUTEPROGRAMNVPROC; 
    3311 alias _BCD_func__1864 PFNGLDELETEPROGRAMSNVPROC; 
    3312 alias _BCD_func__1865 PFNGLBINDPROGRAMNVPROC; 
    3313 alias char function(int, uint *, char *) _BCD_func__1961
    3314 alias _BCD_func__1961 PFNGLAREPROGRAMSRESIDENTNVPROC; 
    3315 alias _BCD_func__1870 PFNGLGETCOMBINERSTAGEPARAMETERFVNVPROC; 
    3316 alias _BCD_func__1952 PFNGLCOMBINERSTAGEPARAMETERFVNVPROC; 
    3317 alias _BCD_func__1865 PFNGLEVALMAPSNVPROC; 
    3318 alias _BCD_func__1959 PFNGLGETMAPATTRIBPARAMETERFVNVPROC; 
    3319 alias _BCD_func__1858 PFNGLGETMAPATTRIBPARAMETERIVNVPROC; 
    3320 alias _BCD_func__1870 PFNGLGETMAPPARAMETERFVNVPROC; 
    3321 alias _BCD_func__1867 PFNGLGETMAPPARAMETERIVNVPROC; 
    3322 alias void function(uint, uint, uint, int, int, char, void *) _BCD_func__1962
    3323 alias _BCD_func__1962 PFNGLGETMAPCONTROLPOINTSNVPROC; 
    3324 alias _BCD_func__1952 PFNGLMAPPARAMETERFVNVPROC; 
    3325 alias void function(uint, uint, int *) _BCD_func__1963
    3326 alias _BCD_func__1963 PFNGLMAPPARAMETERIVNVPROC; 
    3327 alias void function(uint, uint, uint, int, int, int, int, char, void *) _BCD_func__1964
    3328 alias _BCD_func__1964 PFNGLMAPCONTROLPOINTSNVPROC; 
    3329 alias _BCD_func__1865 PFNGLSETFENCENVPROC; 
    3330 alias _BCD_func__1851 PFNGLFINISHFENCENVPROC; 
    3331 alias _BCD_func__1867 PFNGLGETFENCEIVNVPROC; 
    3332 alias _BCD_func__1866 PFNGLTESTFENCENVPROC; 
    3333 alias _BCD_func__1866 PFNGLISFENCENVPROC; 
    3334 alias _BCD_func__1863 PFNGLGENFENCESNVPROC; 
    3335 alias _BCD_func__1864 PFNGLDELETEFENCESNVPROC; 
    3336 alias _BCD_func__1856 PFNGLIGLOOINTERFACESGIXPROC; 
    3337 alias void function(char, char, char, char) _BCD_func__1965
    3338 alias _BCD_func__1965 PFNGLTEXTURECOLORMASKSGISPROC; 
    3339 alias _BCD_func__1851 PFNGLSAMPLEPATTERNEXTPROC; 
    3340 alias void function(float, char) _BCD_func__1966
    3341 alias _BCD_func__1966 PFNGLSAMPLEMASKEXTPROC; 
    3342 alias _BCD_func__1851 PFNGLTBUFFERMASK3DFXPROC; 
    3343 alias void function(int, uint, int, void * *, int) _BCD_func__1967
    3344 alias _BCD_func__1967 PFNGLVERTEXPOINTERLISTIBMPROC; 
    3345 alias _BCD_func__1967 PFNGLTEXCOORDPOINTERLISTIBMPROC; 
    3346 alias void function(uint, int, void * *, int) _BCD_func__1968
    3347 alias _BCD_func__1968 PFNGLNORMALPOINTERLISTIBMPROC; 
    3348 alias _BCD_func__1968 PFNGLINDEXPOINTERLISTIBMPROC; 
    3349 alias _BCD_func__1968 PFNGLFOGCOORDPOINTERLISTIBMPROC; 
    3350 alias void function(int, char * *, int) _BCD_func__1969
    3351 alias _BCD_func__1969 PFNGLEDGEFLAGPOINTERLISTIBMPROC; 
    3352 alias _BCD_func__1967 PFNGLSECONDARYCOLORPOINTERLISTIBMPROC; 
    3353 alias _BCD_func__1967 PFNGLCOLORPOINTERLISTIBMPROC; 
    3354 alias void function(uint *, int *, uint, void * *, int, int) _BCD_func__1970
    3355 alias _BCD_func__1970 PFNGLMULTIMODEDRAWELEMENTSIBMPROC; 
    3356 alias void function(uint *, int *, int *, int, int) _BCD_func__1971
    3357 alias _BCD_func__1971 PFNGLMULTIMODEDRAWARRAYSIBMPROC; 
    3358 alias void function(short *) _BCD_func__1972
    3359 alias _BCD_func__1972 PFNGLWINDOWPOS4SVMESAPROC; 
    3360 alias void function(short, short, short, short) _BCD_func__1973
    3361 alias _BCD_func__1973 PFNGLWINDOWPOS4SMESAPROC; 
    3362 alias void function(int *) _BCD_func__1974
    3363 alias _BCD_func__1974 PFNGLWINDOWPOS4IVMESAPROC; 
    3364 alias void function(int, int, int, int) _BCD_func__1975
    3365 alias _BCD_func__1975 PFNGLWINDOWPOS4IMESAPROC; 
    3366 alias void function(float *) _BCD_func__1976
    3367 alias _BCD_func__1976 PFNGLWINDOWPOS4FVMESAPROC; 
    3368 alias void function(float, float, float, float) _BCD_func__1977
    3369 alias _BCD_func__1977 PFNGLWINDOWPOS4FMESAPROC; 
    3370 alias void function(double *) _BCD_func__1978
    3371 alias _BCD_func__1978 PFNGLWINDOWPOS4DVMESAPROC; 
    3372 alias void function(double, double, double, double) _BCD_func__1979
    3373 alias _BCD_func__1979 PFNGLWINDOWPOS4DMESAPROC; 
    3374 alias _BCD_func__1972 PFNGLWINDOWPOS3SVMESAPROC; 
    3375 alias void function(short, short, short) _BCD_func__1980
    3376 alias _BCD_func__1980 PFNGLWINDOWPOS3SMESAPROC; 
    3377 alias _BCD_func__1974 PFNGLWINDOWPOS3IVMESAPROC; 
    3378 alias void function(int, int, int) _BCD_func__1981
    3379 alias _BCD_func__1981 PFNGLWINDOWPOS3IMESAPROC; 
    3380 alias _BCD_func__1976 PFNGLWINDOWPOS3FVMESAPROC; 
    3381 alias void function(float, float, float) _BCD_func__1982
    3382 alias _BCD_func__1982 PFNGLWINDOWPOS3FMESAPROC; 
    3383 alias _BCD_func__1978 PFNGLWINDOWPOS3DVMESAPROC; 
    3384 alias void function(double, double, double) _BCD_func__1983
    3385 alias _BCD_func__1983 PFNGLWINDOWPOS3DMESAPROC; 
    3386 alias _BCD_func__1972 PFNGLWINDOWPOS2SVMESAPROC; 
    3387 alias void function(short, short) _BCD_func__1984
    3388 alias _BCD_func__1984 PFNGLWINDOWPOS2SMESAPROC; 
    3389 alias _BCD_func__1974 PFNGLWINDOWPOS2IVMESAPROC; 
    3390 alias void function(int, int) _BCD_func__1985
    3391 alias _BCD_func__1985 PFNGLWINDOWPOS2IMESAPROC; 
    3392 alias _BCD_func__1976 PFNGLWINDOWPOS2FVMESAPROC; 
    3393 alias void function(float, float) _BCD_func__1986
    3394 alias _BCD_func__1986 PFNGLWINDOWPOS2FMESAPROC; 
    3395 alias _BCD_func__1978 PFNGLWINDOWPOS2DVMESAPROC; 
    3396 alias _BCD_func__1869 PFNGLWINDOWPOS2DMESAPROC; 
    3397 alias _BCD_func__1874 PFNGLRESIZEBUFFERSMESAPROC; 
    3398 alias _BCD_func__1867 PFNGLGETFINALCOMBINERINPUTPARAMETERIVNVPROC; 
    3399 alias _BCD_func__1870 PFNGLGETFINALCOMBINERINPUTPARAMETERFVNVPROC; 
    3400 alias _BCD_func__1858 PFNGLGETCOMBINEROUTPUTPARAMETERIVNVPROC; 
    3401 alias _BCD_func__1959 PFNGLGETCOMBINEROUTPUTPARAMETERFVNVPROC; 
    3402 alias void function(uint, uint, uint, uint, int *) _BCD_func__1987
    3403 alias _BCD_func__1987 PFNGLGETCOMBINERINPUTPARAMETERIVNVPROC; 
    3404 alias void function(uint, uint, uint, uint, float *) _BCD_func__1988
    3405 alias _BCD_func__1988 PFNGLGETCOMBINERINPUTPARAMETERFVNVPROC; 
    3406 alias _BCD_func__1859 PFNGLFINALCOMBINERINPUTNVPROC; 
    3407 alias void function(uint, uint, uint, uint, uint, uint, uint, char, char, char) _BCD_func__1989
    3408 alias _BCD_func__1989 PFNGLCOMBINEROUTPUTNVPROC; 
    3409 alias _BCD_func__1931 PFNGLCOMBINERINPUTNVPROC; 
    3410 alias _BCD_func__1894 PFNGLCOMBINERPARAMETERINVPROC; 
    3411 alias _BCD_func__1897 PFNGLCOMBINERPARAMETERIVNVPROC; 
    3412 alias _BCD_func__1901 PFNGLCOMBINERPARAMETERFNVPROC; 
    3413 alias _BCD_func__1904 PFNGLCOMBINERPARAMETERFVNVPROC; 
    3414 alias _BCD_func__1857 PFNGLVERTEXARRAYRANGENVPROC; 
    3415 alias _BCD_func__1874 PFNGLFLUSHVERTEXARRAYRANGENVPROC; 
    3416 alias void function(int, uint, int, void *) _BCD_func__1990
    3417 alias _BCD_func__1990 PFNGLVERTEXWEIGHTPOINTEREXTPROC; 
    3418 alias _BCD_func__1976 PFNGLVERTEXWEIGHTFVEXTPROC; 
    3419 alias void function(float) _BCD_func__1991
    3420 alias _BCD_func__1991 PFNGLVERTEXWEIGHTFEXTPROC; 
    3421 alias _BCD_func__1859 PFNGLBLENDFUNCSEPARATEINGRPROC; 
    3422 alias _BCD_func__1859 PFNGLBLENDFUNCSEPARATEEXTPROC; 
    3423 alias void function(uint *, float *, float *, float *, float *) _BCD_func__1992
    3424 alias _BCD_func__1992 PFNGLREPLACEMENTCODEUITEXCOORD2FCOLOR4FNORMAL3FVERTEX3FVSUNPROC; 
    3425 alias void function(uint, float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__1993
    3426 alias _BCD_func__1993 PFNGLREPLACEMENTCODEUITEXCOORD2FCOLOR4FNORMAL3FVERTEX3FSUNPROC; 
    3427 alias void function(uint *, float *, float *, float *) _BCD_func__1994
    3428 alias _BCD_func__1994 PFNGLREPLACEMENTCODEUITEXCOORD2FNORMAL3FVERTEX3FVSUNPROC; 
    3429 alias void function(uint, float, float, float, float, float, float, float, float) _BCD_func__1995
    3430 alias _BCD_func__1995 PFNGLREPLACEMENTCODEUITEXCOORD2FNORMAL3FVERTEX3FSUNPROC; 
    3431 alias void function(uint *, float *, float *) _BCD_func__1996
    3432 alias _BCD_func__1996 PFNGLREPLACEMENTCODEUITEXCOORD2FVERTEX3FVSUNPROC; 
    3433 alias void function(uint, float, float, float, float, float) _BCD_func__1997
    3434 alias _BCD_func__1997 PFNGLREPLACEMENTCODEUITEXCOORD2FVERTEX3FSUNPROC; 
    3435 alias _BCD_func__1994 PFNGLREPLACEMENTCODEUICOLOR4FNORMAL3FVERTEX3FVSUNPROC; 
    3436 alias void function(uint, float, float, float, float, float, float, float, float, float, float) _BCD_func__1998
    3437 alias _BCD_func__1998 PFNGLREPLACEMENTCODEUICOLOR4FNORMAL3FVERTEX3FSUNPROC; 
    3438 alias _BCD_func__1996 PFNGLREPLACEMENTCODEUINORMAL3FVERTEX3FVSUNPROC; 
    3439 alias void function(uint, float, float, float, float, float, float) _BCD_func__1999
    3440 alias _BCD_func__1999 PFNGLREPLACEMENTCODEUINORMAL3FVERTEX3FSUNPROC; 
    3441 alias _BCD_func__1996 PFNGLREPLACEMENTCODEUICOLOR3FVERTEX3FVSUNPROC; 
    3442 alias _BCD_func__1999 PFNGLREPLACEMENTCODEUICOLOR3FVERTEX3FSUNPROC; 
    3443 alias void function(uint *, char *, float *) _BCD_func__2000
    3444 alias _BCD_func__2000 PFNGLREPLACEMENTCODEUICOLOR4UBVERTEX3FVSUNPROC; 
    3445 alias void function(uint, char, char, char, char, float, float, float) _BCD_func__2001
    3446 alias _BCD_func__2001 PFNGLREPLACEMENTCODEUICOLOR4UBVERTEX3FSUNPROC; 
    3447 alias void function(uint *, float *) _BCD_func__2002
    3448 alias _BCD_func__2002 PFNGLREPLACEMENTCODEUIVERTEX3FVSUNPROC; 
    3449 alias _BCD_func__1905 PFNGLREPLACEMENTCODEUIVERTEX3FSUNPROC; 
    3450 alias void function(float *, float *, float *, float *) _BCD_func__2003
    3451 alias _BCD_func__2003 PFNGLTEXCOORD4FCOLOR4FNORMAL3FVERTEX4FVSUNPROC; 
    3452 alias void function(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__2004
    3453 alias _BCD_func__2004 PFNGLTEXCOORD4FCOLOR4FNORMAL3FVERTEX4FSUNPROC; 
    3454 alias _BCD_func__2003 PFNGLTEXCOORD2FCOLOR4FNORMAL3FVERTEX3FVSUNPROC; 
    3455 alias void function(float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__2005
    3456 alias _BCD_func__2005 PFNGLTEXCOORD2FCOLOR4FNORMAL3FVERTEX3FSUNPROC; 
    3457 alias void function(float *, float *, float *) _BCD_func__2006
    3458 alias _BCD_func__2006 PFNGLTEXCOORD2FNORMAL3FVERTEX3FVSUNPROC; 
    3459 alias void function(float, float, float, float, float, float, float, float) _BCD_func__2007
    3460 alias _BCD_func__2007 PFNGLTEXCOORD2FNORMAL3FVERTEX3FSUNPROC; 
    3461 alias _BCD_func__2006 PFNGLTEXCOORD2FCOLOR3FVERTEX3FVSUNPROC; 
    3462 alias _BCD_func__2007 PFNGLTEXCOORD2FCOLOR3FVERTEX3FSUNPROC; 
    3463 alias void function(float *, char *, float *) _BCD_func__2008
    3464 alias _BCD_func__2008 PFNGLTEXCOORD2FCOLOR4UBVERTEX3FVSUNPROC; 
    3465 alias void function(float, float, char, char, char, char, float, float, float) _BCD_func__2009
    3466 alias _BCD_func__2009 PFNGLTEXCOORD2FCOLOR4UBVERTEX3FSUNPROC; 
    3467 alias void function(float *, float *) _BCD_func__2010
    3468 alias _BCD_func__2010 PFNGLTEXCOORD4FVERTEX4FVSUNPROC; 
    3469 alias _BCD_func__2007 PFNGLTEXCOORD4FVERTEX4FSUNPROC; 
    3470 alias _BCD_func__2010 PFNGLTEXCOORD2FVERTEX3FVSUNPROC; 
    3471 alias void function(float, float, float, float, float) _BCD_func__2011
    3472 alias _BCD_func__2011 PFNGLTEXCOORD2FVERTEX3FSUNPROC; 
    3473 alias _BCD_func__2006 PFNGLCOLOR4FNORMAL3FVERTEX3FVSUNPROC; 
    3474 alias void function(float, float, float, float, float, float, float, float, float, float) _BCD_func__2012
    3475 alias _BCD_func__2012 PFNGLCOLOR4FNORMAL3FVERTEX3FSUNPROC; 
    3476 alias _BCD_func__2010 PFNGLNORMAL3FVERTEX3FVSUNPROC; 
    3477 alias void function(float, float, float, float, float, float) _BCD_func__2013
    3478 alias _BCD_func__2013 PFNGLNORMAL3FVERTEX3FSUNPROC; 
    3479 alias _BCD_func__2010 PFNGLCOLOR3FVERTEX3FVSUNPROC; 
    3480 alias _BCD_func__2013 PFNGLCOLOR3FVERTEX3FSUNPROC; 
    3481 alias void function(char *, float *) _BCD_func__2014
    3482 alias _BCD_func__2014 PFNGLCOLOR4UBVERTEX3FVSUNPROC; 
    3483 alias void function(char, char, char, char, float, float, float) _BCD_func__2015
    3484 alias _BCD_func__2015 PFNGLCOLOR4UBVERTEX3FSUNPROC; 
    3485 alias _BCD_func__2014 PFNGLCOLOR4UBVERTEX2FVSUNPROC; 
    3486 alias void function(char, char, char, char, float, float) _BCD_func__2016
    3487 alias _BCD_func__2016 PFNGLCOLOR4UBVERTEX2FSUNPROC; 
    3488 alias void function(uint, int, void * *) _BCD_func__2017
    3489 alias _BCD_func__2017 PFNGLREPLACEMENTCODEPOINTERSUNPROC; 
    3490 alias void function(char *) _BCD_func__2018
    3491 alias _BCD_func__2018 PFNGLREPLACEMENTCODEUBVSUNPROC; 
    3492 alias void function(ushort *) _BCD_func__2019
    3493 alias _BCD_func__2019 PFNGLREPLACEMENTCODEUSVSUNPROC; 
    3494 alias void function(uint *) _BCD_func__2020
    3495 alias _BCD_func__2020 PFNGLREPLACEMENTCODEUIVSUNPROC; 
    3496 alias void function(char) _BCD_func__2021
    3497 alias _BCD_func__2021 PFNGLREPLACEMENTCODEUBSUNPROC; 
    3498 alias _BCD_func__1883 PFNGLREPLACEMENTCODEUSSUNPROC; 
    3499 alias _BCD_func__1851 PFNGLREPLACEMENTCODEUISUNPROC; 
    3500 alias _BCD_func__1851 PFNGLGLOBALALPHAFACTORUISUNPROC; 
    3501 alias _BCD_func__1883 PFNGLGLOBALALPHAFACTORUSSUNPROC; 
    3502 alias _BCD_func__2021 PFNGLGLOBALALPHAFACTORUBSUNPROC; 
    3503 alias void function(double) _BCD_func__2022
    3504 alias _BCD_func__2022 PFNGLGLOBALALPHAFACTORDSUNPROC; 
    3505 alias _BCD_func__1991 PFNGLGLOBALALPHAFACTORFSUNPROC; 
    3506 alias void function(int) _BCD_func__2023
    3507 alias _BCD_func__2023 PFNGLGLOBALALPHAFACTORISUNPROC; 
    3508 alias void function(short) _BCD_func__2024
    3509 alias _BCD_func__2024 PFNGLGLOBALALPHAFACTORSSUNPROC; 
    3510 alias void function(char) _BCD_func__2025
    3511 alias _BCD_func__2025 PFNGLGLOBALALPHAFACTORBSUNPROC; 
    3512 alias _BCD_func__1874 PFNGLFINISHTEXTURESUNXPROC; 
    3513 alias void function(uint, int, void *) _BCD_func__2026
    3514 alias _BCD_func__2026 PFNGLBINORMALPOINTEREXTPROC; 
    3515 alias _BCD_func__2026 PFNGLTANGENTPOINTEREXTPROC; 
    3516 alias _BCD_func__1972 PFNGLBINORMAL3SVEXTPROC; 
    3517 alias _BCD_func__1980 PFNGLBINORMAL3SEXTPROC; 
    3518 alias _BCD_func__1974 PFNGLBINORMAL3IVEXTPROC; 
    3519 alias _BCD_func__1981 PFNGLBINORMAL3IEXTPROC; 
    3520 alias _BCD_func__1976 PFNGLBINORMAL3FVEXTPROC; 
    3521 alias _BCD_func__1982 PFNGLBINORMAL3FEXTPROC; 
    3522 alias _BCD_func__1978 PFNGLBINORMAL3DVEXTPROC; 
    3523 alias _BCD_func__1983 PFNGLBINORMAL3DEXTPROC; 
    3524 alias void function(char *) _BCD_func__2027
    3525 alias _BCD_func__2027 PFNGLBINORMAL3BVEXTPROC; 
    3526 alias void function(char, char, char) _BCD_func__2028
    3527 alias _BCD_func__2028 PFNGLBINORMAL3BEXTPROC; 
    3528 alias _BCD_func__1972 PFNGLTANGENT3SVEXTPROC; 
    3529 alias _BCD_func__1980 PFNGLTANGENT3SEXTPROC; 
    3530 alias _BCD_func__1974 PFNGLTANGENT3IVEXTPROC; 
    3531 alias _BCD_func__1981 PFNGLTANGENT3IEXTPROC; 
    3532 alias _BCD_func__1976 PFNGLTANGENT3FVEXTPROC; 
    3533 alias _BCD_func__1982 PFNGLTANGENT3FEXTPROC; 
    3534 alias _BCD_func__1978 PFNGLTANGENT3DVEXTPROC; 
    3535 alias _BCD_func__1983 PFNGLTANGENT3DEXTPROC; 
    3536 alias _BCD_func__2027 PFNGLTANGENT3BVEXTPROC; 
    3537 alias _BCD_func__2028 PFNGLTANGENT3BEXTPROC; 
    3538 alias _BCD_func__2026 PFNGLFOGCOORDPOINTEREXTPROC; 
    3539 alias _BCD_func__1978 PFNGLFOGCOORDDVEXTPROC; 
    3540 alias _BCD_func__2022 PFNGLFOGCOORDDEXTPROC; 
    3541 alias _BCD_func__1976 PFNGLFOGCOORDFVEXTPROC; 
    3542 alias _BCD_func__1991 PFNGLFOGCOORDFEXTPROC; 
    3543 alias void function(uint, int *, uint, void * *, int) _BCD_func__2029
    3544 alias _BCD_func__2029 PFNGLMULTIDRAWELEMENTSEXTPROC; 
    3545 alias void function(uint, int *, int *, int) _BCD_func__2030
    3546 alias _BCD_func__2030 PFNGLMULTIDRAWARRAYSEXTPROC; 
    3547 alias _BCD_func__1851 PFNGLTEXTURENORMALEXTPROC; 
    3548 alias _BCD_func__1990 PFNGLSECONDARYCOLORPOINTEREXTPROC; 
    3549 alias _BCD_func__2019 PFNGLSECONDARYCOLOR3USVEXTPROC; 
    3550 alias _BCD_func__1884 PFNGLSECONDARYCOLOR3USEXTPROC; 
    3551 alias _BCD_func__2020 PFNGLSECONDARYCOLOR3UIVEXTPROC; 
    3552 alias _BCD_func__1930 PFNGLSECONDARYCOLOR3UIEXTPROC; 
    3553 alias _BCD_func__2018 PFNGLSECONDARYCOLOR3UBVEXTPROC; 
    3554 alias void function(char, char, char) _BCD_func__2031
    3555 alias _BCD_func__2031 PFNGLSECONDARYCOLOR3UBEXTPROC; 
    3556 alias _BCD_func__1972 PFNGLSECONDARYCOLOR3SVEXTPROC; 
    3557 alias _BCD_func__1980 PFNGLSECONDARYCOLOR3SEXTPROC; 
    3558 alias _BCD_func__1974 PFNGLSECONDARYCOLOR3IVEXTPROC; 
    3559 alias _BCD_func__1981 PFNGLSECONDARYCOLOR3IEXTPROC; 
    3560 alias _BCD_func__1976 PFNGLSECONDARYCOLOR3FVEXTPROC; 
    3561 alias _BCD_func__1982 PFNGLSECONDARYCOLOR3FEXTPROC; 
    3562 alias _BCD_func__1978 PFNGLSECONDARYCOLOR3DVEXTPROC; 
    3563 alias _BCD_func__1983 PFNGLSECONDARYCOLOR3DEXTPROC; 
    3564 alias _BCD_func__2027 PFNGLSECONDARYCOLOR3BVEXTPROC; 
    3565 alias _BCD_func__2028 PFNGLSECONDARYCOLOR3BEXTPROC; 
    3566 alias _BCD_func__1952 PFNGLPIXELTRANSFORMPARAMETERFVEXTPROC; 
    3567 alias _BCD_func__1963 PFNGLPIXELTRANSFORMPARAMETERIVEXTPROC; 
    3568 alias void function(uint, uint, float) _BCD_func__2032
    3569 alias _BCD_func__2032 PFNGLPIXELTRANSFORMPARAMETERFEXTPROC; 
    3570 alias void function(uint, uint, int) _BCD_func__2033
    3571 alias _BCD_func__2033 PFNGLPIXELTRANSFORMPARAMETERIEXTPROC; 
    3572 alias void function(int, uint, void * *) _BCD_func__2034
    3573 alias _BCD_func__2034 PFNGLTEXCOORDPOINTERVINTELPROC; 
    3574 alias _BCD_func__2034 PFNGLCOLORPOINTERVINTELPROC; 
    3575 alias void function(uint, void * *) _BCD_func__2035
    3576 alias _BCD_func__2035 PFNGLNORMALPOINTERVINTELPROC; 
    3577 alias _BCD_func__2034 PFNGLVERTEXPOINTERVINTELPROC; 
    3578 alias _BCD_func__1866 PFNGLISASYNCMARKERSGIXPROC; 
    3579 alias _BCD_func__1894 PFNGLDELETEASYNCMARKERSSGIXPROC; 
    3580 alias uint function(int) _BCD_func__2036
    3581 alias _BCD_func__2036 PFNGLGENASYNCMARKERSSGIXPROC; 
    3582 alias int function(uint *) _BCD_func__2037
    3583 alias _BCD_func__2037 PFNGLPOLLASYNCSGIXPROC; 
    3584 alias _BCD_func__2037 PFNGLFINISHASYNCSGIXPROC; 
    3585 alias _BCD_func__1851 PFNGLASYNCMARKERSGIXPROC; 
    3586 alias _BCD_func__1865 PFNGLTEXTUREMATERIALEXTPROC; 
    3587 alias _BCD_func__1851 PFNGLTEXTURELIGHTEXTPROC; 
    3588 alias _BCD_func__1851 PFNGLAPPLYTEXTUREEXTPROC; 
    3589 alias void function(uint, uint, uint, int, uint, void *) _BCD_func__2038
    3590 alias _BCD_func__2038 PFNGLDRAWRANGEELEMENTSEXTPROC; 
    3591 alias _BCD_func__1894 PFNGLLIGHTENVISGIXPROC; 
    3592 alias _BCD_func__1867 PFNGLGETFRAGMENTMATERIALIVSGIXPROC; 
    3593 alias _BCD_func__1870 PFNGLGETFRAGMENTMATERIALFVSGIXPROC; 
    3594 alias _BCD_func__1867 PFNGLGETFRAGMENTLIGHTIVSGIXPROC; 
    3595 alias _BCD_func__1870 PFNGLGETFRAGMENTLIGHTFVSGIXPROC; 
    3596 alias _BCD_func__1963 PFNGLFRAGMENTMATERIALIVSGIXPROC; 
    3597 alias _BCD_func__2033 PFNGLFRAGMENTMATERIALISGIXPROC; 
    3598 alias _BCD_func__1952 PFNGLFRAGMENTMATERIALFVSGIXPROC; 
    3599 alias _BCD_func__2032 PFNGLFRAGMENTMATERIALFSGIXPROC; 
    3600 alias _BCD_func__1897 PFNGLFRAGMENTLIGHTMODELIVSGIXPROC; 
    3601 alias _BCD_func__1894 PFNGLFRAGMENTLIGHTMODELISGIXPROC; 
    3602 alias _BCD_func__1904 PFNGLFRAGMENTLIGHTMODELFVSGIXPROC; 
    3603 alias _BCD_func__1901 PFNGLFRAGMENTLIGHTMODELFSGIXPROC; 
    3604 alias _BCD_func__1963 PFNGLFRAGMENTLIGHTIVSGIXPROC; 
    3605 alias _BCD_func__2033 PFNGLFRAGMENTLIGHTISGIXPROC; 
    3606 alias _BCD_func__1952 PFNGLFRAGMENTLIGHTFVSGIXPROC; 
    3607 alias _BCD_func__2032 PFNGLFRAGMENTLIGHTFSGIXPROC; 
    3608 alias _BCD_func__1865 PFNGLFRAGMENTCOLORMATERIALSGIXPROC; 
    3609 alias _BCD_func__1942 PFNGLCULLPARAMETERFVEXTPROC; 
    3610 alias void function(uint, double *) _BCD_func__2039
    3611 alias _BCD_func__2039 PFNGLCULLPARAMETERDVEXTPROC; 
    3612 alias _BCD_func__1874 PFNGLUNLOCKARRAYSEXTPROC; 
    3613 alias _BCD_func__1985 PFNGLLOCKARRAYSEXTPROC; 
    3614 alias _BCD_func__1901 PFNGLINDEXFUNCEXTPROC; 
    3615 alias _BCD_func__1865 PFNGLINDEXMATERIALEXTPROC; 
    3616 alias _BCD_func__1963 PFNGLLISTPARAMETERIVSGIXPROC; 
    3617 alias _BCD_func__2033 PFNGLLISTPARAMETERISGIXPROC; 
    3618 alias _BCD_func__1952 PFNGLLISTPARAMETERFVSGIXPROC; 
    3619 alias _BCD_func__2032 PFNGLLISTPARAMETERFSGIXPROC; 
    3620 alias _BCD_func__1867 PFNGLGETLISTPARAMETERIVSGIXPROC; 
    3621 alias _BCD_func__1870 PFNGLGETLISTPARAMETERFVSGIXPROC; 
    3622 alias _BCD_func__1870 PFNGLGETCOLORTABLEPARAMETERFVEXTPROC; 
    3623 alias _BCD_func__1867 PFNGLGETCOLORTABLEPARAMETERIVEXTPROC; 
    3624 alias void function(uint, uint, uint, void *) _BCD_func__2040
    3625 alias _BCD_func__2040 PFNGLGETCOLORTABLEEXTPROC; 
    3626 alias void function(uint, uint, int, uint, uint, void *) _BCD_func__2041
    3627 alias _BCD_func__2041 PFNGLCOLORTABLEEXTPROC; 
    3628 alias _BCD_func__1894 PFNGLHINTPGIPROC; 
    3629 alias _BCD_func__1912 PFNGLCOPYCOLORSUBTABLEEXTPROC; 
    3630 alias void function(uint, int, int, uint, uint, void *) _BCD_func__2042
    3631 alias _BCD_func__2042 PFNGLCOLORSUBTABLEEXTPROC; 
    3632 alias _BCD_func__1870 PFNGLGETIMAGETRANSFORMPARAMETERFVHPPROC; 
    3633 alias _BCD_func__1867 PFNGLGETIMAGETRANSFORMPARAMETERIVHPPROC; 
    3634 alias _BCD_func__1952 PFNGLIMAGETRANSFORMPARAMETERFVHPPROC; 
    3635 alias _BCD_func__1963 PFNGLIMAGETRANSFORMPARAMETERIVHPPROC; 
    3636 alias _BCD_func__2032 PFNGLIMAGETRANSFORMPARAMETERFHPPROC; 
    3637 alias _BCD_func__2033 PFNGLIMAGETRANSFORMPARAMETERIHPPROC; 
    3638 alias void function(float *) _BCD_func__2043
    3639 alias _BCD_func__2043 PFNGLGETFOGFUNCSGISPROC; 
    3640 alias void function(int, float *) _BCD_func__2044
    3641 alias _BCD_func__2044 PFNGLFOGFUNCSGISPROC; 
    3642 alias _BCD_func__1874 PFNGLFLUSHRASTERSGIXPROC; 
    3643 alias _BCD_func__1978 PFNGLREFERENCEPLANESGIXPROC; 
    3644 alias _BCD_func__1851 PFNGLLOADIDENTITYDEFORMATIONMAPSGIXPROC; 
    3645 alias _BCD_func__1851 PFNGLDEFORMSGIXPROC; 
    3646 alias void function(uint, float, float, int, int, float, float, int, int, float, float, int, int, float *) _BCD_func__2045
    3647 alias _BCD_func__2045 PFNGLDEFORMATIONMAP3FSGIXPROC; 
    3648 alias void function(uint, double, double, int, int, double, double, int, int, double, double, int, int, double *) _BCD_func__2046
    3649 alias _BCD_func__2046 PFNGLDEFORMATIONMAP3DSGIXPROC; 
    3650 alias _BCD_func__1874 PFNGLTAGSAMPLEBUFFERSGIXPROC; 
    3651 alias _BCD_func__2023 PFNGLFRAMEZOOMSGIXPROC; 
    3652 alias _BCD_func__2023 PFNGLSTOPINSTRUMENTSSGIXPROC; 
    3653 alias _BCD_func__1874 PFNGLSTARTINSTRUMENTSSGIXPROC; 
    3654 alias _BCD_func__2023 PFNGLREADINSTRUMENTSSGIXPROC; 
    3655 alias int function(int *) _BCD_func__2047
    3656 alias _BCD_func__2047 PFNGLPOLLINSTRUMENTSSGIXPROC; 
    3657 alias void function(int, int *) _BCD_func__2048
    3658 alias _BCD_func__2048 PFNGLINSTRUMENTSBUFFERSGIXPROC; 
    3659 alias int function() _BCD_func__2049
    3660 alias _BCD_func__2049 PFNGLGETINSTRUMENTSSGIXPROC; 
    3661 alias _BCD_func__1904 PFNGLPOINTPARAMETERFVSGISPROC; 
    3662 alias _BCD_func__1901 PFNGLPOINTPARAMETERFSGISPROC; 
    3663 alias _BCD_func__1904 PFNGLPOINTPARAMETERFVEXTPROC; 
    3664 alias _BCD_func__1901 PFNGLPOINTPARAMETERFEXTPROC; 
    3665 alias _BCD_func__1897 PFNGLSPRITEPARAMETERIVSGIXPROC; 
    3666 alias _BCD_func__1894 PFNGLSPRITEPARAMETERISGIXPROC; 
    3667 alias _BCD_func__1904 PFNGLSPRITEPARAMETERFVSGIXPROC; 
    3668 alias _BCD_func__1901 PFNGLSPRITEPARAMETERFSGIXPROC; 
    3669 alias _BCD_func__1851 PFNGLBLENDEQUATIONEXTPROC; 
    3670 alias void function(int, uint, int, int, void *) _BCD_func__2050
    3671 alias _BCD_func__2050 PFNGLVERTEXPOINTEREXTPROC; 
    3672 alias _BCD_func__2050 PFNGLTEXCOORDPOINTEREXTPROC; 
    3673 alias void function(uint, int, int, void *) _BCD_func__2051
    3674 alias _BCD_func__2051 PFNGLNORMALPOINTEREXTPROC; 
    3675 alias _BCD_func__2051 PFNGLINDEXPOINTEREXTPROC; 
    3676 alias void function(uint, void * *) _BCD_func__2052
    3677 alias _BCD_func__2052 PFNGLGETPOINTERVEXTPROC; 
    3678 alias void function(int, int, char *) _BCD_func__2053
    3679 alias _BCD_func__2053 PFNGLEDGEFLAGPOINTEREXTPROC; 
    3680 alias _BCD_func__1855 PFNGLDRAWARRAYSEXTPROC; 
    3681 alias _BCD_func__2050 PFNGLCOLORPOINTEREXTPROC; 
    3682 alias _BCD_func__2023 PFNGLARRAYELEMENTEXTPROC; 
    3683 alias _BCD_func__1851 PFNGLSAMPLEPATTERNSGISPROC; 
    3684 alias _BCD_func__1966 PFNGLSAMPLEMASKSGISPROC; 
    3685 alias _BCD_func__1942 PFNGLGETSHARPENTEXFUNCSGISPROC; 
    3686 alias _BCD_func__1946 PFNGLSHARPENTEXFUNCSGISPROC; 
    3687 alias _BCD_func__1942 PFNGLGETDETAILTEXFUNCSGISPROC; 
    3688 alias _BCD_func__1946 PFNGLDETAILTEXFUNCSGISPROC; 
     3289alias void function(uint, ushort *) _BCD_func__2060
     3290alias _BCD_func__2060 PFNGLVARIANTUSVEXTPROC; 
     3291alias void function(uint, char *) _BCD_func__2061
     3292alias _BCD_func__2061 PFNGLVARIANTUBVEXTPROC; 
     3293alias _BCD_func__2036 PFNGLVARIANTDVEXTPROC; 
     3294alias _BCD_func__2038 PFNGLVARIANTFVEXTPROC; 
     3295alias _BCD_func__2031 PFNGLVARIANTIVEXTPROC; 
     3296alias _BCD_func__2040 PFNGLVARIANTSVEXTPROC; 
     3297alias _BCD_func__2042 PFNGLVARIANTBVEXTPROC; 
     3298alias void function(uint, uint, void *) _BCD_func__2062
     3299alias _BCD_func__2062 PFNGLSETLOCALCONSTANTEXTPROC; 
     3300alias _BCD_func__2062 PFNGLSETINVARIANTEXTPROC; 
     3301alias uint function(uint, uint, uint, uint) _BCD_func__2063
     3302alias _BCD_func__2063 PFNGLGENSYMBOLSEXTPROC; 
     3303alias void function(uint, uint, uint) _BCD_func__2064
     3304alias _BCD_func__2064 PFNGLEXTRACTCOMPONENTEXTPROC; 
     3305alias _BCD_func__2064 PFNGLINSERTCOMPONENTEXTPROC; 
     3306alias void function(uint, uint, uint, uint, uint, uint) _BCD_func__2065
     3307alias _BCD_func__2065 PFNGLWRITEMASKEXTPROC; 
     3308alias _BCD_func__2065 PFNGLSWIZZLEEXTPROC; 
     3309alias void function(uint, uint, uint, uint, uint) _BCD_func__2066
     3310alias _BCD_func__2066 PFNGLSHADEROP3EXTPROC; 
     3311alias _BCD_func__1989 PFNGLSHADEROP2EXTPROC; 
     3312alias _BCD_func__2064 PFNGLSHADEROP1EXTPROC; 
     3313alias _BCD_func__1987 PFNGLDELETEVERTEXSHADEREXTPROC; 
     3314alias _BCD_func__2055 PFNGLGENVERTEXSHADERSEXTPROC; 
     3315alias _BCD_func__1987 PFNGLBINDVERTEXSHADEREXTPROC; 
     3316alias _BCD_func__2003 PFNGLENDVERTEXSHADEREXTPROC; 
     3317alias _BCD_func__2003 PFNGLBEGINVERTEXSHADEREXTPROC; 
     3318alias _BCD_func__1996 PFNGLGETVARIANTARRAYOBJECTIVATIPROC; 
     3319alias _BCD_func__1999 PFNGLGETVARIANTARRAYOBJECTFVATIPROC; 
     3320alias void function(uint, uint, int, uint, uint) _BCD_func__2067
     3321alias _BCD_func__2067 PFNGLVARIANTARRAYOBJECTATIPROC; 
     3322alias _BCD_func__1996 PFNGLGETARRAYOBJECTIVATIPROC; 
     3323alias _BCD_func__1999 PFNGLGETARRAYOBJECTFVATIPROC; 
     3324alias void function(uint, int, uint, int, uint, uint) _BCD_func__2068
     3325alias _BCD_func__2068 PFNGLARRAYOBJECTATIPROC; 
     3326alias _BCD_func__1987 PFNGLFREEOBJECTBUFFERATIPROC; 
     3327alias _BCD_func__1996 PFNGLGETOBJECTBUFFERIVATIPROC; 
     3328alias _BCD_func__1999 PFNGLGETOBJECTBUFFERFVATIPROC; 
     3329alias void function(uint, uint, int, void *, uint) _BCD_func__2069
     3330alias _BCD_func__2069 PFNGLUPDATEOBJECTBUFFERATIPROC; 
     3331alias _BCD_func__1995 PFNGLISOBJECTBUFFERATIPROC; 
     3332alias uint function(int, void *, uint) _BCD_func__2070
     3333alias _BCD_func__2070 PFNGLNEWOBJECTBUFFERATIPROC; 
     3334alias _BCD_func__2035 PFNGLPNTRIANGLESFATIPROC; 
     3335alias _BCD_func__2023 PFNGLPNTRIANGLESIATIPROC; 
     3336alias _BCD_func__2038 PFNGLSETFRAGMENTSHADERCONSTANTATIPROC; 
     3337alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__2071
     3338alias _BCD_func__2071 PFNGLALPHAFRAGMENTOP3ATIPROC; 
     3339alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__2072
     3340alias _BCD_func__2072 PFNGLALPHAFRAGMENTOP2ATIPROC; 
     3341alias _BCD_func__2065 PFNGLALPHAFRAGMENTOP1ATIPROC; 
     3342alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__2073
     3343alias _BCD_func__2073 PFNGLCOLORFRAGMENTOP3ATIPROC; 
     3344alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__2074
     3345alias _BCD_func__2074 PFNGLCOLORFRAGMENTOP2ATIPROC; 
     3346alias void function(uint, uint, uint, uint, uint, uint, uint) _BCD_func__2075
     3347alias _BCD_func__2075 PFNGLCOLORFRAGMENTOP1ATIPROC; 
     3348alias _BCD_func__2064 PFNGLSAMPLEMAPATIPROC; 
     3349alias _BCD_func__2064 PFNGLPASSTEXCOORDATIPROC; 
     3350alias _BCD_func__2003 PFNGLENDFRAGMENTSHADERATIPROC; 
     3351alias _BCD_func__2003 PFNGLBEGINFRAGMENTSHADERATIPROC; 
     3352alias _BCD_func__1987 PFNGLDELETEFRAGMENTSHADERATIPROC; 
     3353alias _BCD_func__1987 PFNGLBINDFRAGMENTSHADERATIPROC; 
     3354alias _BCD_func__2055 PFNGLGENFRAGMENTSHADERSATIPROC; 
     3355alias void function(uint, float *) _BCD_func__2076
     3356alias _BCD_func__2076 PFNGLGETTEXBUMPPARAMETERFVATIPROC; 
     3357alias void function(uint, int *) _BCD_func__2077
     3358alias _BCD_func__2077 PFNGLGETTEXBUMPPARAMETERIVATIPROC; 
     3359alias _BCD_func__2038 PFNGLTEXBUMPPARAMETERFVATIPROC; 
     3360alias _BCD_func__2031 PFNGLTEXBUMPPARAMETERIVATIPROC; 
     3361alias void function(uint, int, char *) _BCD_func__2078
     3362alias _BCD_func__2078 PFNGLVERTEXATTRIBS4UBVNVPROC; 
     3363alias void function(uint, int, short *) _BCD_func__2079
     3364alias _BCD_func__2079 PFNGLVERTEXATTRIBS4SVNVPROC; 
     3365alias void function(uint, int, float *) _BCD_func__2080
     3366alias _BCD_func__2080 PFNGLVERTEXATTRIBS4FVNVPROC; 
     3367alias void function(uint, int, double *) _BCD_func__2081
     3368alias _BCD_func__2081 PFNGLVERTEXATTRIBS4DVNVPROC; 
     3369alias _BCD_func__2079 PFNGLVERTEXATTRIBS3SVNVPROC; 
     3370alias _BCD_func__2080 PFNGLVERTEXATTRIBS3FVNVPROC; 
     3371alias _BCD_func__2081 PFNGLVERTEXATTRIBS3DVNVPROC; 
     3372alias _BCD_func__2079 PFNGLVERTEXATTRIBS2SVNVPROC; 
     3373alias _BCD_func__2080 PFNGLVERTEXATTRIBS2FVNVPROC; 
     3374alias _BCD_func__2081 PFNGLVERTEXATTRIBS2DVNVPROC; 
     3375alias _BCD_func__2079 PFNGLVERTEXATTRIBS1SVNVPROC; 
     3376alias _BCD_func__2080 PFNGLVERTEXATTRIBS1FVNVPROC; 
     3377alias _BCD_func__2081 PFNGLVERTEXATTRIBS1DVNVPROC; 
     3378alias _BCD_func__2061 PFNGLVERTEXATTRIB4UBVNVPROC; 
     3379alias void function(uint, char, char, char, char) _BCD_func__2082
     3380alias _BCD_func__2082 PFNGLVERTEXATTRIB4UBNVPROC; 
     3381alias _BCD_func__2040 PFNGLVERTEXATTRIB4SVNVPROC; 
     3382alias _BCD_func__2047 PFNGLVERTEXATTRIB4SNVPROC; 
     3383alias _BCD_func__2038 PFNGLVERTEXATTRIB4FVNVPROC; 
     3384alias _BCD_func__2045 PFNGLVERTEXATTRIB4FNVPROC; 
     3385alias _BCD_func__2036 PFNGLVERTEXATTRIB4DVNVPROC; 
     3386alias _BCD_func__2044 PFNGLVERTEXATTRIB4DNVPROC; 
     3387alias _BCD_func__2040 PFNGLVERTEXATTRIB3SVNVPROC; 
     3388alias _BCD_func__2041 PFNGLVERTEXATTRIB3SNVPROC; 
     3389alias _BCD_func__2038 PFNGLVERTEXATTRIB3FVNVPROC; 
     3390alias _BCD_func__2039 PFNGLVERTEXATTRIB3FNVPROC; 
     3391alias _BCD_func__2036 PFNGLVERTEXATTRIB3DVNVPROC; 
     3392alias _BCD_func__2037 PFNGLVERTEXATTRIB3DNVPROC; 
     3393alias _BCD_func__2040 PFNGLVERTEXATTRIB2SVNVPROC; 
     3394alias _BCD_func__2050 PFNGLVERTEXATTRIB2SNVPROC; 
     3395alias _BCD_func__2038 PFNGLVERTEXATTRIB2FVNVPROC; 
     3396alias _BCD_func__2049 PFNGLVERTEXATTRIB2FNVPROC; 
     3397alias _BCD_func__2036 PFNGLVERTEXATTRIB2DVNVPROC; 
     3398alias _BCD_func__2048 PFNGLVERTEXATTRIB2DNVPROC; 
     3399alias _BCD_func__2040 PFNGLVERTEXATTRIB1SVNVPROC; 
     3400alias _BCD_func__2052 PFNGLVERTEXATTRIB1SNVPROC; 
     3401alias _BCD_func__2038 PFNGLVERTEXATTRIB1FVNVPROC; 
     3402alias _BCD_func__2035 PFNGLVERTEXATTRIB1FNVPROC; 
     3403alias _BCD_func__2036 PFNGLVERTEXATTRIB1DVNVPROC; 
     3404alias _BCD_func__2051 PFNGLVERTEXATTRIB1DNVPROC; 
     3405alias void function(uint, int, uint, int, void *) _BCD_func__2083
     3406alias _BCD_func__2083 PFNGLVERTEXATTRIBPOINTERNVPROC; 
     3407alias _BCD_func__1989 PFNGLTRACKMATRIXNVPROC; 
     3408alias _BCD_func__1994 PFNGLREQUESTRESIDENTPROGRAMSNVPROC; 
     3409alias void function(uint, uint, uint, float *) _BCD_func__2084
     3410alias _BCD_func__2084 PFNGLPROGRAMPARAMETERS4FVNVPROC; 
     3411alias void function(uint, uint, uint, double *) _BCD_func__2085
     3412alias _BCD_func__2085 PFNGLPROGRAMPARAMETERS4DVNVPROC; 
     3413alias void function(uint, uint, float *) _BCD_func__2086
     3414alias _BCD_func__2086 PFNGLPROGRAMPARAMETER4FVNVPROC; 
     3415alias void function(uint, uint, float, float, float, float) _BCD_func__2087
     3416alias _BCD_func__2087 PFNGLPROGRAMPARAMETER4FNVPROC; 
     3417alias void function(uint, uint, double *) _BCD_func__2088
     3418alias _BCD_func__2088 PFNGLPROGRAMPARAMETER4DVNVPROC; 
     3419alias void function(uint, uint, double, double, double, double) _BCD_func__2089
     3420alias _BCD_func__2089 PFNGLPROGRAMPARAMETER4DNVPROC; 
     3421alias void function(uint, uint, int, char *) _BCD_func__2090
     3422alias _BCD_func__2090 PFNGLLOADPROGRAMNVPROC; 
     3423alias _BCD_func__1995 PFNGLISPROGRAMNVPROC; 
     3424alias _BCD_func__2054 PFNGLGETVERTEXATTRIBPOINTERVNVPROC; 
     3425alias _BCD_func__1996 PFNGLGETVERTEXATTRIBIVNVPROC; 
     3426alias _BCD_func__1999 PFNGLGETVERTEXATTRIBFVNVPROC; 
     3427alias void function(uint, uint, double *) _BCD_func__2091
     3428alias _BCD_func__2091 PFNGLGETVERTEXATTRIBDVNVPROC; 
     3429alias _BCD_func__1988 PFNGLGETTRACKMATRIXIVNVPROC; 
     3430alias void function(uint, uint, char *) _BCD_func__2092
     3431alias _BCD_func__2092 PFNGLGETPROGRAMSTRINGNVPROC; 
     3432alias _BCD_func__1996 PFNGLGETPROGRAMIVNVPROC; 
     3433alias void function(uint, uint, uint, float *) _BCD_func__2093
     3434alias _BCD_func__2093 PFNGLGETPROGRAMPARAMETERFVNVPROC; 
     3435alias void function(uint, uint, uint, double *) _BCD_func__2094
     3436alias _BCD_func__2094 PFNGLGETPROGRAMPARAMETERDVNVPROC; 
     3437alias _BCD_func__1993 PFNGLGENPROGRAMSNVPROC; 
     3438alias _BCD_func__2086 PFNGLEXECUTEPROGRAMNVPROC; 
     3439alias _BCD_func__1994 PFNGLDELETEPROGRAMSNVPROC; 
     3440alias _BCD_func__1980 PFNGLBINDPROGRAMNVPROC; 
     3441alias char function(int, uint *, char *) _BCD_func__2095
     3442alias _BCD_func__2095 PFNGLAREPROGRAMSRESIDENTNVPROC; 
     3443alias _BCD_func__1999 PFNGLGETCOMBINERSTAGEPARAMETERFVNVPROC; 
     3444alias _BCD_func__2086 PFNGLCOMBINERSTAGEPARAMETERFVNVPROC; 
     3445alias _BCD_func__1980 PFNGLEVALMAPSNVPROC; 
     3446alias _BCD_func__2093 PFNGLGETMAPATTRIBPARAMETERFVNVPROC; 
     3447alias _BCD_func__1988 PFNGLGETMAPATTRIBPARAMETERIVNVPROC; 
     3448alias _BCD_func__1999 PFNGLGETMAPPARAMETERFVNVPROC; 
     3449alias _BCD_func__1996 PFNGLGETMAPPARAMETERIVNVPROC; 
     3450alias void function(uint, uint, uint, int, int, char, void *) _BCD_func__2096
     3451alias _BCD_func__2096 PFNGLGETMAPCONTROLPOINTSNVPROC; 
     3452alias _BCD_func__2086 PFNGLMAPPARAMETERFVNVPROC; 
     3453alias void function(uint, uint, int *) _BCD_func__2097
     3454alias _BCD_func__2097 PFNGLMAPPARAMETERIVNVPROC; 
     3455alias void function(uint, uint, uint, int, int, int, int, char, void *) _BCD_func__2098
     3456alias _BCD_func__2098 PFNGLMAPCONTROLPOINTSNVPROC; 
     3457alias _BCD_func__1980 PFNGLSETFENCENVPROC; 
     3458alias _BCD_func__1987 PFNGLFINISHFENCENVPROC; 
     3459alias _BCD_func__1996 PFNGLGETFENCEIVNVPROC; 
     3460alias _BCD_func__1995 PFNGLTESTFENCENVPROC; 
     3461alias _BCD_func__1995 PFNGLISFENCENVPROC; 
     3462alias _BCD_func__1993 PFNGLGENFENCESNVPROC; 
     3463alias _BCD_func__1994 PFNGLDELETEFENCESNVPROC; 
     3464alias _BCD_func__2030 PFNGLIGLOOINTERFACESGIXPROC; 
     3465alias void function(char, char, char, char) _BCD_func__2099
     3466alias _BCD_func__2099 PFNGLTEXTURECOLORMASKSGISPROC; 
     3467alias _BCD_func__1987 PFNGLSAMPLEPATTERNEXTPROC; 
     3468alias void function(float, char) _BCD_func__2100
     3469alias _BCD_func__2100 PFNGLSAMPLEMASKEXTPROC; 
     3470alias _BCD_func__1987 PFNGLTBUFFERMASK3DFXPROC; 
     3471alias void function(int, uint, int, void * *, int) _BCD_func__2101
     3472alias _BCD_func__2101 PFNGLVERTEXPOINTERLISTIBMPROC; 
     3473alias _BCD_func__2101 PFNGLTEXCOORDPOINTERLISTIBMPROC; 
     3474alias void function(uint, int, void * *, int) _BCD_func__2102
     3475alias _BCD_func__2102 PFNGLNORMALPOINTERLISTIBMPROC; 
     3476alias _BCD_func__2102 PFNGLINDEXPOINTERLISTIBMPROC; 
     3477alias _BCD_func__2102 PFNGLFOGCOORDPOINTERLISTIBMPROC; 
     3478alias void function(int, char * *, int) _BCD_func__2103
     3479alias _BCD_func__2103 PFNGLEDGEFLAGPOINTERLISTIBMPROC; 
     3480alias _BCD_func__2101 PFNGLSECONDARYCOLORPOINTERLISTIBMPROC; 
     3481alias _BCD_func__2101 PFNGLCOLORPOINTERLISTIBMPROC; 
     3482alias void function(uint *, int *, uint, void * *, int, int) _BCD_func__2104
     3483alias _BCD_func__2104 PFNGLMULTIMODEDRAWELEMENTSIBMPROC; 
     3484alias void function(uint *, int *, int *, int, int) _BCD_func__2105
     3485alias _BCD_func__2105 PFNGLMULTIMODEDRAWARRAYSIBMPROC; 
     3486alias void function(short *) _BCD_func__2106
     3487alias _BCD_func__2106 PFNGLWINDOWPOS4SVMESAPROC; 
     3488alias void function(short, short, short, short) _BCD_func__2107
     3489alias _BCD_func__2107 PFNGLWINDOWPOS4SMESAPROC; 
     3490alias void function(int *) _BCD_func__2108
     3491alias _BCD_func__2108 PFNGLWINDOWPOS4IVMESAPROC; 
     3492alias void function(int, int, int, int) _BCD_func__2109
     3493alias _BCD_func__2109 PFNGLWINDOWPOS4IMESAPROC; 
     3494alias void function(float *) _BCD_func__2110
     3495alias _BCD_func__2110 PFNGLWINDOWPOS4FVMESAPROC; 
     3496alias void function(float, float, float, float) _BCD_func__2111
     3497alias _BCD_func__2111 PFNGLWINDOWPOS4FMESAPROC; 
     3498alias void function(double *) _BCD_func__2112
     3499alias _BCD_func__2112 PFNGLWINDOWPOS4DVMESAPROC; 
     3500alias void function(double, double, double, double) _BCD_func__2113
     3501alias _BCD_func__2113 PFNGLWINDOWPOS4DMESAPROC; 
     3502alias _BCD_func__2106 PFNGLWINDOWPOS3SVMESAPROC; 
     3503alias void function(short, short, short) _BCD_func__2114
     3504alias _BCD_func__2114 PFNGLWINDOWPOS3SMESAPROC; 
     3505alias _BCD_func__2108 PFNGLWINDOWPOS3IVMESAPROC; 
     3506alias void function(int, int, int) _BCD_func__2115
     3507alias _BCD_func__2115 PFNGLWINDOWPOS3IMESAPROC; 
     3508alias _BCD_func__2110 PFNGLWINDOWPOS3FVMESAPROC; 
     3509alias void function(float, float, float) _BCD_func__2116
     3510alias _BCD_func__2116 PFNGLWINDOWPOS3FMESAPROC; 
     3511alias _BCD_func__2112 PFNGLWINDOWPOS3DVMESAPROC; 
     3512alias void function(double, double, double) _BCD_func__2117
     3513alias _BCD_func__2117 PFNGLWINDOWPOS3DMESAPROC; 
     3514alias _BCD_func__2106 PFNGLWINDOWPOS2SVMESAPROC; 
     3515alias void function(short, short) _BCD_func__2118
     3516alias _BCD_func__2118 PFNGLWINDOWPOS2SMESAPROC; 
     3517alias _BCD_func__2108 PFNGLWINDOWPOS2IVMESAPROC; 
     3518alias void function(int, int) _BCD_func__2119
     3519alias _BCD_func__2119 PFNGLWINDOWPOS2IMESAPROC; 
     3520alias _BCD_func__2110 PFNGLWINDOWPOS2FVMESAPROC; 
     3521alias void function(float, float) _BCD_func__2120
     3522alias _BCD_func__2120 PFNGLWINDOWPOS2FMESAPROC; 
     3523alias _BCD_func__2112 PFNGLWINDOWPOS2DVMESAPROC; 
     3524alias _BCD_func__1998 PFNGLWINDOWPOS2DMESAPROC; 
     3525alias _BCD_func__2003 PFNGLRESIZEBUFFERSMESAPROC; 
     3526alias _BCD_func__1996 PFNGLGETFINALCOMBINERINPUTPARAMETERIVNVPROC; 
     3527alias _BCD_func__1999 PFNGLGETFINALCOMBINERINPUTPARAMETERFVNVPROC; 
     3528alias _BCD_func__1988 PFNGLGETCOMBINEROUTPUTPARAMETERIVNVPROC; 
     3529alias _BCD_func__2093 PFNGLGETCOMBINEROUTPUTPARAMETERFVNVPROC; 
     3530alias void function(uint, uint, uint, uint, int *) _BCD_func__2121
     3531alias _BCD_func__2121 PFNGLGETCOMBINERINPUTPARAMETERIVNVPROC; 
     3532alias void function(uint, uint, uint, uint, float *) _BCD_func__2122
     3533alias _BCD_func__2122 PFNGLGETCOMBINERINPUTPARAMETERFVNVPROC; 
     3534alias _BCD_func__1989 PFNGLFINALCOMBINERINPUTNVPROC; 
     3535alias void function(uint, uint, uint, uint, uint, uint, uint, char, char, char) _BCD_func__2123
     3536alias _BCD_func__2123 PFNGLCOMBINEROUTPUTNVPROC; 
     3537alias _BCD_func__2065 PFNGLCOMBINERINPUTNVPROC; 
     3538alias _BCD_func__2023 PFNGLCOMBINERPARAMETERINVPROC; 
     3539alias _BCD_func__2031 PFNGLCOMBINERPARAMETERIVNVPROC; 
     3540alias _BCD_func__2035 PFNGLCOMBINERPARAMETERFNVPROC; 
     3541alias _BCD_func__2038 PFNGLCOMBINERPARAMETERFVNVPROC; 
     3542alias _BCD_func__1986 PFNGLVERTEXARRAYRANGENVPROC; 
     3543alias _BCD_func__2003 PFNGLFLUSHVERTEXARRAYRANGENVPROC; 
     3544alias void function(int, uint, int, void *) _BCD_func__2124
     3545alias _BCD_func__2124 PFNGLVERTEXWEIGHTPOINTEREXTPROC; 
     3546alias _BCD_func__2110 PFNGLVERTEXWEIGHTFVEXTPROC; 
     3547alias void function(float) _BCD_func__2125
     3548alias _BCD_func__2125 PFNGLVERTEXWEIGHTFEXTPROC; 
     3549alias _BCD_func__1989 PFNGLBLENDFUNCSEPARATEINGRPROC; 
     3550alias _BCD_func__1989 PFNGLBLENDFUNCSEPARATEEXTPROC; 
     3551alias void function(uint *, float *, float *, float *, float *) _BCD_func__2126
     3552alias _BCD_func__2126 PFNGLREPLACEMENTCODEUITEXCOORD2FCOLOR4FNORMAL3FVERTEX3FVSUNPROC; 
     3553alias void function(uint, float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__2127
     3554alias _BCD_func__2127 PFNGLREPLACEMENTCODEUITEXCOORD2FCOLOR4FNORMAL3FVERTEX3FSUNPROC; 
     3555alias void function(uint *, float *, float *, float *) _BCD_func__2128
     3556alias _BCD_func__2128 PFNGLREPLACEMENTCODEUITEXCOORD2FNORMAL3FVERTEX3FVSUNPROC; 
     3557alias void function(uint, float, float, float, float, float, float, float, float) _BCD_func__2129
     3558alias _BCD_func__2129 PFNGLREPLACEMENTCODEUITEXCOORD2FNORMAL3FVERTEX3FSUNPROC; 
     3559alias void function(uint *, float *, float *) _BCD_func__2130
     3560alias _BCD_func__2130 PFNGLREPLACEMENTCODEUITEXCOORD2FVERTEX3FVSUNPROC; 
     3561alias void function(uint, float, float, float, float, float) _BCD_func__2131
     3562alias _BCD_func__2131 PFNGLREPLACEMENTCODEUITEXCOORD2FVERTEX3FSUNPROC; 
     3563alias _BCD_func__2128 PFNGLREPLACEMENTCODEUICOLOR4FNORMAL3FVERTEX3FVSUNPROC; 
     3564alias void function(uint, float, float, float, float, float, float, float, float, float, float) _BCD_func__2132
     3565alias _BCD_func__2132 PFNGLREPLACEMENTCODEUICOLOR4FNORMAL3FVERTEX3FSUNPROC; 
     3566alias _BCD_func__2130 PFNGLREPLACEMENTCODEUINORMAL3FVERTEX3FVSUNPROC; 
     3567alias void function(uint, float, float, float, float, float, float) _BCD_func__2133
     3568alias _BCD_func__2133 PFNGLREPLACEMENTCODEUINORMAL3FVERTEX3FSUNPROC; 
     3569alias _BCD_func__2130 PFNGLREPLACEMENTCODEUICOLOR3FVERTEX3FVSUNPROC; 
     3570alias _BCD_func__2133 PFNGLREPLACEMENTCODEUICOLOR3FVERTEX3FSUNPROC; 
     3571alias void function(uint *, char *, float *) _BCD_func__2134
     3572alias _BCD_func__2134 PFNGLREPLACEMENTCODEUICOLOR4UBVERTEX3FVSUNPROC; 
     3573alias void function(uint, char, char, char, char, float, float, float) _BCD_func__2135
     3574alias _BCD_func__2135 PFNGLREPLACEMENTCODEUICOLOR4UBVERTEX3FSUNPROC; 
     3575alias void function(uint *, float *) _BCD_func__2136
     3576alias _BCD_func__2136 PFNGLREPLACEMENTCODEUIVERTEX3FVSUNPROC; 
     3577alias _BCD_func__2039 PFNGLREPLACEMENTCODEUIVERTEX3FSUNPROC; 
     3578alias void function(float *, float *, float *, float *) _BCD_func__2137
     3579alias _BCD_func__2137 PFNGLTEXCOORD4FCOLOR4FNORMAL3FVERTEX4FVSUNPROC; 
     3580alias void function(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__2138
     3581alias _BCD_func__2138 PFNGLTEXCOORD4FCOLOR4FNORMAL3FVERTEX4FSUNPROC; 
     3582alias _BCD_func__2137 PFNGLTEXCOORD2FCOLOR4FNORMAL3FVERTEX3FVSUNPROC; 
     3583alias void function(float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__2139
     3584alias _BCD_func__2139 PFNGLTEXCOORD2FCOLOR4FNORMAL3FVERTEX3FSUNPROC; 
     3585alias void function(float *, float *, float *) _BCD_func__2140
     3586alias _BCD_func__2140 PFNGLTEXCOORD2FNORMAL3FVERTEX3FVSUNPROC; 
     3587alias void function(float, float, float, float, float, float, float, float) _BCD_func__2141
     3588alias _BCD_func__2141 PFNGLTEXCOORD2FNORMAL3FVERTEX3FSUNPROC; 
     3589alias _BCD_func__2140 PFNGLTEXCOORD2FCOLOR3FVERTEX3FVSUNPROC; 
     3590alias _BCD_func__2141 PFNGLTEXCOORD2FCOLOR3FVERTEX3FSUNPROC; 
     3591alias void function(float *, char *, float *) _BCD_func__2142
     3592alias _BCD_func__2142 PFNGLTEXCOORD2FCOLOR4UBVERTEX3FVSUNPROC; 
     3593alias void function(float, float, char, char, char, char, float, float, float) _BCD_func__2143
     3594alias _BCD_func__2143 PFNGLTEXCOORD2FCOLOR4UBVERTEX3FSUNPROC; 
     3595alias void function(float *, float *) _BCD_func__2144
     3596alias _BCD_func__2144 PFNGLTEXCOORD4FVERTEX4FVSUNPROC; 
     3597alias _BCD_func__2141 PFNGLTEXCOORD4FVERTEX4FSUNPROC; 
     3598alias _BCD_func__2144 PFNGLTEXCOORD2FVERTEX3FVSUNPROC; 
     3599alias void function(float, float, float, float, float) _BCD_func__2145
     3600alias _BCD_func__2145 PFNGLTEXCOORD2FVERTEX3FSUNPROC; 
     3601alias _BCD_func__2140 PFNGLCOLOR4FNORMAL3FVERTEX3FVSUNPROC; 
     3602alias void function(float, float, float, float, float, float, float, float, float, float) _BCD_func__2146
     3603alias _BCD_func__2146 PFNGLCOLOR4FNORMAL3FVERTEX3FSUNPROC; 
     3604alias _BCD_func__2144 PFNGLNORMAL3FVERTEX3FVSUNPROC; 
     3605alias void function(float, float, float, float, float, float) _BCD_func__2147
     3606alias _BCD_func__2147 PFNGLNORMAL3FVERTEX3FSUNPROC; 
     3607alias _BCD_func__2144 PFNGLCOLOR3FVERTEX3FVSUNPROC; 
     3608alias _BCD_func__2147 PFNGLCOLOR3FVERTEX3FSUNPROC; 
     3609alias void function(char *, float *) _BCD_func__2148
     3610alias _BCD_func__2148 PFNGLCOLOR4UBVERTEX3FVSUNPROC; 
     3611alias void function(char, char, char, char, float, float, float) _BCD_func__2149
     3612alias _BCD_func__2149 PFNGLCOLOR4UBVERTEX3FSUNPROC; 
     3613alias _BCD_func__2148 PFNGLCOLOR4UBVERTEX2FVSUNPROC; 
     3614alias void function(char, char, char, char, float, float) _BCD_func__2150
     3615alias _BCD_func__2150 PFNGLCOLOR4UBVERTEX2FSUNPROC; 
     3616alias void function(uint, int, void * *) _BCD_func__2151
     3617alias _BCD_func__2151 PFNGLREPLACEMENTCODEPOINTERSUNPROC; 
     3618alias void function(char *) _BCD_func__2152
     3619alias _BCD_func__2152 PFNGLREPLACEMENTCODEUBVSUNPROC; 
     3620alias void function(ushort *) _BCD_func__2153
     3621alias _BCD_func__2153 PFNGLREPLACEMENTCODEUSVSUNPROC; 
     3622alias void function(uint *) _BCD_func__2154
     3623alias _BCD_func__2154 PFNGLREPLACEMENTCODEUIVSUNPROC; 
     3624alias void function(char) _BCD_func__2155
     3625alias _BCD_func__2155 PFNGLREPLACEMENTCODEUBSUNPROC; 
     3626alias _BCD_func__2012 PFNGLREPLACEMENTCODEUSSUNPROC; 
     3627alias _BCD_func__1987 PFNGLREPLACEMENTCODEUISUNPROC; 
     3628alias _BCD_func__1987 PFNGLGLOBALALPHAFACTORUISUNPROC; 
     3629alias _BCD_func__2012 PFNGLGLOBALALPHAFACTORUSSUNPROC; 
     3630alias _BCD_func__2155 PFNGLGLOBALALPHAFACTORUBSUNPROC; 
     3631alias void function(double) _BCD_func__2156
     3632alias _BCD_func__2156 PFNGLGLOBALALPHAFACTORDSUNPROC; 
     3633alias _BCD_func__2125 PFNGLGLOBALALPHAFACTORFSUNPROC; 
     3634alias void function(int) _BCD_func__2157
     3635alias _BCD_func__2157 PFNGLGLOBALALPHAFACTORISUNPROC; 
     3636alias void function(short) _BCD_func__2158
     3637alias _BCD_func__2158 PFNGLGLOBALALPHAFACTORSSUNPROC; 
     3638alias void function(char) _BCD_func__2159
     3639alias _BCD_func__2159 PFNGLGLOBALALPHAFACTORBSUNPROC; 
     3640alias _BCD_func__2003 PFNGLFINISHTEXTURESUNXPROC; 
     3641alias void function(uint, int, void *) _BCD_func__2160
     3642alias _BCD_func__2160 PFNGLBINORMALPOINTEREXTPROC; 
     3643alias _BCD_func__2160 PFNGLTANGENTPOINTEREXTPROC; 
     3644alias _BCD_func__2106 PFNGLBINORMAL3SVEXTPROC; 
     3645alias _BCD_func__2114 PFNGLBINORMAL3SEXTPROC; 
     3646alias _BCD_func__2108 PFNGLBINORMAL3IVEXTPROC; 
     3647alias _BCD_func__2115 PFNGLBINORMAL3IEXTPROC; 
     3648alias _BCD_func__2110 PFNGLBINORMAL3FVEXTPROC; 
     3649alias _BCD_func__2116 PFNGLBINORMAL3FEXTPROC; 
     3650alias _BCD_func__2112 PFNGLBINORMAL3DVEXTPROC; 
     3651alias _BCD_func__2117 PFNGLBINORMAL3DEXTPROC; 
     3652alias void function(char *) _BCD_func__2161
     3653alias _BCD_func__2161 PFNGLBINORMAL3BVEXTPROC; 
     3654alias void function(char, char, char) _BCD_func__2162
     3655alias _BCD_func__2162 PFNGLBINORMAL3BEXTPROC; 
     3656alias _BCD_func__2106 PFNGLTANGENT3SVEXTPROC; 
     3657alias _BCD_func__2114 PFNGLTANGENT3SEXTPROC; 
     3658alias _BCD_func__2108 PFNGLTANGENT3IVEXTPROC; 
     3659alias _BCD_func__2115 PFNGLTANGENT3IEXTPROC; 
     3660alias _BCD_func__2110 PFNGLTANGENT3FVEXTPROC; 
     3661alias _BCD_func__2116 PFNGLTANGENT3FEXTPROC; 
     3662alias _BCD_func__2112 PFNGLTANGENT3DVEXTPROC; 
     3663alias _BCD_func__2117 PFNGLTANGENT3DEXTPROC; 
     3664alias _BCD_func__2161 PFNGLTANGENT3BVEXTPROC; 
     3665alias _BCD_func__2162 PFNGLTANGENT3BEXTPROC; 
     3666alias _BCD_func__2160 PFNGLFOGCOORDPOINTEREXTPROC; 
     3667alias _BCD_func__2112 PFNGLFOGCOORDDVEXTPROC; 
     3668alias _BCD_func__2156 PFNGLFOGCOORDDEXTPROC; 
     3669alias _BCD_func__2110 PFNGLFOGCOORDFVEXTPROC; 
     3670alias _BCD_func__2125 PFNGLFOGCOORDFEXTPROC; 
     3671alias void function(uint, int *, uint, void * *, int) _BCD_func__2163
     3672alias _BCD_func__2163 PFNGLMULTIDRAWELEMENTSEXTPROC; 
     3673alias void function(uint, int *, int *, int) _BCD_func__2164
     3674alias _BCD_func__2164 PFNGLMULTIDRAWARRAYSEXTPROC; 
     3675alias _BCD_func__1987 PFNGLTEXTURENORMALEXTPROC; 
     3676alias _BCD_func__2124 PFNGLSECONDARYCOLORPOINTEREXTPROC; 
     3677alias _BCD_func__2153 PFNGLSECONDARYCOLOR3USVEXTPROC; 
     3678alias _BCD_func__2013 PFNGLSECONDARYCOLOR3USEXTPROC; 
     3679alias _BCD_func__2154 PFNGLSECONDARYCOLOR3UIVEXTPROC; 
     3680alias _BCD_func__2064 PFNGLSECONDARYCOLOR3UIEXTPROC; 
     3681alias _BCD_func__2152 PFNGLSECONDARYCOLOR3UBVEXTPROC; 
     3682alias void function(char, char, char) _BCD_func__2165
     3683alias _BCD_func__2165 PFNGLSECONDARYCOLOR3UBEXTPROC; 
     3684alias _BCD_func__2106 PFNGLSECONDARYCOLOR3SVEXTPROC; 
     3685alias _BCD_func__2114 PFNGLSECONDARYCOLOR3SEXTPROC; 
     3686alias _BCD_func__2108 PFNGLSECONDARYCOLOR3IVEXTPROC; 
     3687alias _BCD_func__2115 PFNGLSECONDARYCOLOR3IEXTPROC; 
     3688alias _BCD_func__2110 PFNGLSECONDARYCOLOR3FVEXTPROC; 
     3689alias _BCD_func__2116 PFNGLSECONDARYCOLOR3FEXTPROC; 
     3690alias _BCD_func__2112 PFNGLSECONDARYCOLOR3DVEXTPROC; 
     3691alias _BCD_func__2117 PFNGLSECONDARYCOLOR3DEXTPROC; 
     3692alias _BCD_func__2161 PFNGLSECONDARYCOLOR3BVEXTPROC; 
     3693alias _BCD_func__2162 PFNGLSECONDARYCOLOR3BEXTPROC; 
     3694alias _BCD_func__2086 PFNGLPIXELTRANSFORMPARAMETERFVEXTPROC; 
     3695alias _BCD_func__2097 PFNGLPIXELTRANSFORMPARAMETERIVEXTPROC; 
     3696alias void function(uint, uint, float) _BCD_func__2166
     3697alias _BCD_func__2166 PFNGLPIXELTRANSFORMPARAMETERFEXTPROC; 
     3698alias void function(uint, uint, int) _BCD_func__2167
     3699alias _BCD_func__2167 PFNGLPIXELTRANSFORMPARAMETERIEXTPROC; 
     3700alias void function(int, uint, void * *) _BCD_func__2168
     3701alias _BCD_func__2168 PFNGLTEXCOORDPOINTERVINTELPROC; 
     3702alias _BCD_func__2168 PFNGLCOLORPOINTERVINTELPROC; 
     3703alias void function(uint, void * *) _BCD_func__2169
     3704alias _BCD_func__2169 PFNGLNORMALPOINTERVINTELPROC; 
     3705alias _BCD_func__2168 PFNGLVERTEXPOINTERVINTELPROC; 
     3706alias _BCD_func__1995 PFNGLISASYNCMARKERSGIXPROC; 
     3707alias _BCD_func__2023 PFNGLDELETEASYNCMARKERSSGIXPROC; 
     3708alias uint function(int) _BCD_func__2170
     3709alias _BCD_func__2170 PFNGLGENASYNCMARKERSSGIXPROC; 
     3710alias int function(uint *) _BCD_func__2171
     3711alias _BCD_func__2171 PFNGLPOLLASYNCSGIXPROC; 
     3712alias _BCD_func__2171 PFNGLFINISHASYNCSGIXPROC; 
     3713alias _BCD_func__1987 PFNGLASYNCMARKERSGIXPROC; 
     3714alias _BCD_func__1980 PFNGLTEXTUREMATERIALEXTPROC; 
     3715alias _BCD_func__1987 PFNGLTEXTURELIGHTEXTPROC; 
     3716alias _BCD_func__1987 PFNGLAPPLYTEXTUREEXTPROC; 
     3717alias void function(uint, uint, uint, int, uint, void *) _BCD_func__2172
     3718alias _BCD_func__2172 PFNGLDRAWRANGEELEMENTSEXTPROC; 
     3719alias _BCD_func__2023 PFNGLLIGHTENVISGIXPROC; 
     3720alias _BCD_func__1996 PFNGLGETFRAGMENTMATERIALIVSGIXPROC; 
     3721alias _BCD_func__1999 PFNGLGETFRAGMENTMATERIALFVSGIXPROC; 
     3722alias _BCD_func__1996 PFNGLGETFRAGMENTLIGHTIVSGIXPROC; 
     3723alias _BCD_func__1999 PFNGLGETFRAGMENTLIGHTFVSGIXPROC; 
     3724alias _BCD_func__2097 PFNGLFRAGMENTMATERIALIVSGIXPROC; 
     3725alias _BCD_func__2167 PFNGLFRAGMENTMATERIALISGIXPROC; 
     3726alias _BCD_func__2086 PFNGLFRAGMENTMATERIALFVSGIXPROC; 
     3727alias _BCD_func__2166 PFNGLFRAGMENTMATERIALFSGIXPROC; 
     3728alias _BCD_func__2031 PFNGLFRAGMENTLIGHTMODELIVSGIXPROC; 
     3729alias _BCD_func__2023 PFNGLFRAGMENTLIGHTMODELISGIXPROC; 
     3730alias _BCD_func__2038 PFNGLFRAGMENTLIGHTMODELFVSGIXPROC; 
     3731alias _BCD_func__2035 PFNGLFRAGMENTLIGHTMODELFSGIXPROC; 
     3732alias _BCD_func__2097 PFNGLFRAGMENTLIGHTIVSGIXPROC; 
     3733alias _BCD_func__2167 PFNGLFRAGMENTLIGHTISGIXPROC; 
     3734alias _BCD_func__2086 PFNGLFRAGMENTLIGHTFVSGIXPROC; 
     3735alias _BCD_func__2166 PFNGLFRAGMENTLIGHTFSGIXPROC; 
     3736alias _BCD_func__1980 PFNGLFRAGMENTCOLORMATERIALSGIXPROC; 
     3737alias _BCD_func__2076 PFNGLCULLPARAMETERFVEXTPROC; 
     3738alias void function(uint, double *) _BCD_func__2173
     3739alias _BCD_func__2173 PFNGLCULLPARAMETERDVEXTPROC; 
     3740alias _BCD_func__2003 PFNGLUNLOCKARRAYSEXTPROC; 
     3741alias _BCD_func__2119 PFNGLLOCKARRAYSEXTPROC; 
     3742alias _BCD_func__2035 PFNGLINDEXFUNCEXTPROC; 
     3743alias _BCD_func__1980 PFNGLINDEXMATERIALEXTPROC; 
     3744alias _BCD_func__2097 PFNGLLISTPARAMETERIVSGIXPROC; 
     3745alias _BCD_func__2167 PFNGLLISTPARAMETERISGIXPROC; 
     3746alias _BCD_func__2086 PFNGLLISTPARAMETERFVSGIXPROC; 
     3747alias _BCD_func__2166 PFNGLLISTPARAMETERFSGIXPROC; 
     3748alias _BCD_func__1996 PFNGLGETLISTPARAMETERIVSGIXPROC; 
     3749alias _BCD_func__1999 PFNGLGETLISTPARAMETERFVSGIXPROC; 
     3750alias _BCD_func__1999 PFNGLGETCOLORTABLEPARAMETERFVEXTPROC; 
     3751alias _BCD_func__1996 PFNGLGETCOLORTABLEPARAMETERIVEXTPROC; 
     3752alias void function(uint, uint, uint, void *) _BCD_func__2174
     3753alias _BCD_func__2174 PFNGLGETCOLORTABLEEXTPROC; 
     3754alias void function(uint, uint, int, uint, uint, void *) _BCD_func__2175
     3755alias _BCD_func__2175 PFNGLCOLORTABLEEXTPROC; 
     3756alias _BCD_func__2023 PFNGLHINTPGIPROC; 
     3757alias _BCD_func__2046 PFNGLCOPYCOLORSUBTABLEEXTPROC; 
     3758alias void function(uint, int, int, uint, uint, void *) _BCD_func__2176
     3759alias _BCD_func__2176 PFNGLCOLORSUBTABLEEXTPROC; 
     3760alias _BCD_func__1999 PFNGLGETIMAGETRANSFORMPARAMETERFVHPPROC; 
     3761alias _BCD_func__1996 PFNGLGETIMAGETRANSFORMPARAMETERIVHPPROC; 
     3762alias _BCD_func__2086 PFNGLIMAGETRANSFORMPARAMETERFVHPPROC; 
     3763alias _BCD_func__2097 PFNGLIMAGETRANSFORMPARAMETERIVHPPROC; 
     3764alias _BCD_func__2166 PFNGLIMAGETRANSFORMPARAMETERFHPPROC; 
     3765alias _BCD_func__2167 PFNGLIMAGETRANSFORMPARAMETERIHPPROC; 
     3766alias void function(float *) _BCD_func__2177
     3767alias _BCD_func__2177 PFNGLGETFOGFUNCSGISPROC; 
     3768alias void function(int, float *) _BCD_func__2178
     3769alias _BCD_func__2178 PFNGLFOGFUNCSGISPROC; 
     3770alias _BCD_func__2003 PFNGLFLUSHRASTERSGIXPROC; 
     3771alias _BCD_func__2112 PFNGLREFERENCEPLANESGIXPROC; 
     3772alias _BCD_func__1987 PFNGLLOADIDENTITYDEFORMATIONMAPSGIXPROC; 
     3773alias _BCD_func__1987 PFNGLDEFORMSGIXPROC; 
     3774alias void function(uint, float, float, int, int, float, float, int, int, float, float, int, int, float *) _BCD_func__2179
     3775alias _BCD_func__2179 PFNGLDEFORMATIONMAP3FSGIXPROC; 
     3776alias void function(uint, double, double, int, int, double, double, int, int, double, double, int, int, double *) _BCD_func__2180
     3777alias _BCD_func__2180 PFNGLDEFORMATIONMAP3DSGIXPROC; 
     3778alias _BCD_func__2003 PFNGLTAGSAMPLEBUFFERSGIXPROC; 
     3779alias _BCD_func__2157 PFNGLFRAMEZOOMSGIXPROC; 
     3780alias _BCD_func__2157 PFNGLSTOPINSTRUMENTSSGIXPROC; 
     3781alias _BCD_func__2003 PFNGLSTARTINSTRUMENTSSGIXPROC; 
     3782alias _BCD_func__2157 PFNGLREADINSTRUMENTSSGIXPROC; 
     3783alias int function(int *) _BCD_func__2181
     3784alias _BCD_func__2181 PFNGLPOLLINSTRUMENTSSGIXPROC; 
     3785alias void function(int, int *) _BCD_func__2182
     3786alias _BCD_func__2182 PFNGLINSTRUMENTSBUFFERSGIXPROC; 
     3787alias int function() _BCD_func__2183
     3788alias _BCD_func__2183 PFNGLGETINSTRUMENTSSGIXPROC; 
     3789alias _BCD_func__2038 PFNGLPOINTPARAMETERFVSGISPROC; 
     3790alias _BCD_func__2035 PFNGLPOINTPARAMETERFSGISPROC; 
     3791alias _BCD_func__2038 PFNGLPOINTPARAMETERFVEXTPROC; 
     3792alias _BCD_func__2035 PFNGLPOINTPARAMETERFEXTPROC; 
     3793alias _BCD_func__2031 PFNGLSPRITEPARAMETERIVSGIXPROC; 
     3794alias _BCD_func__2023 PFNGLSPRITEPARAMETERISGIXPROC; 
     3795alias _BCD_func__2038 PFNGLSPRITEPARAMETERFVSGIXPROC; 
     3796alias _BCD_func__2035 PFNGLSPRITEPARAMETERFSGIXPROC; 
     3797alias _BCD_func__1987 PFNGLBLENDEQUATIONEXTPROC; 
     3798alias void function(int, uint, int, int, void *) _BCD_func__2184
     3799alias _BCD_func__2184 PFNGLVERTEXPOINTEREXTPROC; 
     3800alias _BCD_func__2184 PFNGLTEXCOORDPOINTEREXTPROC; 
     3801alias void function(uint, int, int, void *) _BCD_func__2185
     3802alias _BCD_func__2185 PFNGLNORMALPOINTEREXTPROC; 
     3803alias _BCD_func__2185 PFNGLINDEXPOINTEREXTPROC; 
     3804alias void function(uint, void * *) _BCD_func__2186
     3805alias _BCD_func__2186 PFNGLGETPOINTERVEXTPROC; 
     3806alias void function(int, int, char *) _BCD_func__2187
     3807alias _BCD_func__2187 PFNGLEDGEFLAGPOINTEREXTPROC; 
     3808alias _BCD_func__2029 PFNGLDRAWARRAYSEXTPROC; 
     3809alias _BCD_func__2184 PFNGLCOLORPOINTEREXTPROC; 
     3810alias _BCD_func__2157 PFNGLARRAYELEMENTEXTPROC; 
     3811alias _BCD_func__1987 PFNGLSAMPLEPATTERNSGISPROC; 
     3812alias _BCD_func__2100 PFNGLSAMPLEMASKSGISPROC; 
     3813alias _BCD_func__2076 PFNGLGETSHARPENTEXFUNCSGISPROC; 
     3814alias _BCD_func__2080 PFNGLSHARPENTEXFUNCSGISPROC; 
     3815alias _BCD_func__2076 PFNGLGETDETAILTEXFUNCSGISPROC; 
     3816alias _BCD_func__2080 PFNGLDETAILTEXFUNCSGISPROC; 
    36893817alias float GLclampf; 
    3690 alias void function(int, uint *, float *) _BCD_func__2054
    3691 alias _BCD_func__2054 PFNGLPRIORITIZETEXTURESEXTPROC; 
    3692 alias _BCD_func__1866 PFNGLISTEXTUREEXTPROC; 
    3693 alias _BCD_func__1863 PFNGLGENTEXTURESEXTPROC; 
    3694 alias _BCD_func__1864 PFNGLDELETETEXTURESEXTPROC; 
    3695 alias _BCD_func__1865 PFNGLBINDTEXTUREEXTPROC; 
    3696 alias _BCD_func__1961 PFNGLARETEXTURESRESIDENTEXTPROC; 
    3697 alias void function(uint, int, int, int, int, int, int, int, int, int, uint, uint, void *) _BCD_func__2055
    3698 alias _BCD_func__2055 PFNGLTEXSUBIMAGE4DSGISPROC; 
    3699 alias void function(uint, int, uint, int, int, int, int, int, uint, uint, void *) _BCD_func__2056
    3700 alias _BCD_func__2056 PFNGLTEXIMAGE4DSGISPROC; 
    3701 alias _BCD_func__1942 PFNGLGETPIXELTEXGENPARAMETERFVSGISPROC; 
    3702 alias _BCD_func__1943 PFNGLGETPIXELTEXGENPARAMETERIVSGISPROC; 
    3703 alias _BCD_func__1904 PFNGLPIXELTEXGENPARAMETERFVSGISPROC; 
    3704 alias _BCD_func__1901 PFNGLPIXELTEXGENPARAMETERFSGISPROC; 
    3705 alias _BCD_func__1897 PFNGLPIXELTEXGENPARAMETERIVSGISPROC; 
    3706 alias _BCD_func__1894 PFNGLPIXELTEXGENPARAMETERISGISPROC; 
    3707 alias _BCD_func__1851 PFNGLPIXELTEXGENSGIXPROC; 
    3708 alias _BCD_func__1867 PFNGLGETCOLORTABLEPARAMETERIVSGIPROC; 
    3709 alias _BCD_func__1870 PFNGLGETCOLORTABLEPARAMETERFVSGIPROC; 
    3710 alias _BCD_func__2040 PFNGLGETCOLORTABLESGIPROC; 
    3711 alias void function(uint, uint, int, int, int) _BCD_func__2057
    3712 alias _BCD_func__2057 PFNGLCOPYCOLORTABLESGIPROC; 
    3713 alias _BCD_func__1963 PFNGLCOLORTABLEPARAMETERIVSGIPROC; 
    3714 alias _BCD_func__1952 PFNGLCOLORTABLEPARAMETERFVSGIPROC; 
    3715 alias _BCD_func__2041 PFNGLCOLORTABLESGIPROC; 
    3716 alias void function(uint, uint, int, int, uint, uint, void *, void *) _BCD_func__2058
    3717 alias _BCD_func__2058 PFNGLSEPARABLEFILTER2DEXTPROC; 
    3718 alias void function(uint, uint, uint, void *, void *, void *) _BCD_func__2059
    3719 alias _BCD_func__2059 PFNGLGETSEPARABLEFILTEREXTPROC; 
    3720 alias _BCD_func__1867 PFNGLGETCONVOLUTIONPARAMETERIVEXTPROC; 
    3721 alias _BCD_func__1870 PFNGLGETCONVOLUTIONPARAMETERFVEXTPROC; 
    3722 alias _BCD_func__2040 PFNGLGETCONVOLUTIONFILTEREXTPROC; 
    3723 alias void function(uint, uint, int, int, int, int) _BCD_func__2060
    3724 alias _BCD_func__2060 PFNGLCOPYCONVOLUTIONFILTER2DEXTPROC; 
    3725 alias _BCD_func__2057 PFNGLCOPYCONVOLUTIONFILTER1DEXTPROC; 
    3726 alias _BCD_func__1963 PFNGLCONVOLUTIONPARAMETERIVEXTPROC; 
    3727 alias _BCD_func__2033 PFNGLCONVOLUTIONPARAMETERIEXTPROC; 
    3728 alias _BCD_func__1952 PFNGLCONVOLUTIONPARAMETERFVEXTPROC; 
    3729 alias _BCD_func__2032 PFNGLCONVOLUTIONPARAMETERFEXTPROC; 
    3730 alias void function(uint, uint, int, int, uint, uint, void *) _BCD_func__2061
    3731 alias _BCD_func__2061 PFNGLCONVOLUTIONFILTER2DEXTPROC; 
    3732 alias _BCD_func__2041 PFNGLCONVOLUTIONFILTER1DEXTPROC; 
    3733 alias _BCD_func__1851 PFNGLRESETMINMAXEXTPROC; 
    3734 alias _BCD_func__1851 PFNGLRESETHISTOGRAMEXTPROC; 
    3735 alias void function(uint, uint, char) _BCD_func__2062
    3736 alias _BCD_func__2062 PFNGLMINMAXEXTPROC; 
    3737 alias void function(uint, int, uint, char) _BCD_func__2063
    3738 alias _BCD_func__2063 PFNGLHISTOGRAMEXTPROC; 
    3739 alias _BCD_func__1867 PFNGLGETMINMAXPARAMETERIVEXTPROC; 
    3740 alias _BCD_func__1870 PFNGLGETMINMAXPARAMETERFVEXTPROC; 
    3741 alias void function(uint, char, uint, uint, void *) _BCD_func__2064
    3742 alias _BCD_func__2064 PFNGLGETMINMAXEXTPROC; 
    3743 alias _BCD_func__1867 PFNGLGETHISTOGRAMPARAMETERIVEXTPROC; 
    3744 alias _BCD_func__1870 PFNGLGETHISTOGRAMPARAMETERFVEXTPROC; 
    3745 alias _BCD_func__2064 PFNGLGETHISTOGRAMEXTPROC; 
    3746 alias void function(uint, int, int, int, int, int, int, int, int) _BCD_func__2065
    3747 alias _BCD_func__2065 PFNGLCOPYTEXSUBIMAGE3DEXTPROC; 
    3748 alias void function(uint, int, int, int, int, int, int, int) _BCD_func__2066
    3749 alias _BCD_func__2066 PFNGLCOPYTEXSUBIMAGE2DEXTPROC; 
    3750 alias void function(uint, int, int, int, int, int) _BCD_func__2067
    3751 alias _BCD_func__2067 PFNGLCOPYTEXSUBIMAGE1DEXTPROC; 
    3752 alias void function(uint, int, uint, int, int, int, int, int) _BCD_func__2068
    3753 alias _BCD_func__2068 PFNGLCOPYTEXIMAGE2DEXTPROC; 
    3754 alias void function(uint, int, uint, int, int, int, int) _BCD_func__2069
    3755 alias _BCD_func__2069 PFNGLCOPYTEXIMAGE1DEXTPROC; 
    3756 alias void function(uint, int, int, int, int, int, uint, uint, void *) _BCD_func__2070
    3757 alias _BCD_func__2070 PFNGLTEXSUBIMAGE2DEXTPROC; 
    3758 alias void function(uint, int, int, int, uint, uint, void *) _BCD_func__2071
    3759 alias _BCD_func__2071 PFNGLTEXSUBIMAGE1DEXTPROC; 
    3760 alias void function(uint, uint, int, float *) _BCD_func__2072
    3761 alias _BCD_func__2072 PFNGLTEXFILTERFUNCSGISPROC; 
    3762 alias _BCD_func__1870 PFNGLGETTEXFILTERFUNCSGISPROC; 
    3763 alias void function(uint, int, int, int, int, int, int, int, uint, uint, void *) _BCD_func__2073
    3764 alias _BCD_func__2073 PFNGLTEXSUBIMAGE3DEXTPROC; 
    3765 alias void function(uint, int, uint, int, int, int, int, uint, uint, void *) _BCD_func__2074
    3766 alias _BCD_func__2074 PFNGLTEXIMAGE3DEXTPROC; 
    3767 alias _BCD_func__1986 PFNGLPOLYGONOFFSETEXTPROC; 
    3768 alias _BCD_func__1977 PFNGLBLENDCOLOREXTPROC; 
    3769 alias _BCD_func__1865 PFNGLCLAMPCOLORARBPROC; 
    3770 alias _BCD_func__1893 PFNGLDRAWBUFFERSARBPROC; 
     3818alias void function(int, uint *, float *) _BCD_func__2188
     3819alias _BCD_func__2188 PFNGLPRIORITIZETEXTURESEXTPROC; 
     3820alias _BCD_func__1995 PFNGLISTEXTUREEXTPROC; 
     3821alias _BCD_func__1993 PFNGLGENTEXTURESEXTPROC; 
     3822alias _BCD_func__1994 PFNGLDELETETEXTURESEXTPROC; 
     3823alias _BCD_func__1980 PFNGLBINDTEXTUREEXTPROC; 
     3824alias _BCD_func__2095 PFNGLARETEXTURESRESIDENTEXTPROC; 
     3825alias void function(uint, int, int, int, int, int, int, int, int, int, uint, uint, void *) _BCD_func__2189
     3826alias _BCD_func__2189 PFNGLTEXSUBIMAGE4DSGISPROC; 
     3827alias void function(uint, int, uint, int, int, int, int, int, uint, uint, void *) _BCD_func__2190
     3828alias _BCD_func__2190 PFNGLTEXIMAGE4DSGISPROC; 
     3829alias _BCD_func__2076 PFNGLGETPIXELTEXGENPARAMETERFVSGISPROC; 
     3830alias _BCD_func__2077 PFNGLGETPIXELTEXGENPARAMETERIVSGISPROC; 
     3831alias _BCD_func__2038 PFNGLPIXELTEXGENPARAMETERFVSGISPROC; 
     3832alias _BCD_func__2035 PFNGLPIXELTEXGENPARAMETERFSGISPROC; 
     3833alias _BCD_func__2031 PFNGLPIXELTEXGENPARAMETERIVSGISPROC; 
     3834alias _BCD_func__2023 PFNGLPIXELTEXGENPARAMETERISGISPROC; 
     3835alias _BCD_func__1987 PFNGLPIXELTEXGENSGIXPROC; 
     3836alias _BCD_func__1996 PFNGLGETCOLORTABLEPARAMETERIVSGIPROC; 
     3837alias _BCD_func__1999 PFNGLGETCOLORTABLEPARAMETERFVSGIPROC; 
     3838alias _BCD_func__2174 PFNGLGETCOLORTABLESGIPROC; 
     3839alias void function(uint, uint, int, int, int) _BCD_func__2191
     3840alias _BCD_func__2191 PFNGLCOPYCOLORTABLESGIPROC; 
     3841alias _BCD_func__2097 PFNGLCOLORTABLEPARAMETERIVSGIPROC; 
     3842alias _BCD_func__2086 PFNGLCOLORTABLEPARAMETERFVSGIPROC; 
     3843alias _BCD_func__2175 PFNGLCOLORTABLESGIPROC; 
     3844alias void function(uint, uint, int, int, uint, uint, void *, void *) _BCD_func__2192
     3845alias _BCD_func__2192 PFNGLSEPARABLEFILTER2DEXTPROC; 
     3846alias void function(uint, uint, uint, void *, void *, void *) _BCD_func__2193
     3847alias _BCD_func__2193 PFNGLGETSEPARABLEFILTEREXTPROC; 
     3848alias _BCD_func__1996 PFNGLGETCONVOLUTIONPARAMETERIVEXTPROC; 
     3849alias _BCD_func__1999 PFNGLGETCONVOLUTIONPARAMETERFVEXTPROC; 
     3850alias _BCD_func__2174 PFNGLGETCONVOLUTIONFILTEREXTPROC; 
     3851alias void function(uint, uint, int, int, int, int) _BCD_func__2194
     3852alias _BCD_func__2194 PFNGLCOPYCONVOLUTIONFILTER2DEXTPROC; 
     3853alias _BCD_func__2191 PFNGLCOPYCONVOLUTIONFILTER1DEXTPROC; 
     3854alias _BCD_func__2097 PFNGLCONVOLUTIONPARAMETERIVEXTPROC; 
     3855alias _BCD_func__2167 PFNGLCONVOLUTIONPARAMETERIEXTPROC; 
     3856alias _BCD_func__2086 PFNGLCONVOLUTIONPARAMETERFVEXTPROC; 
     3857alias _BCD_func__2166 PFNGLCONVOLUTIONPARAMETERFEXTPROC; 
     3858alias void function(uint, uint, int, int, uint, uint, void *) _BCD_func__2195
     3859alias _BCD_func__2195 PFNGLCONVOLUTIONFILTER2DEXTPROC; 
     3860alias _BCD_func__2175 PFNGLCONVOLUTIONFILTER1DEXTPROC; 
     3861alias _BCD_func__1987 PFNGLRESETMINMAXEXTPROC; 
     3862alias _BCD_func__1987 PFNGLRESETHISTOGRAMEXTPROC; 
     3863alias void function(uint, uint, char) _BCD_func__2196
     3864alias _BCD_func__2196 PFNGLMINMAXEXTPROC; 
     3865alias void function(uint, int, uint, char) _BCD_func__2197
     3866alias _BCD_func__2197 PFNGLHISTOGRAMEXTPROC; 
     3867alias _BCD_func__1996 PFNGLGETMINMAXPARAMETERIVEXTPROC; 
     3868alias _BCD_func__1999 PFNGLGETMINMAXPARAMETERFVEXTPROC; 
     3869alias void function(uint, char, uint, uint, void *) _BCD_func__2198
     3870alias _BCD_func__2198 PFNGLGETMINMAXEXTPROC; 
     3871alias _BCD_func__1996 PFNGLGETHISTOGRAMPARAMETERIVEXTPROC; 
     3872alias _BCD_func__1999 PFNGLGETHISTOGRAMPARAMETERFVEXTPROC; 
     3873alias _BCD_func__2198 PFNGLGETHISTOGRAMEXTPROC; 
     3874alias void function(uint, int, int, int, int, int, int, int, int) _BCD_func__2199
     3875alias _BCD_func__2199 PFNGLCOPYTEXSUBIMAGE3DEXTPROC; 
     3876alias void function(uint, int, int, int, int, int, int, int) _BCD_func__2200
     3877alias _BCD_func__2200 PFNGLCOPYTEXSUBIMAGE2DEXTPROC; 
     3878alias void function(uint, int, int, int, int, int) _BCD_func__2201
     3879alias _BCD_func__2201 PFNGLCOPYTEXSUBIMAGE1DEXTPROC; 
     3880alias void function(uint, int, uint, int, int, int, int, int) _BCD_func__2202
     3881alias _BCD_func__2202 PFNGLCOPYTEXIMAGE2DEXTPROC; 
     3882alias void function(uint, int, uint, int, int, int, int) _BCD_func__2203
     3883alias _BCD_func__2203 PFNGLCOPYTEXIMAGE1DEXTPROC; 
     3884alias void function(uint, int, int, int, int, int, uint, uint, void *) _BCD_func__2204
     3885alias _BCD_func__2204 PFNGLTEXSUBIMAGE2DEXTPROC; 
     3886alias void function(uint, int, int, int, uint, uint, void *) _BCD_func__2205
     3887alias _BCD_func__2205 PFNGLTEXSUBIMAGE1DEXTPROC; 
     3888alias void function(uint, uint, int, float *) _BCD_func__2206
     3889alias _BCD_func__2206 PFNGLTEXFILTERFUNCSGISPROC; 
     3890alias _BCD_func__1999 PFNGLGETTEXFILTERFUNCSGISPROC; 
     3891alias void function(uint, int, int, int, int, int, int, int, uint, uint, void *) _BCD_func__2207
     3892alias _BCD_func__2207 PFNGLTEXSUBIMAGE3DEXTPROC; 
     3893alias void function(uint, int, uint, int, int, int, int, uint, uint, void *) _BCD_func__2208
     3894alias _BCD_func__2208 PFNGLTEXIMAGE3DEXTPROC; 
     3895alias _BCD_func__2120 PFNGLPOLYGONOFFSETEXTPROC; 
     3896alias _BCD_func__2111 PFNGLBLENDCOLOREXTPROC; 
     3897alias _BCD_func__1980 PFNGLCLAMPCOLORARBPROC; 
     3898alias _BCD_func__2022 PFNGLDRAWBUFFERSARBPROC; 
    37713899alias char GLcharARB; 
    3772 alias int function(uint, char *) _BCD_func__2075
    3773 alias _BCD_func__2075 PFNGLGETATTRIBLOCATIONARBPROC; 
    3774 alias void function(uint, uint, int, int *, int *, uint *, char *) _BCD_func__2076
    3775 alias _BCD_func__2076 PFNGLGETACTIVEATTRIBARBPROC; 
    3776 alias void function(uint, uint, char *) _BCD_func__2077
    3777 alias _BCD_func__2077 PFNGLBINDATTRIBLOCATIONARBPROC; 
    3778 alias void function(uint, int, int *, char *) _BCD_func__2078
    3779 alias _BCD_func__2078 PFNGLGETSHADERSOURCEARBPROC; 
    3780 alias void function(uint, int, int *) _BCD_func__2079
    3781 alias _BCD_func__2079 PFNGLGETUNIFORMIVARBPROC; 
    3782 alias void function(uint, int, float *) _BCD_func__2080
    3783 alias _BCD_func__2080 PFNGLGETUNIFORMFVARBPROC; 
    3784 alias _BCD_func__2076 PFNGLGETACTIVEUNIFORMARBPROC; 
    3785 alias _BCD_func__2075 PFNGLGETUNIFORMLOCATIONARBPROC; 
     3900alias int function(uint, char *) _BCD_func__2209
     3901alias _BCD_func__2209 PFNGLGETATTRIBLOCATIONARBPROC; 
     3902alias void function(uint, uint, int, int *, int *, uint *, char *) _BCD_func__2210
     3903alias _BCD_func__2210 PFNGLGETACTIVEATTRIBARBPROC; 
     3904alias void function(uint, uint, char *) _BCD_func__2211
     3905alias _BCD_func__2211 PFNGLBINDATTRIBLOCATIONARBPROC; 
     3906alias void function(uint, int, int *, char *) _BCD_func__2212
     3907alias _BCD_func__2212 PFNGLGETSHADERSOURCEARBPROC; 
     3908alias void function(uint, int, int *) _BCD_func__2213
     3909alias _BCD_func__2213 PFNGLGETUNIFORMIVARBPROC; 
     3910alias void function(uint, int, float *) _BCD_func__2214
     3911alias _BCD_func__2214 PFNGLGETUNIFORMFVARBPROC; 
     3912alias _BCD_func__2210 PFNGLGETACTIVEUNIFORMARBPROC; 
     3913alias _BCD_func__2209 PFNGLGETUNIFORMLOCATIONARBPROC; 
    37863914alias uint GLhandleARB; 
    3787 alias void function(uint, int, int *, uint *) _BCD_func__2081; 
    3788 alias _BCD_func__2081 PFNGLGETATTACHEDOBJECTSARBPROC; 
    3789 alias _BCD_func__2078 PFNGLGETINFOLOGARBPROC; 
    3790 alias _BCD_func__1867 PFNGLGETOBJECTPARAMETERIVARBPROC; 
    3791 alias _BCD_func__1870 PFNGLGETOBJECTPARAMETERFVARBPROC; 
    3792 alias void function(int, int, char, float *) _BCD_func__2082; 
    3793 alias _BCD_func__2082 PFNGLUNIFORMMATRIX4FVARBPROC; 
    3794 alias _BCD_func__2082 PFNGLUNIFORMMATRIX3FVARBPROC; 
    3795 alias _BCD_func__2082 PFNGLUNIFORMMATRIX2FVARBPROC; 
    3796 alias void function(int, int, int *) _BCD_func__2083; 
    3797 alias _BCD_func__2083 PFNGLUNIFORM4IVARBPROC; 
    3798 alias _BCD_func__2083 PFNGLUNIFORM3IVARBPROC; 
    3799 alias _BCD_func__2083 PFNGLUNIFORM2IVARBPROC; 
    3800 alias _BCD_func__2083 PFNGLUNIFORM1IVARBPROC; 
    3801 alias void function(int, int, float *) _BCD_func__2084; 
    3802 alias _BCD_func__2084 PFNGLUNIFORM4FVARBPROC; 
    3803 alias _BCD_func__2084 PFNGLUNIFORM3FVARBPROC; 
    3804 alias _BCD_func__2084 PFNGLUNIFORM2FVARBPROC; 
    3805 alias _BCD_func__2084 PFNGLUNIFORM1FVARBPROC; 
    3806 alias void function(int, int, int, int, int) _BCD_func__2085; 
    3807 alias _BCD_func__2085 PFNGLUNIFORM4IARBPROC; 
    3808 alias _BCD_func__1975 PFNGLUNIFORM3IARBPROC; 
    3809 alias _BCD_func__1981 PFNGLUNIFORM2IARBPROC; 
    3810 alias _BCD_func__1985 PFNGLUNIFORM1IARBPROC; 
    3811 alias void function(int, float, float, float, float) _BCD_func__2086; 
    3812 alias _BCD_func__2086 PFNGLUNIFORM4FARBPROC; 
    3813 alias void function(int, float, float, float) _BCD_func__2087; 
    3814 alias _BCD_func__2087 PFNGLUNIFORM3FARBPROC; 
    3815 alias void function(int, float, float) _BCD_func__2088; 
    3816 alias _BCD_func__2088 PFNGLUNIFORM2FARBPROC; 
    3817 alias void function(int, float) _BCD_func__2089; 
    3818 alias _BCD_func__2089 PFNGLUNIFORM1FARBPROC; 
    3819 alias _BCD_func__1851 PFNGLVALIDATEPROGRAMARBPROC; 
    3820 alias _BCD_func__1851 PFNGLUSEPROGRAMOBJECTARBPROC; 
    3821 alias _BCD_func__1851 PFNGLLINKPROGRAMARBPROC; 
    3822 alias _BCD_func__1865 PFNGLATTACHOBJECTARBPROC; 
    3823 alias uint function() _BCD_func__2090; 
    3824 alias _BCD_func__2090 PFNGLCREATEPROGRAMOBJECTARBPROC; 
    3825 alias _BCD_func__1851 PFNGLCOMPILESHADERARBPROC; 
    3826 alias void function(uint, int, char * *, int *) _BCD_func__2091; 
    3827 alias _BCD_func__2091 PFNGLSHADERSOURCEARBPROC; 
    3828 alias uint function(uint) _BCD_func__2092; 
    3829 alias _BCD_func__2092 PFNGLCREATESHADEROBJECTARBPROC; 
    3830 alias _BCD_func__1865 PFNGLDETACHOBJECTARBPROC; 
    3831 alias _BCD_func__2092 PFNGLGETHANDLEARBPROC; 
    3832 alias _BCD_func__1851 PFNGLDELETEOBJECTARBPROC; 
    3833 alias _BCD_func__1898 PFNGLGETQUERYOBJECTUIVARBPROC; 
    3834 alias _BCD_func__1867 PFNGLGETQUERYOBJECTIVARBPROC; 
    3835 alias _BCD_func__1867 PFNGLGETQUERYIVARBPROC; 
    3836 alias _BCD_func__1851 PFNGLENDQUERYARBPROC; 
    3837 alias _BCD_func__1865 PFNGLBEGINQUERYARBPROC; 
    3838 alias _BCD_func__1866 PFNGLISQUERYARBPROC; 
    3839 alias _BCD_func__1864 PFNGLDELETEQUERIESARBPROC; 
    3840 alias _BCD_func__1863 PFNGLGENQUERIESARBPROC; 
    3841 alias _BCD_func__1920 PFNGLGETBUFFERPOINTERVARBPROC; 
    3842 alias _BCD_func__1867 PFNGLGETBUFFERPARAMETERIVARBPROC; 
    3843 alias _BCD_func__1866 PFNGLUNMAPBUFFERARBPROC; 
    3844 alias void * function(uint, uint) _BCD_func__2093; 
    3845 alias _BCD_func__2093 PFNGLMAPBUFFERARBPROC; 
    3846 alias void function(uint, int, int, void *) _BCD_func__2094; 
    3847 alias _BCD_func__2094 PFNGLGETBUFFERSUBDATAARBPROC; 
    3848 alias _BCD_func__2051 PFNGLBUFFERSUBDATAARBPROC; 
    3849 alias void function(uint, int, void *, uint) _BCD_func__2095; 
    3850 alias _BCD_func__2095 PFNGLBUFFERDATAARBPROC; 
    3851 alias _BCD_func__1866 PFNGLISBUFFERARBPROC; 
    3852 alias _BCD_func__1863 PFNGLGENBUFFERSARBPROC; 
    3853 alias _BCD_func__1864 PFNGLDELETEBUFFERSARBPROC; 
    3854 alias _BCD_func__1865 PFNGLBINDBUFFERARBPROC; 
    3855 alias _BCD_func__1866 PFNGLISPROGRAMARBPROC; 
    3856 alias _BCD_func__1920 PFNGLGETVERTEXATTRIBPOINTERVARBPROC; 
    3857 alias _BCD_func__1867 PFNGLGETVERTEXATTRIBIVARBPROC; 
    3858 alias _BCD_func__1870 PFNGLGETVERTEXATTRIBFVARBPROC; 
    3859 alias _BCD_func__1957 PFNGLGETVERTEXATTRIBDVARBPROC; 
    3860 alias void function(uint, uint, void *) _BCD_func__2096; 
    3861 alias _BCD_func__2096 PFNGLGETPROGRAMSTRINGARBPROC; 
    3862 alias _BCD_func__1867 PFNGLGETPROGRAMIVARBPROC; 
    3863 alias _BCD_func__1870 PFNGLGETPROGRAMLOCALPARAMETERFVARBPROC; 
    3864 alias _BCD_func__1957 PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC; 
    3865 alias _BCD_func__1870 PFNGLGETPROGRAMENVPARAMETERFVARBPROC; 
    3866 alias _BCD_func__1957 PFNGLGETPROGRAMENVPARAMETERDVARBPROC; 
    3867 alias _BCD_func__1952 PFNGLPROGRAMLOCALPARAMETER4FVARBPROC; 
    3868 alias _BCD_func__1953 PFNGLPROGRAMLOCALPARAMETER4FARBPROC; 
    3869 alias _BCD_func__1954 PFNGLPROGRAMLOCALPARAMETER4DVARBPROC; 
    3870 alias _BCD_func__1955 PFNGLPROGRAMLOCALPARAMETER4DARBPROC; 
    3871 alias _BCD_func__1952 PFNGLPROGRAMENVPARAMETER4FVARBPROC; 
    3872 alias _BCD_func__1953 PFNGLPROGRAMENVPARAMETER4FARBPROC; 
    3873 alias _BCD_func__1954 PFNGLPROGRAMENVPARAMETER4DVARBPROC; 
    3874 alias _BCD_func__1955 PFNGLPROGRAMENVPARAMETER4DARBPROC; 
    3875 alias _BCD_func__1863 PFNGLGENPROGRAMSARBPROC; 
    3876 alias _BCD_func__1864 PFNGLDELETEPROGRAMSARBPROC; 
    3877 alias _BCD_func__1865 PFNGLBINDPROGRAMARBPROC; 
    3878 alias void function(uint, uint, int, void *) _BCD_func__2097; 
    3879 alias _BCD_func__2097 PFNGLPROGRAMSTRINGARBPROC; 
    3880 alias _BCD_func__1851 PFNGLDISABLEVERTEXATTRIBARRAYARBPROC; 
    3881 alias _BCD_func__1851 PFNGLENABLEVERTEXATTRIBARRAYARBPROC; 
    3882 alias void function(uint, int, uint, char, int, void *) _BCD_func__2098; 
    3883 alias _BCD_func__2098 PFNGLVERTEXATTRIBPOINTERARBPROC; 
    3884 alias _BCD_func__1926 PFNGLVERTEXATTRIB4USVARBPROC; 
    3885 alias _BCD_func__1925 PFNGLVERTEXATTRIB4UIVARBPROC; 
    3886 alias _BCD_func__1927 PFNGLVERTEXATTRIB4UBVARBPROC; 
    3887 alias _BCD_func__1906 PFNGLVERTEXATTRIB4SVARBPROC; 
    3888 alias _BCD_func__1913 PFNGLVERTEXATTRIB4SARBPROC; 
    3889 alias _BCD_func__1897 PFNGLVERTEXATTRIB4IVARBPROC; 
    3890 alias _BCD_func__1904 PFNGLVERTEXATTRIB4FVARBPROC; 
    3891 alias _BCD_func__1911 PFNGLVERTEXATTRIB4FARBPROC; 
    3892 alias _BCD_func__1902 PFNGLVERTEXATTRIB4DVARBPROC; 
    3893 alias _BCD_func__1910 PFNGLVERTEXATTRIB4DARBPROC; 
    3894 alias _BCD_func__1908 PFNGLVERTEXATTRIB4BVARBPROC; 
    3895 alias _BCD_func__1926 PFNGLVERTEXATTRIB4NUSVARBPROC; 
    3896 alias _BCD_func__1925 PFNGLVERTEXATTRIB4NUIVARBPROC; 
    3897 alias _BCD_func__1927 PFNGLVERTEXATTRIB4NUBVARBPROC; 
    3898 alias _BCD_func__1948 PFNGLVERTEXATTRIB4NUBARBPROC; 
    3899 alias _BCD_func__1906 PFNGLVERTEXATTRIB4NSVARBPROC; 
    3900 alias _BCD_func__1897 PFNGLVERTEXATTRIB4NIVARBPROC; 
    3901 alias _BCD_func__1908 PFNGLVERTEXATTRIB4NBVARBPROC; 
    3902 alias _BCD_func__1906 PFNGLVERTEXATTRIB3SVARBPROC; 
    3903 alias _BCD_func__1907 PFNGLVERTEXATTRIB3SARBPROC; 
    3904 alias _BCD_func__1904 PFNGLVERTEXATTRIB3FVARBPROC; 
    3905 alias _BCD_func__1905 PFNGLVERTEXATTRIB3FARBPROC; 
    3906 alias _BCD_func__1902 PFNGLVERTEXATTRIB3DVARBPROC; 
    3907 alias _BCD_func__1903 PFNGLVERTEXATTRIB3DARBPROC; 
    3908 alias _BCD_func__1906 PFNGLVERTEXATTRIB2SVARBPROC; 
    3909 alias _BCD_func__1916 PFNGLVERTEXATTRIB2SARBPROC; 
    3910 alias _BCD_func__1904 PFNGLVERTEXATTRIB2FVARBPROC; 
    3911 alias _BCD_func__1915 PFNGLVERTEXATTRIB2FARBPROC; 
    3912 alias _BCD_func__1902 PFNGLVERTEXATTRIB2DVARBPROC; 
    3913 alias _BCD_func__1914 PFNGLVERTEXATTRIB2DARBPROC; 
    3914 alias _BCD_func__1906 PFNGLVERTEXATTRIB1SVARBPROC; 
    3915 alias _BCD_func__1918 PFNGLVERTEXATTRIB1SARBPROC; 
    3916 alias _BCD_func__1904 PFNGLVERTEXATTRIB1FVARBPROC; 
    3917 alias _BCD_func__1901 PFNGLVERTEXATTRIB1FARBPROC; 
    3918 alias _BCD_func__1902 PFNGLVERTEXATTRIB1DVARBPROC; 
    3919 alias _BCD_func__1917 PFNGLVERTEXATTRIB1DARBPROC; 
    3920 alias _BCD_func__1972 PFNGLWINDOWPOS3SVARBPROC; 
    3921 alias _BCD_func__1980 PFNGLWINDOWPOS3SARBPROC; 
    3922 alias _BCD_func__1974 PFNGLWINDOWPOS3IVARBPROC; 
    3923 alias _BCD_func__1981 PFNGLWINDOWPOS3IARBPROC; 
    3924 alias _BCD_func__1976 PFNGLWINDOWPOS3FVARBPROC; 
    3925 alias _BCD_func__1982 PFNGLWINDOWPOS3FARBPROC; 
    3926 alias _BCD_func__1978 PFNGLWINDOWPOS3DVARBPROC; 
    3927 alias _BCD_func__1983 PFNGLWINDOWPOS3DARBPROC; 
    3928 alias _BCD_func__1972 PFNGLWINDOWPOS2SVARBPROC; 
    3929 alias _BCD_func__1984 PFNGLWINDOWPOS2SARBPROC; 
    3930 alias _BCD_func__1974 PFNGLWINDOWPOS2IVARBPROC; 
    3931 alias _BCD_func__1985 PFNGLWINDOWPOS2IARBPROC; 
    3932 alias _BCD_func__1976 PFNGLWINDOWPOS2FVARBPROC; 
    3933 alias _BCD_func__1986 PFNGLWINDOWPOS2FARBPROC; 
    3934 alias _BCD_func__1978 PFNGLWINDOWPOS2DVARBPROC; 
    3935 alias _BCD_func__1869 PFNGLWINDOWPOS2DARBPROC; 
    3936 alias _BCD_func__1990 PFNGLMATRIXINDEXPOINTERARBPROC; 
    3937 alias _BCD_func__1864 PFNGLMATRIXINDEXUIVARBPROC; 
    3938 alias void function(int, ushort *) _BCD_func__2099; 
    3939 alias _BCD_func__2099 PFNGLMATRIXINDEXUSVARBPROC; 
    3940 alias void function(int, char *) _BCD_func__2100; 
    3941 alias _BCD_func__2100 PFNGLMATRIXINDEXUBVARBPROC; 
    3942 alias _BCD_func__2023 PFNGLCURRENTPALETTEMATRIXARBPROC; 
    3943 alias _BCD_func__2023 PFNGLVERTEXBLENDARBPROC; 
    3944 alias _BCD_func__1990 PFNGLWEIGHTPOINTERARBPROC; 
    3945 alias _BCD_func__1864 PFNGLWEIGHTUIVARBPROC; 
    3946 alias _BCD_func__2099 PFNGLWEIGHTUSVARBPROC; 
    3947 alias _BCD_func__2100 PFNGLWEIGHTUBVARBPROC; 
    3948 alias void function(int, double *) _BCD_func__2101; 
    3949 alias _BCD_func__2101 PFNGLWEIGHTDVARBPROC; 
    3950 alias _BCD_func__2044 PFNGLWEIGHTFVARBPROC; 
    3951 alias void function(int, int *) _BCD_func__2102; 
    3952 alias _BCD_func__2102 PFNGLWEIGHTIVARBPROC; 
    3953 alias void function(int, short *) _BCD_func__2103; 
    3954 alias _BCD_func__2103 PFNGLWEIGHTSVARBPROC; 
    3955 alias void function(int, char *) _BCD_func__2104; 
    3956 alias _BCD_func__2104 PFNGLWEIGHTBVARBPROC; 
    3957 alias _BCD_func__1904 PFNGLPOINTPARAMETERFVARBPROC; 
    3958 alias _BCD_func__1901 PFNGLPOINTPARAMETERFARBPROC; 
    3959 alias _BCD_func__1875 PFNGLGETCOMPRESSEDTEXIMAGEARBPROC; 
    3960 alias void function(uint, int, int, int, uint, int, void *) _BCD_func__2105; 
    3961 alias _BCD_func__2105 PFNGLCOMPRESSEDTEXSUBIMAGE1DARBPROC; 
    3962 alias void function(uint, int, int, int, int, int, uint, int, void *) _BCD_func__2106; 
    3963 alias _BCD_func__2106 PFNGLCOMPRESSEDTEXSUBIMAGE2DARBPROC; 
    3964 alias void function(uint, int, int, int, int, int, int, int, uint, int, void *) _BCD_func__2107; 
    3965 alias _BCD_func__2107 PFNGLCOMPRESSEDTEXSUBIMAGE3DARBPROC; 
    3966 alias void function(uint, int, uint, int, int, int, void *) _BCD_func__2108; 
    3967 alias _BCD_func__2108 PFNGLCOMPRESSEDTEXIMAGE1DARBPROC; 
    3968 alias void function(uint, int, uint, int, int, int, int, void *) _BCD_func__2109; 
    3969 alias _BCD_func__2109 PFNGLCOMPRESSEDTEXIMAGE2DARBPROC; 
    3970 alias void function(uint, int, uint, int, int, int, int, int, void *) _BCD_func__2110; 
    3971 alias _BCD_func__2110 PFNGLCOMPRESSEDTEXIMAGE3DARBPROC; 
    3972 alias _BCD_func__1966 PFNGLSAMPLECOVERAGEARBPROC; 
    3973 alias _BCD_func__1978 PFNGLMULTTRANSPOSEMATRIXDARBPROC; 
    3974 alias _BCD_func__1976 PFNGLMULTTRANSPOSEMATRIXFARBPROC; 
    3975 alias _BCD_func__1978 PFNGLLOADTRANSPOSEMATRIXDARBPROC; 
    3976 alias _BCD_func__1976 PFNGLLOADTRANSPOSEMATRIXFARBPROC; 
    3977 alias _BCD_func__1906 PFNGLMULTITEXCOORD4SVARBPROC; 
    3978 alias _BCD_func__1913 PFNGLMULTITEXCOORD4SARBPROC; 
    3979 alias _BCD_func__1897 PFNGLMULTITEXCOORD4IVARBPROC; 
    3980 alias _BCD_func__1912 PFNGLMULTITEXCOORD4IARBPROC; 
    3981 alias _BCD_func__1904 PFNGLMULTITEXCOORD4FVARBPROC; 
    3982 alias _BCD_func__1911 PFNGLMULTITEXCOORD4FARBPROC; 
    3983 alias _BCD_func__1902 PFNGLMULTITEXCOORD4DVARBPROC; 
    3984 alias _BCD_func__1910 PFNGLMULTITEXCOORD4DARBPROC; 
    3985 alias _BCD_func__1906 PFNGLMULTITEXCOORD3SVARBPROC; 
    3986 alias _BCD_func__1907 PFNGLMULTITEXCOORD3SARBPROC; 
    3987 alias _BCD_func__1897 PFNGLMULTITEXCOORD3IVARBPROC; 
    3988 alias _BCD_func__1899 PFNGLMULTITEXCOORD3IARBPROC; 
    3989 alias _BCD_func__1904 PFNGLMULTITEXCOORD3FVARBPROC; 
    3990 alias _BCD_func__1905 PFNGLMULTITEXCOORD3FARBPROC; 
    3991 alias _BCD_func__1902 PFNGLMULTITEXCOORD3DVARBPROC; 
    3992 alias _BCD_func__1903 PFNGLMULTITEXCOORD3DARBPROC; 
    3993 alias _BCD_func__1906 PFNGLMULTITEXCOORD2SVARBPROC; 
    3994 alias _BCD_func__1916 PFNGLMULTITEXCOORD2SARBPROC; 
    3995 alias _BCD_func__1897 PFNGLMULTITEXCOORD2IVARBPROC; 
    3996 alias _BCD_func__1855 PFNGLMULTITEXCOORD2IARBPROC; 
    3997 alias _BCD_func__1904 PFNGLMULTITEXCOORD2FVARBPROC; 
    3998 alias _BCD_func__1915 PFNGLMULTITEXCOORD2FARBPROC; 
    3999 alias _BCD_func__1902 PFNGLMULTITEXCOORD2DVARBPROC; 
    4000 alias _BCD_func__1914 PFNGLMULTITEXCOORD2DARBPROC; 
    4001 alias _BCD_func__1906 PFNGLMULTITEXCOORD1SVARBPROC; 
    4002 alias _BCD_func__1918 PFNGLMULTITEXCOORD1SARBPROC; 
    4003 alias _BCD_func__1897 PFNGLMULTITEXCOORD1IVARBPROC; 
    4004 alias _BCD_func__1894 PFNGLMULTITEXCOORD1IARBPROC; 
    4005 alias _BCD_func__1904 PFNGLMULTITEXCOORD1FVARBPROC; 
    4006 alias _BCD_func__1901 PFNGLMULTITEXCOORD1FARBPROC; 
    4007 alias _BCD_func__1902 PFNGLMULTITEXCOORD1DVARBPROC; 
    4008 alias _BCD_func__1917 PFNGLMULTITEXCOORD1DARBPROC; 
    4009 alias _BCD_func__1851 PFNGLCLIENTACTIVETEXTUREARBPROC; 
    4010 alias _BCD_func__1851 PFNGLACTIVETEXTUREARBPROC; 
    4011 alias _BCD_func__2098 PFNGLVERTEXATTRIBPOINTERPROC; 
    4012 alias _BCD_func__1926 PFNGLVERTEXATTRIB4USVPROC; 
    4013 alias _BCD_func__1925 PFNGLVERTEXATTRIB4UIVPROC; 
    4014 alias _BCD_func__1927 PFNGLVERTEXATTRIB4UBVPROC; 
    4015 alias _BCD_func__1906 PFNGLVERTEXATTRIB4SVPROC; 
    4016 alias _BCD_func__1913 PFNGLVERTEXATTRIB4SPROC; 
    4017 alias _BCD_func__1897 PFNGLVERTEXATTRIB4IVPROC; 
    4018 alias _BCD_func__1904 PFNGLVERTEXATTRIB4FVPROC; 
    4019 alias _BCD_func__1911 PFNGLVERTEXATTRIB4FPROC; 
    4020 alias _BCD_func__1902 PFNGLVERTEXATTRIB4DVPROC; 
    4021 alias _BCD_func__1910 PFNGLVERTEXATTRIB4DPROC; 
    4022 alias _BCD_func__1908 PFNGLVERTEXATTRIB4BVPROC; 
    4023 alias _BCD_func__1926 PFNGLVERTEXATTRIB4NUSVPROC; 
    4024 alias _BCD_func__1925 PFNGLVERTEXATTRIB4NUIVPROC; 
    4025 alias _BCD_func__1927 PFNGLVERTEXATTRIB4NUBVPROC; 
    4026 alias _BCD_func__1948 PFNGLVERTEXATTRIB4NUBPROC; 
    4027 alias _BCD_func__1906 PFNGLVERTEXATTRIB4NSVPROC; 
    4028 alias _BCD_func__1897 PFNGLVERTEXATTRIB4NIVPROC; 
    4029 alias _BCD_func__1908 PFNGLVERTEXATTRIB4NBVPROC; 
    4030 alias _BCD_func__1906 PFNGLVERTEXATTRIB3SVPROC; 
    4031 alias _BCD_func__1907 PFNGLVERTEXATTRIB3SPROC; 
    4032 alias _BCD_func__1904 PFNGLVERTEXATTRIB3FVPROC; 
    4033 alias _BCD_func__1905 PFNGLVERTEXATTRIB3FPROC; 
    4034 alias _BCD_func__1902 PFNGLVERTEXATTRIB3DVPROC; 
    4035 alias _BCD_func__1903 PFNGLVERTEXATTRIB3DPROC; 
    4036 alias _BCD_func__1906 PFNGLVERTEXATTRIB2SVPROC; 
    4037 alias _BCD_func__1916 PFNGLVERTEXATTRIB2SPROC; 
    4038 alias _BCD_func__1904 PFNGLVERTEXATTRIB2FVPROC; 
    4039 alias _BCD_func__1915 PFNGLVERTEXATTRIB2FPROC; 
    4040 alias _BCD_func__1902 PFNGLVERTEXATTRIB2DVPROC; 
    4041 alias _BCD_func__1914 PFNGLVERTEXATTRIB2DPROC; 
    4042 alias _BCD_func__1906 PFNGLVERTEXATTRIB1SVPROC; 
    4043 alias _BCD_func__1918 PFNGLVERTEXATTRIB1SPROC; 
    4044 alias _BCD_func__1904 PFNGLVERTEXATTRIB1FVPROC; 
    4045 alias _BCD_func__1901 PFNGLVERTEXATTRIB1FPROC; 
    4046 alias _BCD_func__1902 PFNGLVERTEXATTRIB1DVPROC; 
    4047 alias _BCD_func__1917 PFNGLVERTEXATTRIB1DPROC; 
    4048 alias _BCD_func__1851 PFNGLVALIDATEPROGRAMPROC; 
    4049 alias _BCD_func__2082 PFNGLUNIFORMMATRIX4FVPROC; 
    4050 alias _BCD_func__2082 PFNGLUNIFORMMATRIX3FVPROC; 
    4051 alias _BCD_func__2082 PFNGLUNIFORMMATRIX2FVPROC; 
    4052 alias _BCD_func__2083 PFNGLUNIFORM4IVPROC; 
    4053 alias _BCD_func__2083 PFNGLUNIFORM3IVPROC; 
    4054 alias _BCD_func__2083 PFNGLUNIFORM2IVPROC; 
    4055 alias _BCD_func__2083 PFNGLUNIFORM1IVPROC; 
    4056 alias _BCD_func__2084 PFNGLUNIFORM4FVPROC; 
    4057 alias _BCD_func__2084 PFNGLUNIFORM3FVPROC; 
    4058 alias _BCD_func__2084 PFNGLUNIFORM2FVPROC; 
    4059 alias _BCD_func__2084 PFNGLUNIFORM1FVPROC; 
    4060 alias _BCD_func__2085 PFNGLUNIFORM4IPROC; 
    4061 alias _BCD_func__1975 PFNGLUNIFORM3IPROC; 
    4062 alias _BCD_func__1981 PFNGLUNIFORM2IPROC; 
    4063 alias _BCD_func__1985 PFNGLUNIFORM1IPROC; 
    4064 alias _BCD_func__2086 PFNGLUNIFORM4FPROC; 
    4065 alias _BCD_func__2087 PFNGLUNIFORM3FPROC; 
    4066 alias _BCD_func__2088 PFNGLUNIFORM2FPROC; 
    4067 alias _BCD_func__2089 PFNGLUNIFORM1FPROC; 
    4068 alias _BCD_func__1851 PFNGLUSEPROGRAMPROC; 
     3915alias void function(uint, int, int *, uint *) _BCD_func__2215; 
     3916alias _BCD_func__2215 PFNGLGETATTACHEDOBJECTSARBPROC; 
     3917alias _BCD_func__2212 PFNGLGETINFOLOGARBPROC; 
     3918alias _BCD_func__1996 PFNGLGETOBJECTPARAMETERIVARBPROC; 
     3919alias _BCD_func__1999 PFNGLGETOBJECTPARAMETERFVARBPROC; 
     3920alias void function(int, int, char, float *) _BCD_func__2216; 
     3921alias _BCD_func__2216 PFNGLUNIFORMMATRIX4FVARBPROC; 
     3922alias _BCD_func__2216 PFNGLUNIFORMMATRIX3FVARBPROC; 
     3923alias _BCD_func__2216 PFNGLUNIFORMMATRIX2FVARBPROC; 
     3924alias void function(int, int, int *) _BCD_func__2217; 
     3925alias _BCD_func__2217 PFNGLUNIFORM4IVARBPROC; 
     3926alias _BCD_func__2217 PFNGLUNIFORM3IVARBPROC; 
     3927alias _BCD_func__2217 PFNGLUNIFORM2IVARBPROC; 
     3928alias _BCD_func__2217 PFNGLUNIFORM1IVARBPROC; 
     3929alias void function(int, int, float *) _BCD_func__2218; 
     3930alias _BCD_func__2218 PFNGLUNIFORM4FVARBPROC; 
     3931alias _BCD_func__2218 PFNGLUNIFORM3FVARBPROC; 
     3932alias _BCD_func__2218 PFNGLUNIFORM2FVARBPROC; 
     3933alias _BCD_func__2218 PFNGLUNIFORM1FVARBPROC; 
     3934alias void function(int, int, int, int, int) _BCD_func__2219; 
     3935alias _BCD_func__2219 PFNGLUNIFORM4IARBPROC; 
     3936alias _BCD_func__2109 PFNGLUNIFORM3IARBPROC; 
     3937alias _BCD_func__2115 PFNGLUNIFORM2IARBPROC; 
     3938alias _BCD_func__2119 PFNGLUNIFORM1IARBPROC; 
     3939alias void function(int, float, float, float, float) _BCD_func__2220; 
     3940alias _BCD_func__2220 PFNGLUNIFORM4FARBPROC; 
     3941alias void function(int, float, float, float) _BCD_func__2221; 
     3942alias _BCD_func__2221 PFNGLUNIFORM3FARBPROC; 
     3943alias void function(int, float, float) _BCD_func__2222; 
     3944alias _BCD_func__2222 PFNGLUNIFORM2FARBPROC; 
     3945alias void function(int, float) _BCD_func__2223; 
     3946alias _BCD_func__2223 PFNGLUNIFORM1FARBPROC; 
     3947alias _BCD_func__1987 PFNGLVALIDATEPROGRAMARBPROC; 
     3948alias _BCD_func__1987 PFNGLUSEPROGRAMOBJECTARBPROC; 
     3949alias _BCD_func__1987 PFNGLLINKPROGRAMARBPROC; 
     3950alias _BCD_func__1980 PFNGLATTACHOBJECTARBPROC; 
     3951alias uint function() _BCD_func__2224; 
     3952alias _BCD_func__2224 PFNGLCREATEPROGRAMOBJECTARBPROC; 
     3953alias _BCD_func__1987 PFNGLCOMPILESHADERARBPROC; 
     3954alias void function(uint, int, char * *, int *) _BCD_func__2225; 
     3955alias _BCD_func__2225 PFNGLSHADERSOURCEARBPROC; 
     3956alias uint function(uint) _BCD_func__2226; 
     3957alias _BCD_func__2226 PFNGLCREATESHADEROBJECTARBPROC; 
     3958alias _BCD_func__1980 PFNGLDETACHOBJECTARBPROC; 
     3959alias _BCD_func__2226 PFNGLGETHANDLEARBPROC; 
     3960alias _BCD_func__1987 PFNGLDELETEOBJECTARBPROC; 
     3961alias _BCD_func__2032 PFNGLGETQUERYOBJECTUIVARBPROC; 
     3962alias _BCD_func__1996 PFNGLGETQUERYOBJECTIVARBPROC; 
     3963alias _BCD_func__1996 PFNGLGETQUERYIVARBPROC; 
     3964alias _BCD_func__1987 PFNGLENDQUERYARBPROC; 
     3965alias _BCD_func__1980 PFNGLBEGINQUERYARBPROC; 
     3966alias _BCD_func__1995 PFNGLISQUERYARBPROC; 
     3967alias _BCD_func__1994 PFNGLDELETEQUERIESARBPROC; 
     3968alias _BCD_func__1993 PFNGLGENQUERIESARBPROC; 
     3969alias _BCD_func__2054 PFNGLGETBUFFERPOINTERVARBPROC; 
     3970alias _BCD_func__1996 PFNGLGETBUFFERPARAMETERIVARBPROC; 
     3971alias _BCD_func__1995 PFNGLUNMAPBUFFERARBPROC; 
     3972alias void * function(uint, uint) _BCD_func__2227; 
     3973alias _BCD_func__2227 PFNGLMAPBUFFERARBPROC; 
     3974alias void function(uint, int, int, void *) _BCD_func__2228; 
     3975alias _BCD_func__2228 PFNGLGETBUFFERSUBDATAARBPROC; 
     3976alias _BCD_func__2185 PFNGLBUFFERSUBDATAARBPROC; 
     3977alias void function(uint, int, void *, uint) _BCD_func__2229; 
     3978alias _BCD_func__2229 PFNGLBUFFERDATAARBPROC; 
     3979alias _BCD_func__1995 PFNGLISBUFFERARBPROC; 
     3980alias _BCD_func__1993 PFNGLGENBUFFERSARBPROC; 
     3981alias _BCD_func__1994 PFNGLDELETEBUFFERSARBPROC; 
     3982alias _BCD_func__1980 PFNGLBINDBUFFERARBPROC; 
     3983alias _BCD_func__1995 PFNGLISPROGRAMARBPROC; 
     3984alias _BCD_func__2054 PFNGLGETVERTEXATTRIBPOINTERVARBPROC; 
     3985alias _BCD_func__1996 PFNGLGETVERTEXATTRIBIVARBPROC; 
     3986alias _BCD_func__1999 PFNGLGETVERTEXATTRIBFVARBPROC; 
     3987alias _BCD_func__2091 PFNGLGETVERTEXATTRIBDVARBPROC; 
     3988alias void function(uint, uint, void *) _BCD_func__2230; 
     3989alias _BCD_func__2230 PFNGLGETPROGRAMSTRINGARBPROC; 
     3990alias _BCD_func__1996 PFNGLGETPROGRAMIVARBPROC; 
     3991alias _BCD_func__1999 PFNGLGETPROGRAMLOCALPARAMETERFVARBPROC; 
     3992alias _BCD_func__2091 PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC; 
     3993alias _BCD_func__1999 PFNGLGETPROGRAMENVPARAMETERFVARBPROC; 
     3994alias _BCD_func__2091 PFNGLGETPROGRAMENVPARAMETERDVARBPROC; 
     3995alias _BCD_func__2086 PFNGLPROGRAMLOCALPARAMETER4FVARBPROC; 
     3996alias _BCD_func__2087 PFNGLPROGRAMLOCALPARAMETER4FARBPROC; 
     3997alias _BCD_func__2088 PFNGLPROGRAMLOCALPARAMETER4DVARBPROC; 
     3998alias _BCD_func__2089 PFNGLPROGRAMLOCALPARAMETER4DARBPROC; 
     3999alias _BCD_func__2086 PFNGLPROGRAMENVPARAMETER4FVARBPROC; 
     4000alias _BCD_func__2087 PFNGLPROGRAMENVPARAMETER4FARBPROC; 
     4001alias _BCD_func__2088 PFNGLPROGRAMENVPARAMETER4DVARBPROC; 
     4002alias _BCD_func__2089 PFNGLPROGRAMENVPARAMETER4DARBPROC; 
     4003alias _BCD_func__1993 PFNGLGENPROGRAMSARBPROC; 
     4004alias _BCD_func__1994 PFNGLDELETEPROGRAMSARBPROC; 
     4005alias _BCD_func__1980 PFNGLBINDPROGRAMARBPROC; 
     4006alias void function(uint, uint, int, void *) _BCD_func__2231; 
     4007alias _BCD_func__2231 PFNGLPROGRAMSTRINGARBPROC; 
     4008alias _BCD_func__1987 PFNGLDISABLEVERTEXATTRIBARRAYARBPROC; 
     4009alias _BCD_func__1987 PFNGLENABLEVERTEXATTRIBARRAYARBPROC; 
     4010alias void function(uint, int, uint, char, int, void *) _BCD_func__2232; 
     4011alias _BCD_func__2232 PFNGLVERTEXATTRIBPOINTERARBPROC; 
     4012alias _BCD_func__2060 PFNGLVERTEXATTRIB4USVARBPROC; 
     4013alias _BCD_func__2059 PFNGLVERTEXATTRIB4UIVARBPROC; 
     4014alias _BCD_func__2061 PFNGLVERTEXATTRIB4UBVARBPROC; 
     4015alias _BCD_func__2040 PFNGLVERTEXATTRIB4SVARBPROC; 
     4016alias _BCD_func__2047 PFNGLVERTEXATTRIB4SARBPROC; 
     4017alias _BCD_func__2031 PFNGLVERTEXATTRIB4IVARBPROC; 
     4018alias _BCD_func__2038 PFNGLVERTEXATTRIB4FVARBPROC; 
     4019alias _BCD_func__2045 PFNGLVERTEXATTRIB4FARBPROC; 
     4020alias _BCD_func__2036 PFNGLVERTEXATTRIB4DVARBPROC; 
     4021alias _BCD_func__2044 PFNGLVERTEXATTRIB4DARBPROC; 
     4022alias _BCD_func__2042 PFNGLVERTEXATTRIB4BVARBPROC; 
     4023alias _BCD_func__2060 PFNGLVERTEXATTRIB4NUSVARBPROC; 
     4024alias _BCD_func__2059 PFNGLVERTEXATTRIB4NUIVARBPROC; 
     4025alias _BCD_func__2061 PFNGLVERTEXATTRIB4NUBVARBPROC; 
     4026alias _BCD_func__2082 PFNGLVERTEXATTRIB4NUBARBPROC; 
     4027alias _BCD_func__2040 PFNGLVERTEXATTRIB4NSVARBPROC; 
     4028alias _BCD_func__2031 PFNGLVERTEXATTRIB4NIVARBPROC; 
     4029alias _BCD_func__2042 PFNGLVERTEXATTRIB4NBVARBPROC; 
     4030alias _BCD_func__2040 PFNGLVERTEXATTRIB3SVARBPROC; 
     4031alias _BCD_func__2041 PFNGLVERTEXATTRIB3SARBPROC; 
     4032alias _BCD_func__2038 PFNGLVERTEXATTRIB3FVARBPROC; 
     4033alias _BCD_func__2039 PFNGLVERTEXATTRIB3FARBPROC; 
     4034alias _BCD_func__2036 PFNGLVERTEXATTRIB3DVARBPROC; 
     4035alias _BCD_func__2037 PFNGLVERTEXATTRIB3DARBPROC; 
     4036alias _BCD_func__2040 PFNGLVERTEXATTRIB2SVARBPROC; 
     4037alias _BCD_func__2050 PFNGLVERTEXATTRIB2SARBPROC; 
     4038alias _BCD_func__2038 PFNGLVERTEXATTRIB2FVARBPROC; 
     4039alias _BCD_func__2049 PFNGLVERTEXATTRIB2FARBPROC; 
     4040alias _BCD_func__2036 PFNGLVERTEXATTRIB2DVARBPROC; 
     4041alias _BCD_func__2048 PFNGLVERTEXATTRIB2DARBPROC; 
     4042alias _BCD_func__2040 PFNGLVERTEXATTRIB1SVARBPROC; 
     4043alias _BCD_func__2052 PFNGLVERTEXATTRIB1SARBPROC; 
     4044alias _BCD_func__2038 PFNGLVERTEXATTRIB1FVARBPROC; 
     4045alias _BCD_func__2035 PFNGLVERTEXATTRIB1FARBPROC; 
     4046alias _BCD_func__2036 PFNGLVERTEXATTRIB1DVARBPROC; 
     4047alias _BCD_func__2051 PFNGLVERTEXATTRIB1DARBPROC; 
     4048alias _BCD_func__2106 PFNGLWINDOWPOS3SVARBPROC; 
     4049alias _BCD_func__2114 PFNGLWINDOWPOS3SARBPROC; 
     4050alias _BCD_func__2108 PFNGLWINDOWPOS3IVARBPROC; 
     4051alias _BCD_func__2115 PFNGLWINDOWPOS3IARBPROC; 
     4052alias _BCD_func__2110 PFNGLWINDOWPOS3FVARBPROC; 
     4053alias _BCD_func__2116 PFNGLWINDOWPOS3FARBPROC; 
     4054alias _BCD_func__2112 PFNGLWINDOWPOS3DVARBPROC; 
     4055alias _BCD_func__2117 PFNGLWINDOWPOS3DARBPROC; 
     4056alias _BCD_func__2106 PFNGLWINDOWPOS2SVARBPROC; 
     4057alias _BCD_func__2118 PFNGLWINDOWPOS2SARBPROC; 
     4058alias _BCD_func__2108 PFNGLWINDOWPOS2IVARBPROC; 
     4059alias _BCD_func__2119 PFNGLWINDOWPOS2IARBPROC; 
     4060alias _BCD_func__2110 PFNGLWINDOWPOS2FVARBPROC; 
     4061alias _BCD_func__2120 PFNGLWINDOWPOS2FARBPROC; 
     4062alias _BCD_func__2112 PFNGLWINDOWPOS2DVARBPROC; 
     4063alias _BCD_func__1998 PFNGLWINDOWPOS2DARBPROC; 
     4064alias _BCD_func__2124 PFNGLMATRIXINDEXPOINTERARBPROC; 
     4065alias _BCD_func__1994 PFNGLMATRIXINDEXUIVARBPROC; 
     4066alias void function(int, ushort *) _BCD_func__2233; 
     4067alias _BCD_func__2233 PFNGLMATRIXINDEXUSVARBPROC; 
     4068alias void function(int, char *) _BCD_func__2234; 
     4069alias _BCD_func__2234 PFNGLMATRIXINDEXUBVARBPROC; 
     4070alias _BCD_func__2157 PFNGLCURRENTPALETTEMATRIXARBPROC; 
     4071alias _BCD_func__2157 PFNGLVERTEXBLENDARBPROC; 
     4072alias _BCD_func__2124 PFNGLWEIGHTPOINTERARBPROC; 
     4073alias _BCD_func__1994 PFNGLWEIGHTUIVARBPROC; 
     4074alias _BCD_func__2233 PFNGLWEIGHTUSVARBPROC; 
     4075alias _BCD_func__2234 PFNGLWEIGHTUBVARBPROC; 
     4076alias void function(int, double *) _BCD_func__2235; 
     4077alias _BCD_func__2235 PFNGLWEIGHTDVARBPROC; 
     4078alias _BCD_func__2178 PFNGLWEIGHTFVARBPROC; 
     4079alias void function(int, int *) _BCD_func__2236; 
     4080alias _BCD_func__2236 PFNGLWEIGHTIVARBPROC; 
     4081alias void function(int, short *) _BCD_func__2237; 
     4082alias _BCD_func__2237 PFNGLWEIGHTSVARBPROC; 
     4083alias void function(int, char *) _BCD_func__2238; 
     4084alias _BCD_func__2238 PFNGLWEIGHTBVARBPROC; 
     4085alias _BCD_func__2038 PFNGLPOINTPARAMETERFVARBPROC; 
     4086alias _BCD_func__2035 PFNGLPOINTPARAMETERFARBPROC; 
     4087alias _BCD_func__2004 PFNGLGETCOMPRESSEDTEXIMAGEARBPROC; 
     4088alias void function(uint, int, int, int, uint, int, void *) _BCD_func__2239; 
     4089alias _BCD_func__2239 PFNGLCOMPRESSEDTEXSUBIMAGE1DARBPROC; 
     4090alias void function(uint, int, int, int, int, int, uint, int, void *) _BCD_func__2240; 
     4091alias _BCD_func__2240 PFNGLCOMPRESSEDTEXSUBIMAGE2DARBPROC; 
     4092alias void function(uint, int, int, int, int, int, int, int, uint, int, void *) _BCD_func__2241; 
     4093alias _BCD_func__2241 PFNGLCOMPRESSEDTEXSUBIMAGE3DARBPROC; 
     4094alias void function(uint, int, uint, int, int, int, void *) _BCD_func__2242; 
     4095alias _BCD_func__2242 PFNGLCOMPRESSEDTEXIMAGE1DARBPROC; 
     4096alias void function(uint, int, uint, int, int, int, int, void *) _BCD_func__2243; 
     4097alias _BCD_func__2243 PFNGLCOMPRESSEDTEXIMAGE2DARBPROC; 
     4098alias void function(uint, int, uint, int, int, int, int, int, void *) _BCD_func__2244; 
     4099alias _BCD_func__2244 PFNGLCOMPRESSEDTEXIMAGE3DARBPROC; 
     4100alias _BCD_func__2100 PFNGLSAMPLECOVERAGEARBPROC; 
     4101alias _BCD_func__2112 PFNGLMULTTRANSPOSEMATRIXDARBPROC; 
     4102alias _BCD_func__2110 PFNGLMULTTRANSPOSEMATRIXFARBPROC; 
     4103alias _BCD_func__2112 PFNGLLOADTRANSPOSEMATRIXDARBPROC; 
     4104alias _BCD_func__2110 PFNGLLOADTRANSPOSEMATRIXFARBPROC; 
     4105alias _BCD_func__2232 PFNGLVERTEXATTRIBPOINTERPROC; 
     4106alias _BCD_func__2060 PFNGLVERTEXATTRIB4USVPROC; 
     4107alias _BCD_func__2059 PFNGLVERTEXATTRIB4UIVPROC; 
     4108alias _BCD_func__2061 PFNGLVERTEXATTRIB4UBVPROC; 
     4109alias _BCD_func__2040 PFNGLVERTEXATTRIB4SVPROC; 
     4110alias _BCD_func__2047 PFNGLVERTEXATTRIB4SPROC; 
     4111alias _BCD_func__2031 PFNGLVERTEXATTRIB4IVPROC; 
     4112alias _BCD_func__2038 PFNGLVERTEXATTRIB4FVPROC; 
     4113alias _BCD_func__2045 PFNGLVERTEXATTRIB4FPROC; 
     4114alias _BCD_func__2036 PFNGLVERTEXATTRIB4DVPROC; 
     4115alias _BCD_func__2044 PFNGLVERTEXATTRIB4DPROC; 
     4116alias _BCD_func__2042 PFNGLVERTEXATTRIB4BVPROC; 
     4117alias _BCD_func__2060 PFNGLVERTEXATTRIB4NUSVPROC; 
     4118alias _BCD_func__2059 PFNGLVERTEXATTRIB4NUIVPROC; 
     4119alias _BCD_func__2061 PFNGLVERTEXATTRIB4NUBVPROC; 
     4120alias _BCD_func__2082 PFNGLVERTEXATTRIB4NUBPROC; 
     4121alias _BCD_func__2040 PFNGLVERTEXATTRIB4NSVPROC; 
     4122alias _BCD_func__2031 PFNGLVERTEXATTRIB4NIVPROC; 
     4123alias _BCD_func__2042 PFNGLVERTEXATTRIB4NBVPROC; 
     4124alias _BCD_func__2040 PFNGLVERTEXATTRIB3SVPROC; 
     4125alias _BCD_func__2041 PFNGLVERTEXATTRIB3SPROC; 
     4126alias _BCD_func__2038 PFNGLVERTEXATTRIB3FVPROC; 
     4127alias _BCD_func__2039 PFNGLVERTEXATTRIB3FPROC; 
     4128alias _BCD_func__2036 PFNGLVERTEXATTRIB3DVPROC; 
     4129alias _BCD_func__2037 PFNGLVERTEXATTRIB3DPROC; 
     4130alias _BCD_func__2040 PFNGLVERTEXATTRIB2SVPROC; 
     4131alias _BCD_func__2050 PFNGLVERTEXATTRIB2SPROC; 
     4132alias _BCD_func__2038 PFNGLVERTEXATTRIB2FVPROC; 
     4133alias _BCD_func__2049 PFNGLVERTEXATTRIB2FPROC; 
     4134alias _BCD_func__2036 PFNGLVERTEXATTRIB2DVPROC; 
     4135alias _BCD_func__2048 PFNGLVERTEXATTRIB2DPROC; 
     4136alias _BCD_func__2040 PFNGLVERTEXATTRIB1SVPROC; 
     4137alias _BCD_func__2052 PFNGLVERTEXATTRIB1SPROC; 
     4138alias _BCD_func__2038 PFNGLVERTEXATTRIB1FVPROC; 
     4139alias _BCD_func__2035 PFNGLVERTEXATTRIB1FPROC; 
     4140alias _BCD_func__2036 PFNGLVERTEXATTRIB1DVPROC; 
     4141alias _BCD_func__2051 PFNGLVERTEXATTRIB1DPROC; 
     4142alias _BCD_func__1987 PFNGLVALIDATEPROGRAMPROC; 
     4143alias _BCD_func__2216 PFNGLUNIFORMMATRIX4FVPROC; 
     4144alias _BCD_func__2216 PFNGLUNIFORMMATRIX3FVPROC; 
     4145alias _BCD_func__2216 PFNGLUNIFORMMATRIX2FVPROC; 
     4146alias _BCD_func__2217 PFNGLUNIFORM4IVPROC; 
     4147alias _BCD_func__2217 PFNGLUNIFORM3IVPROC; 
     4148alias _BCD_func__2217 PFNGLUNIFORM2IVPROC; 
     4149alias _BCD_func__2217 PFNGLUNIFORM1IVPROC; 
     4150alias _BCD_func__2218 PFNGLUNIFORM4FVPROC; 
     4151alias _BCD_func__2218 PFNGLUNIFORM3FVPROC; 
     4152alias _BCD_func__2218 PFNGLUNIFORM2FVPROC; 
     4153alias _BCD_func__2218 PFNGLUNIFORM1FVPROC; 
     4154alias _BCD_func__2219 PFNGLUNIFORM4IPROC; 
     4155alias _BCD_func__2109 PFNGLUNIFORM3IPROC; 
     4156alias _BCD_func__2115 PFNGLUNIFORM2IPROC; 
     4157alias _BCD_func__2119 PFNGLUNIFORM1IPROC; 
     4158alias _BCD_func__2220 PFNGLUNIFORM4FPROC; 
     4159alias _BCD_func__2221 PFNGLUNIFORM3FPROC; 
     4160alias _BCD_func__2222 PFNGLUNIFORM2FPROC; 
     4161alias _BCD_func__2223 PFNGLUNIFORM1FPROC; 
     4162alias _BCD_func__1987 PFNGLUSEPROGRAMPROC; 
    40694163alias char GLchar; 
    4070 alias void function(uint, int, char * *, int *) _BCD_func__2111; 
    4071 alias _BCD_func__2111 PFNGLSHADERSOURCEPROC; 
    4072 alias _BCD_func__1851 PFNGLLINKPROGRAMPROC; 
    4073 alias _BCD_func__1866 PFNGLISSHADERPROC; 
    4074 alias _BCD_func__1866 PFNGLISPROGRAMPROC; 
    4075 alias _BCD_func__1920 PFNGLGETVERTEXATTRIBPOINTERVPROC; 
    4076 alias _BCD_func__1867 PFNGLGETVERTEXATTRIBIVPROC; 
    4077 alias _BCD_func__1870 PFNGLGETVERTEXATTRIBFVPROC; 
    4078 alias _BCD_func__1957 PFNGLGETVERTEXATTRIBDVPROC; 
    4079 alias _BCD_func__2079 PFNGLGETUNIFORMIVPROC; 
    4080 alias _BCD_func__2080 PFNGLGETUNIFORMFVPROC; 
    4081 alias int function(uint, char *) _BCD_func__2112; 
    4082 alias _BCD_func__2112 PFNGLGETUNIFORMLOCATIONPROC; 
    4083 alias void function(uint, int, int *, char *) _BCD_func__2113; 
    4084 alias _BCD_func__2113 PFNGLGETSHADERSOURCEPROC; 
    4085 alias _BCD_func__2113 PFNGLGETSHADERINFOLOGPROC; 
    4086 alias _BCD_func__1867 PFNGLGETSHADERIVPROC; 
    4087 alias _BCD_func__2113 PFNGLGETPROGRAMINFOLOGPROC; 
    4088 alias _BCD_func__1867 PFNGLGETPROGRAMIVPROC; 
    4089 alias _BCD_func__2112 PFNGLGETATTRIBLOCATIONPROC; 
    4090 alias void function(uint, int, int *, uint *) _BCD_func__2114; 
    4091 alias _BCD_func__2114 PFNGLGETATTACHEDSHADERSPROC; 
    4092 alias void function(uint, uint, int, int *, int *, uint *, char *) _BCD_func__2115; 
    4093 alias _BCD_func__2115 PFNGLGETACTIVEUNIFORMPROC; 
    4094 alias _BCD_func__2115 PFNGLGETACTIVEATTRIBPROC; 
    4095 alias _BCD_func__1851 PFNGLENABLEVERTEXATTRIBARRAYPROC; 
    4096 alias _BCD_func__1851 PFNGLDISABLEVERTEXATTRIBARRAYPROC; 
    4097 alias _BCD_func__1865 PFNGLDETACHSHADERPROC; 
    4098 alias _BCD_func__1851 PFNGLDELETESHADERPROC; 
    4099 alias _BCD_func__1851 PFNGLDELETEPROGRAMPROC; 
    4100 alias _BCD_func__1921 PFNGLCREATESHADERPROC; 
    4101 alias uint function() _BCD_func__2116; 
    4102 alias _BCD_func__2116 PFNGLCREATEPROGRAMPROC; 
    4103 alias _BCD_func__1851 PFNGLCOMPILESHADERPROC; 
    4104 alias void function(uint, uint, char *) _BCD_func__2117; 
    4105 alias _BCD_func__2117 PFNGLBINDATTRIBLOCATIONPROC; 
    4106 alias _BCD_func__1865 PFNGLATTACHSHADERPROC; 
    4107 alias _BCD_func__1865 PFNGLSTENCILMASKSEPARATEPROC; 
    4108 alias _BCD_func__1872 PFNGLSTENCILFUNCSEPARATEPROC; 
    4109 alias _BCD_func__1859 PFNGLSTENCILOPSEPARATEPROC; 
    4110 alias _BCD_func__1893 PFNGLDRAWBUFFERSPROC; 
    4111 alias _BCD_func__1865 PFNGLBLENDEQUATIONSEPARATEPROC; 
    4112 alias _BCD_func__1920 PFNGLGETBUFFERPOINTERVPROC; 
    4113 alias _BCD_func__1867 PFNGLGETBUFFERPARAMETERIVPROC; 
    4114 alias _BCD_func__1866 PFNGLUNMAPBUFFERPROC; 
    4115 alias _BCD_func__2093 PFNGLMAPBUFFERPROC; 
    4116 alias _BCD_func__2094 PFNGLGETBUFFERSUBDATAPROC; 
    4117 alias _BCD_func__2051 PFNGLBUFFERSUBDATAPROC; 
    4118 alias _BCD_func__2095 PFNGLBUFFERDATAPROC; 
    4119 alias _BCD_func__1866 PFNGLISBUFFERPROC; 
    4120 alias _BCD_func__1863 PFNGLGENBUFFERSPROC; 
    4121 alias _BCD_func__1864 PFNGLDELETEBUFFERSPROC; 
    4122 alias _BCD_func__1865 PFNGLBINDBUFFERPROC; 
    4123 alias _BCD_func__1898 PFNGLGETQUERYOBJECTUIVPROC; 
    4124 alias _BCD_func__1867 PFNGLGETQUERYOBJECTIVPROC; 
    4125 alias _BCD_func__1867 PFNGLGETQUERYIVPROC; 
    4126 alias _BCD_func__1851 PFNGLENDQUERYPROC; 
    4127 alias _BCD_func__1865 PFNGLBEGINQUERYPROC; 
    4128 alias _BCD_func__1866 PFNGLISQUERYPROC; 
    4129 alias _BCD_func__1864 PFNGLDELETEQUERIESPROC; 
    4130 alias _BCD_func__1863 PFNGLGENQUERIESPROC; 
    4131 alias _BCD_func__1972 PFNGLWINDOWPOS3SVPROC; 
    4132 alias _BCD_func__1980 PFNGLWINDOWPOS3SPROC; 
    4133 alias _BCD_func__1974 PFNGLWINDOWPOS3IVPROC; 
    4134 alias _BCD_func__1981 PFNGLWINDOWPOS3IPROC; 
    4135 alias _BCD_func__1976 PFNGLWINDOWPOS3FVPROC; 
    4136 alias _BCD_func__1982 PFNGLWINDOWPOS3FPROC; 
    4137 alias _BCD_func__1978 PFNGLWINDOWPOS3DVPROC; 
    4138 alias _BCD_func__1983 PFNGLWINDOWPOS3DPROC; 
    4139 alias _BCD_func__1972 PFNGLWINDOWPOS2SVPROC; 
    4140 alias _BCD_func__1984 PFNGLWINDOWPOS2SPROC; 
    4141 alias _BCD_func__1974 PFNGLWINDOWPOS2IVPROC; 
    4142 alias _BCD_func__1985 PFNGLWINDOWPOS2IPROC; 
    4143 alias _BCD_func__1976 PFNGLWINDOWPOS2FVPROC; 
    4144 alias _BCD_func__1986 PFNGLWINDOWPOS2FPROC; 
    4145 alias _BCD_func__1978 PFNGLWINDOWPOS2DVPROC; 
    4146 alias _BCD_func__1869 PFNGLWINDOWPOS2DPROC; 
    4147 alias _BCD_func__1990 PFNGLSECONDARYCOLORPOINTERPROC; 
    4148 alias _BCD_func__2019 PFNGLSECONDARYCOLOR3USVPROC; 
    4149 alias _BCD_func__1884 PFNGLSECONDARYCOLOR3USPROC; 
    4150 alias _BCD_func__2020 PFNGLSECONDARYCOLOR3UIVPROC; 
    4151 alias _BCD_func__1930 PFNGLSECONDARYCOLOR3UIPROC; 
    4152 alias _BCD_func__2018 PFNGLSECONDARYCOLOR3UBVPROC; 
    4153 alias _BCD_func__2031 PFNGLSECONDARYCOLOR3UBPROC; 
    4154 alias _BCD_func__1972 PFNGLSECONDARYCOLOR3SVPROC; 
    4155 alias _BCD_func__1980 PFNGLSECONDARYCOLOR3SPROC; 
    4156 alias _BCD_func__1974 PFNGLSECONDARYCOLOR3IVPROC; 
    4157 alias _BCD_func__1981 PFNGLSECONDARYCOLOR3IPROC; 
    4158 alias _BCD_func__1976 PFNGLSECONDARYCOLOR3FVPROC; 
    4159 alias _BCD_func__1982 PFNGLSECONDARYCOLOR3FPROC; 
    4160 alias _BCD_func__1978 PFNGLSECONDARYCOLOR3DVPROC; 
    4161 alias _BCD_func__1983 PFNGLSECONDARYCOLOR3DPROC; 
    4162 alias _BCD_func__2027 PFNGLSECONDARYCOLOR3BVPROC; 
    4163 alias _BCD_func__2028 PFNGLSECONDARYCOLOR3BPROC; 
    4164 alias _BCD_func__1897 PFNGLPOINTPARAMETERIVPROC; 
    4165 alias _BCD_func__1894 PFNGLPOINTPARAMETERIPROC; 
    4166 alias _BCD_func__1904 PFNGLPOINTPARAMETERFVPROC; 
    4167 alias _BCD_func__1901 PFNGLPOINTPARAMETERFPROC; 
    4168 alias _BCD_func__2029 PFNGLMULTIDRAWELEMENTSPROC; 
    4169 alias _BCD_func__2030 PFNGLMULTIDRAWARRAYSPROC; 
    4170 alias _BCD_func__2026 PFNGLFOGCOORDPOINTERPROC; 
    4171 alias _BCD_func__1978 PFNGLFOGCOORDDVPROC; 
    4172 alias _BCD_func__2022 PFNGLFOGCOORDDPROC; 
    4173 alias _BCD_func__1976 PFNGLFOGCOORDFVPROC; 
    4174 alias _BCD_func__1991 PFNGLFOGCOORDFPROC; 
    4175 alias _BCD_func__1859 PFNGLBLENDFUNCSEPARATEPROC; 
    4176 alias _BCD_func__1875 PFNGLGETCOMPRESSEDTEXIMAGEPROC; 
    4177 alias _BCD_func__2105 PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC; 
    4178 alias _BCD_func__2106 PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC; 
    4179 alias _BCD_func__2107 PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC; 
    4180 alias _BCD_func__2108 PFNGLCOMPRESSEDTEXIMAGE1DPROC; 
    4181 alias _BCD_func__2109 PFNGLCOMPRESSEDTEXIMAGE2DPROC; 
    4182 alias _BCD_func__2110 PFNGLCOMPRESSEDTEXIMAGE3DPROC; 
    4183 alias _BCD_func__1966 PFNGLSAMPLECOVERAGEPROC; 
    4184 alias _BCD_func__1978 PFNGLMULTTRANSPOSEMATRIXDPROC; 
    4185 alias _BCD_func__1976 PFNGLMULTTRANSPOSEMATRIXFPROC; 
    4186 alias _BCD_func__1978 PFNGLLOADTRANSPOSEMATRIXDPROC; 
    4187 alias _BCD_func__1976 PFNGLLOADTRANSPOSEMATRIXFPROC; 
    4188 alias _BCD_func__1906 PFNGLMULTITEXCOORD4SVPROC; 
    4189 alias _BCD_func__1913 PFNGLMULTITEXCOORD4SPROC; 
    4190 alias _BCD_func__1897 PFNGLMULTITEXCOORD4IVPROC; 
    4191 alias _BCD_func__1912 PFNGLMULTITEXCOORD4IPROC; 
    4192 alias _BCD_func__1904 PFNGLMULTITEXCOORD4FVPROC; 
    4193 alias _BCD_func__1911 PFNGLMULTITEXCOORD4FPROC; 
    4194 alias _BCD_func__1902 PFNGLMULTITEXCOORD4DVPROC; 
    4195 alias _BCD_func__1910 PFNGLMULTITEXCOORD4DPROC; 
    4196 alias _BCD_func__1906 PFNGLMULTITEXCOORD3SVPROC; 
    4197 alias _BCD_func__1907 PFNGLMULTITEXCOORD3SPROC; 
    4198 alias _BCD_func__1897 PFNGLMULTITEXCOORD3IVPROC; 
    4199 alias _BCD_func__1899 PFNGLMULTITEXCOORD3IPROC; 
    4200 alias _BCD_func__1904 PFNGLMULTITEXCOORD3FVPROC; 
    4201 alias _BCD_func__1905 PFNGLMULTITEXCOORD3FPROC; 
    4202 alias _BCD_func__1902 PFNGLMULTITEXCOORD3DVPROC; 
    4203 alias _BCD_func__1903 PFNGLMULTITEXCOORD3DPROC; 
    4204 alias _BCD_func__1906 PFNGLMULTITEXCOORD2SVPROC; 
    4205 alias _BCD_func__1916 PFNGLMULTITEXCOORD2SPROC; 
    4206 alias _BCD_func__1897 PFNGLMULTITEXCOORD2IVPROC; 
    4207 alias _BCD_func__1855 PFNGLMULTITEXCOORD2IPROC; 
    4208 alias _BCD_func__1904 PFNGLMULTITEXCOORD2FVPROC; 
    4209 alias _BCD_func__1915 PFNGLMULTITEXCOORD2FPROC; 
    4210 alias _BCD_func__1902 PFNGLMULTITEXCOORD2DVPROC; 
    4211 alias _BCD_func__1914 PFNGLMULTITEXCOORD2DPROC; 
    4212 alias _BCD_func__1906 PFNGLMULTITEXCOORD1SVPROC; 
    4213 alias _BCD_func__1918 PFNGLMULTITEXCOORD1SPROC; 
    4214 alias _BCD_func__1897 PFNGLMULTITEXCOORD1IVPROC; 
    4215 alias _BCD_func__1894 PFNGLMULTITEXCOORD1IPROC; 
    4216 alias _BCD_func__1904 PFNGLMULTITEXCOORD1FVPROC; 
    4217 alias _BCD_func__1901 PFNGLMULTITEXCOORD1FPROC; 
    4218 alias _BCD_func__1902 PFNGLMULTITEXCOORD1DVPROC; 
    4219 alias _BCD_func__1917 PFNGLMULTITEXCOORD1DPROC; 
    4220 alias _BCD_func__1851 PFNGLCLIENTACTIVETEXTUREPROC; 
    4221 alias _BCD_func__1851 PFNGLACTIVETEXTUREPROC; 
    4222 alias _BCD_func__2065 PFNGLCOPYTEXSUBIMAGE3DPROC; 
    4223 alias _BCD_func__2073 PFNGLTEXSUBIMAGE3DPROC; 
    4224 alias void function(uint, int, int, int, int, int, int, uint, uint, void *) _BCD_func__2118; 
    4225 alias _BCD_func__2118 PFNGLTEXIMAGE3DPROC; 
    4226 alias _BCD_func__1851 PFNGLRESETMINMAXPROC; 
    4227 alias _BCD_func__1851 PFNGLRESETHISTOGRAMPROC; 
    4228 alias _BCD_func__2062 PFNGLMINMAXPROC; 
    4229 alias _BCD_func__2063 PFNGLHISTOGRAMPROC; 
    4230 alias _BCD_func__1867 PFNGLGETMINMAXPARAMETERIVPROC; 
    4231 alias _BCD_func__1870 PFNGLGETMINMAXPARAMETERFVPROC; 
    4232 alias _BCD_func__2064 PFNGLGETMINMAXPROC; 
    4233 alias _BCD_func__1867 PFNGLGETHISTOGRAMPARAMETERIVPROC; 
    4234 alias _BCD_func__1870 PFNGLGETHISTOGRAMPARAMETERFVPROC; 
    4235 alias _BCD_func__2064 PFNGLGETHISTOGRAMPROC; 
    4236 alias _BCD_func__2058 PFNGLSEPARABLEFILTER2DPROC; 
    4237 alias _BCD_func__2059 PFNGLGETSEPARABLEFILTERPROC; 
    4238 alias _BCD_func__1867 PFNGLGETCONVOLUTIONPARAMETERIVPROC; 
    4239 alias _BCD_func__1870 PFNGLGETCONVOLUTIONPARAMETERFVPROC; 
    4240 alias _BCD_func__2040 PFNGLGETCONVOLUTIONFILTERPROC; 
    4241 alias _BCD_func__2060 PFNGLCOPYCONVOLUTIONFILTER2DPROC; 
    4242 alias _BCD_func__2057 PFNGLCOPYCONVOLUTIONFILTER1DPROC; 
    4243 alias _BCD_func__1963 PFNGLCONVOLUTIONPARAMETERIVPROC; 
    4244 alias _BCD_func__2033 PFNGLCONVOLUTIONPARAMETERIPROC; 
    4245 alias _BCD_func__1952 PFNGLCONVOLUTIONPARAMETERFVPROC; 
    4246 alias _BCD_func__2032 PFNGLCONVOLUTIONPARAMETERFPROC; 
    4247 alias _BCD_func__2061 PFNGLCONVOLUTIONFILTER2DPROC; 
    4248 alias _BCD_func__2041 PFNGLCONVOLUTIONFILTER1DPROC; 
    4249 alias _BCD_func__1912 PFNGLCOPYCOLORSUBTABLEPROC; 
    4250 alias _BCD_func__2042 PFNGLCOLORSUBTABLEPROC; 
    4251 alias _BCD_func__1867 PFNGLGETCOLORTABLEPARAMETERIVPROC; 
    4252 alias _BCD_func__1870 PFNGLGETCOLORTABLEPARAMETERFVPROC; 
    4253 alias _BCD_func__2040 PFNGLGETCOLORTABLEPROC; 
    4254 alias _BCD_func__2057 PFNGLCOPYCOLORTABLEPROC; 
    4255 alias _BCD_func__1963 PFNGLCOLORTABLEPARAMETERIVPROC; 
    4256 alias _BCD_func__1952 PFNGLCOLORTABLEPARAMETERFVPROC; 
    4257 alias _BCD_func__2041 PFNGLCOLORTABLEPROC; 
    4258 alias _BCD_func__2038 PFNGLDRAWRANGEELEMENTSPROC; 
    4259 alias _BCD_func__1851 PFNGLBLENDEQUATIONPROC; 
    4260 alias _BCD_func__1977 PFNGLBLENDCOLORPROC; 
     4164alias void function(uint, int, char * *, int *) _BCD_func__2245; 
     4165alias _BCD_func__2245 PFNGLSHADERSOURCEPROC; 
     4166alias _BCD_func__1987 PFNGLLINKPROGRAMPROC; 
     4167alias _BCD_func__1995 PFNGLISSHADERPROC; 
     4168alias _BCD_func__1995 PFNGLISPROGRAMPROC; 
     4169alias _BCD_func__2054 PFNGLGETVERTEXATTRIBPOINTERVPROC; 
     4170alias _BCD_func__1996 PFNGLGETVERTEXATTRIBIVPROC; 
     4171alias _BCD_func__1999 PFNGLGETVERTEXATTRIBFVPROC; 
     4172alias _BCD_func__2091 PFNGLGETVERTEXATTRIBDVPROC; 
     4173alias _BCD_func__2213 PFNGLGETUNIFORMIVPROC; 
     4174alias _BCD_func__2214 PFNGLGETUNIFORMFVPROC; 
     4175alias int function(uint, char *) _BCD_func__2246; 
     4176alias _BCD_func__2246 PFNGLGETUNIFORMLOCATIONPROC; 
     4177alias void function(uint, int, int *, char *) _BCD_func__2247; 
     4178alias _BCD_func__2247 PFNGLGETSHADERSOURCEPROC; 
     4179alias _BCD_func__2247 PFNGLGETSHADERINFOLOGPROC; 
     4180alias _BCD_func__1996 PFNGLGETSHADERIVPROC; 
     4181alias _BCD_func__2247 PFNGLGETPROGRAMINFOLOGPROC; 
     4182alias _BCD_func__1996 PFNGLGETPROGRAMIVPROC; 
     4183alias _BCD_func__2246 PFNGLGETATTRIBLOCATIONPROC; 
     4184alias void function(uint, int, int *, uint *) _BCD_func__2248; 
     4185alias _BCD_func__2248 PFNGLGETATTACHEDSHADERSPROC; 
     4186alias void function(uint, uint, int, int *, int *, uint *, char *) _BCD_func__2249; 
     4187alias _BCD_func__2249 PFNGLGETACTIVEUNIFORMPROC; 
     4188alias _BCD_func__2249 PFNGLGETACTIVEATTRIBPROC; 
     4189alias _BCD_func__1987 PFNGLENABLEVERTEXATTRIBARRAYPROC; 
     4190alias _BCD_func__1987 PFNGLDISABLEVERTEXATTRIBARRAYPROC; 
     4191alias _BCD_func__1980 PFNGLDETACHSHADERPROC; 
     4192alias _BCD_func__1987 PFNGLDELETESHADERPROC; 
     4193alias _BCD_func__1987 PFNGLDELETEPROGRAMPROC; 
     4194alias _BCD_func__2055 PFNGLCREATESHADERPROC; 
     4195alias uint function() _BCD_func__2250; 
     4196alias _BCD_func__2250 PFNGLCREATEPROGRAMPROC; 
     4197alias _BCD_func__1987 PFNGLCOMPILESHADERPROC; 
     4198alias void function(uint, uint, char *) _BCD_func__2251; 
     4199alias _BCD_func__2251 PFNGLBINDATTRIBLOCATIONPROC; 
     4200alias _BCD_func__1980 PFNGLATTACHSHADERPROC; 
     4201alias _BCD_func__1980 PFNGLSTENCILMASKSEPARATEPROC; 
     4202alias _BCD_func__2001 PFNGLSTENCILFUNCSEPARATEPROC; 
     4203alias _BCD_func__1989 PFNGLSTENCILOPSEPARATEPROC; 
     4204alias _BCD_func__2022 PFNGLDRAWBUFFERSPROC; 
     4205alias _BCD_func__1980 PFNGLBLENDEQUATIONSEPARATEPROC; 
     4206alias _BCD_func__2054 PFNGLGETBUFFERPOINTERVPROC; 
     4207alias _BCD_func__1996 PFNGLGETBUFFERPARAMETERIVPROC; 
     4208alias _BCD_func__1995 PFNGLUNMAPBUFFERPROC; 
     4209alias _BCD_func__2227 PFNGLMAPBUFFERPROC; 
     4210alias _BCD_func__2228 PFNGLGETBUFFERSUBDATAPROC; 
     4211alias _BCD_func__2185 PFNGLBUFFERSUBDATAPROC; 
     4212alias _BCD_func__2229 PFNGLBUFFERDATAPROC; 
     4213alias _BCD_func__1995 PFNGLISBUFFERPROC; 
     4214alias _BCD_func__1993 PFNGLGENBUFFERSPROC; 
     4215alias _BCD_func__1994 PFNGLDELETEBUFFERSPROC; 
     4216alias _BCD_func__1980 PFNGLBINDBUFFERPROC; 
     4217alias _BCD_func__2032 PFNGLGETQUERYOBJECTUIVPROC; 
     4218alias _BCD_func__1996 PFNGLGETQUERYOBJECTIVPROC; 
     4219alias _BCD_func__1996 PFNGLGETQUERYIVPROC; 
     4220alias _BCD_func__1987 PFNGLENDQUERYPROC; 
     4221alias _BCD_func__1980 PFNGLBEGINQUERYPROC; 
     4222alias _BCD_func__1995 PFNGLISQUERYPROC; 
     4223alias _BCD_func__1994 PFNGLDELETEQUERIESPROC; 
     4224alias _BCD_func__1993 PFNGLGENQUERIESPROC; 
     4225alias _BCD_func__2106 PFNGLWINDOWPOS3SVPROC; 
     4226alias _BCD_func__2114 PFNGLWINDOWPOS3SPROC; 
     4227alias _BCD_func__2108 PFNGLWINDOWPOS3IVPROC; 
     4228alias _BCD_func__2115 PFNGLWINDOWPOS3IPROC; 
     4229alias _BCD_func__2110 PFNGLWINDOWPOS3FVPROC; 
     4230alias _BCD_func__2116 PFNGLWINDOWPOS3FPROC; 
     4231alias _BCD_func__2112 PFNGLWINDOWPOS3DVPROC; 
     4232alias _BCD_func__2117 PFNGLWINDOWPOS3DPROC; 
     4233alias _BCD_func__2106 PFNGLWINDOWPOS2SVPROC; 
     4234alias _BCD_func__2118 PFNGLWINDOWPOS2SPROC; 
     4235alias _BCD_func__2108 PFNGLWINDOWPOS2IVPROC; 
     4236alias _BCD_func__2119 PFNGLWINDOWPOS2IPROC; 
     4237alias _BCD_func__2110 PFNGLWINDOWPOS2FVPROC; 
     4238alias _BCD_func__2120 PFNGLWINDOWPOS2FPROC; 
     4239alias _BCD_func__2112 PFNGLWINDOWPOS2DVPROC; 
     4240alias _BCD_func__1998 PFNGLWINDOWPOS2DPROC; 
     4241alias _BCD_func__2124 PFNGLSECONDARYCOLORPOINTERPROC; 
     4242alias _BCD_func__2153 PFNGLSECONDARYCOLOR3USVPROC; 
     4243alias _BCD_func__2013 PFNGLSECONDARYCOLOR3USPROC; 
     4244alias _BCD_func__2154 PFNGLSECONDARYCOLOR3UIVPROC; 
     4245alias _BCD_func__2064 PFNGLSECONDARYCOLOR3UIPROC; 
     4246alias _BCD_func__2152 PFNGLSECONDARYCOLOR3UBVPROC; 
     4247alias _BCD_func__2165 PFNGLSECONDARYCOLOR3UBPROC; 
     4248alias _BCD_func__2106 PFNGLSECONDARYCOLOR3SVPROC; 
     4249alias _BCD_func__2114 PFNGLSECONDARYCOLOR3SPROC; 
     4250alias _BCD_func__2108 PFNGLSECONDARYCOLOR3IVPROC; 
     4251alias _BCD_func__2115 PFNGLSECONDARYCOLOR3IPROC; 
     4252alias _BCD_func__2110 PFNGLSECONDARYCOLOR3FVPROC; 
     4253alias _BCD_func__2116 PFNGLSECONDARYCOLOR3FPROC; 
     4254alias _BCD_func__2112 PFNGLSECONDARYCOLOR3DVPROC; 
     4255alias _BCD_func__2117 PFNGLSECONDARYCOLOR3DPROC; 
     4256alias _BCD_func__2161 PFNGLSECONDARYCOLOR3BVPROC; 
     4257alias _BCD_func__2162 PFNGLSECONDARYCOLOR3BPROC; 
     4258alias _BCD_func__2031 PFNGLPOINTPARAMETERIVPROC; 
     4259alias _BCD_func__2023 PFNGLPOINTPARAMETERIPROC; 
     4260alias _BCD_func__2038 PFNGLPOINTPARAMETERFVPROC; 
     4261alias _BCD_func__2035 PFNGLPOINTPARAMETERFPROC; 
     4262alias _BCD_func__2163 PFNGLMULTIDRAWELEMENTSPROC; 
     4263alias _BCD_func__2164 PFNGLMULTIDRAWARRAYSPROC; 
     4264alias _BCD_func__2160 PFNGLFOGCOORDPOINTERPROC; 
     4265alias _BCD_func__2112 PFNGLFOGCOORDDVPROC; 
     4266alias _BCD_func__2156 PFNGLFOGCOORDDPROC; 
     4267alias _BCD_func__2110 PFNGLFOGCOORDFVPROC; 
     4268alias _BCD_func__2125 PFNGLFOGCOORDFPROC; 
     4269alias _BCD_func__1989 PFNGLBLENDFUNCSEPARATEPROC; 
    42614270alias ushort GLhalfARB; 
    42624271alias int GLsizeiptrARB; 
     
    42644273alias int GLsizeiptr; 
    42654274alias int GLintptr; 
     4275alias _BCD_func__2040 PFNGLMULTITEXCOORD4SVARBPROC; 
     4276alias _BCD_func__2047 PFNGLMULTITEXCOORD4SARBPROC; 
     4277alias _BCD_func__2031 PFNGLMULTITEXCOORD4IVARBPROC; 
     4278alias _BCD_func__2046 PFNGLMULTITEXCOORD4IARBPROC; 
     4279alias _BCD_func__2038 PFNGLMULTITEXCOORD4FVARBPROC; 
     4280alias _BCD_func__2045 PFNGLMULTITEXCOORD4FARBPROC; 
     4281alias _BCD_func__2036 PFNGLMULTITEXCOORD4DVARBPROC; 
     4282alias _BCD_func__2044 PFNGLMULTITEXCOORD4DARBPROC; 
     4283alias _BCD_func__2040 PFNGLMULTITEXCOORD3SVARBPROC; 
     4284alias _BCD_func__2041 PFNGLMULTITEXCOORD3SARBPROC; 
     4285alias _BCD_func__2031 PFNGLMULTITEXCOORD3IVARBPROC; 
     4286alias _BCD_func__2033 PFNGLMULTITEXCOORD3IARBPROC; 
     4287alias _BCD_func__2038 PFNGLMULTITEXCOORD3FVARBPROC; 
     4288alias _BCD_func__2039 PFNGLMULTITEXCOORD3FARBPROC; 
     4289alias _BCD_func__2036 PFNGLMULTITEXCOORD3DVARBPROC; 
     4290alias _BCD_func__2037 PFNGLMULTITEXCOORD3DARBPROC; 
     4291alias _BCD_func__2040 PFNGLMULTITEXCOORD2SVARBPROC; 
     4292alias _BCD_func__2050 PFNGLMULTITEXCOORD2SARBPROC; 
     4293alias _BCD_func__2031 PFNGLMULTITEXCOORD2IVARBPROC; 
     4294alias _BCD_func__2029 PFNGLMULTITEXCOORD2IARBPROC; 
     4295alias _BCD_func__2038 PFNGLMULTITEXCOORD2FVARBPROC; 
     4296alias _BCD_func__2049 PFNGLMULTITEXCOORD2FARBPROC; 
     4297alias _BCD_func__2036 PFNGLMULTITEXCOORD2DVARBPROC; 
     4298alias _BCD_func__2048 PFNGLMULTITEXCOORD2DARBPROC; 
     4299alias _BCD_func__2040 PFNGLMULTITEXCOORD1SVARBPROC; 
     4300alias _BCD_func__2052 PFNGLMULTITEXCOORD1SARBPROC; 
     4301alias _BCD_func__2031 PFNGLMULTITEXCOORD1IVARBPROC; 
     4302alias _BCD_func__2023 PFNGLMULTITEXCOORD1IARBPROC; 
     4303alias _BCD_func__2038 PFNGLMULTITEXCOORD1FVARBPROC; 
     4304alias _BCD_func__2035 PFNGLMULTITEXCOORD1FARBPROC; 
     4305alias _BCD_func__2036 PFNGLMULTITEXCOORD1DVARBPROC; 
     4306alias _BCD_func__2051 PFNGLMULTITEXCOORD1DARBPROC; 
     4307alias _BCD_func__1987 PFNGLCLIENTACTIVETEXTUREARBPROC; 
     4308alias _BCD_func__1987 PFNGLACTIVETEXTUREARBPROC; 
     4309alias void function(uint, int, void *) _BCD_func__2256; 
     4310alias _BCD_func__2256 PFNGLGETCOMPRESSEDTEXIMAGEPROC; 
     4311alias _BCD_func__2239 PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC; 
     4312alias _BCD_func__2240 PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC; 
     4313alias _BCD_func__2241 PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC; 
     4314alias _BCD_func__2242 PFNGLCOMPRESSEDTEXIMAGE1DPROC; 
     4315alias _BCD_func__2243 PFNGLCOMPRESSEDTEXIMAGE2DPROC; 
     4316alias _BCD_func__2244 PFNGLCOMPRESSEDTEXIMAGE3DPROC; 
     4317alias _BCD_func__2100 PFNGLSAMPLECOVERAGEPROC; 
     4318alias _BCD_func__2112 PFNGLMULTTRANSPOSEMATRIXDPROC; 
     4319alias _BCD_func__2110 PFNGLMULTTRANSPOSEMATRIXFPROC; 
     4320alias _BCD_func__2112 PFNGLLOADTRANSPOSEMATRIXDPROC; 
     4321alias _BCD_func__2110 PFNGLLOADTRANSPOSEMATRIXFPROC; 
     4322alias _BCD_func__2040 PFNGLMULTITEXCOORD4SVPROC; 
     4323alias _BCD_func__2047 PFNGLMULTITEXCOORD4SPROC; 
     4324alias _BCD_func__2031 PFNGLMULTITEXCOORD4IVPROC; 
     4325alias _BCD_func__2046 PFNGLMULTITEXCOORD4IPROC; 
     4326alias _BCD_func__2038 PFNGLMULTITEXCOORD4FVPROC; 
     4327alias _BCD_func__2045 PFNGLMULTITEXCOORD4FPROC; 
     4328alias _BCD_func__2036 PFNGLMULTITEXCOORD4DVPROC; 
     4329alias _BCD_func__2044 PFNGLMULTITEXCOORD4DPROC; 
     4330alias _BCD_func__2040 PFNGLMULTITEXCOORD3SVPROC; 
     4331alias _BCD_func__2041 PFNGLMULTITEXCOORD3SPROC; 
     4332alias _BCD_func__2031 PFNGLMULTITEXCOORD3IVPROC; 
     4333alias _BCD_func__2033 PFNGLMULTITEXCOORD3IPROC; 
     4334alias _BCD_func__2038 PFNGLMULTITEXCOORD3FVPROC; 
     4335alias _BCD_func__2039 PFNGLMULTITEXCOORD3FPROC; 
     4336alias _BCD_func__2036 PFNGLMULTITEXCOORD3DVPROC; 
     4337alias _BCD_func__2037 PFNGLMULTITEXCOORD3DPROC; 
     4338alias _BCD_func__2040 PFNGLMULTITEXCOORD2SVPROC; 
     4339alias _BCD_func__2050 PFNGLMULTITEXCOORD2SPROC; 
     4340alias _BCD_func__2031 PFNGLMULTITEXCOORD2IVPROC; 
     4341alias _BCD_func__2029 PFNGLMULTITEXCOORD2IPROC; 
     4342alias _BCD_func__2038 PFNGLMULTITEXCOORD2FVPROC; 
     4343alias _BCD_func__2049 PFNGLMULTITEXCOORD2FPROC; 
     4344alias _BCD_func__2036 PFNGLMULTITEXCOORD2DVPROC; 
     4345alias _BCD_func__2048 PFNGLMULTITEXCOORD2DPROC; 
     4346alias _BCD_func__2040 PFNGLMULTITEXCOORD1SVPROC; 
     4347alias _BCD_func__2052 PFNGLMULTITEXCOORD1SPROC; 
     4348alias _BCD_func__2031 PFNGLMULTITEXCOORD1IVPROC; 
     4349alias _BCD_func__2023 PFNGLMULTITEXCOORD1IPROC; 
     4350alias _BCD_func__2038 PFNGLMULTITEXCOORD1FVPROC; 
     4351alias _BCD_func__2035 PFNGLMULTITEXCOORD1FPROC; 
     4352alias _BCD_func__2036 PFNGLMULTITEXCOORD1DVPROC; 
     4353alias _BCD_func__2051 PFNGLMULTITEXCOORD1DPROC; 
     4354alias _BCD_func__1987 PFNGLCLIENTACTIVETEXTUREPROC; 
     4355alias _BCD_func__1987 PFNGLACTIVETEXTUREPROC; 
     4356alias _BCD_func__1987 PFNGLRESETMINMAXPROC; 
     4357alias _BCD_func__1987 PFNGLRESETHISTOGRAMPROC; 
     4358alias _BCD_func__2196 PFNGLMINMAXPROC; 
     4359alias _BCD_func__2197 PFNGLHISTOGRAMPROC; 
     4360alias _BCD_func__1996 PFNGLGETMINMAXPARAMETERIVPROC; 
     4361alias _BCD_func__1999 PFNGLGETMINMAXPARAMETERFVPROC; 
     4362alias _BCD_func__2198 PFNGLGETMINMAXPROC; 
     4363alias _BCD_func__1996 PFNGLGETHISTOGRAMPARAMETERIVPROC; 
     4364alias _BCD_func__1999 PFNGLGETHISTOGRAMPARAMETERFVPROC; 
     4365alias _BCD_func__2198 PFNGLGETHISTOGRAMPROC; 
     4366alias _BCD_func__2192 PFNGLSEPARABLEFILTER2DPROC; 
     4367alias _BCD_func__2193 PFNGLGETSEPARABLEFILTERPROC; 
     4368alias _BCD_func__1996 PFNGLGETCONVOLUTIONPARAMETERIVPROC; 
     4369alias _BCD_func__1999 PFNGLGETCONVOLUTIONPARAMETERFVPROC; 
     4370alias _BCD_func__2174 PFNGLGETCONVOLUTIONFILTERPROC; 
     4371alias _BCD_func__2194 PFNGLCOPYCONVOLUTIONFILTER2DPROC; 
     4372alias _BCD_func__2191 PFNGLCOPYCONVOLUTIONFILTER1DPROC; 
     4373alias _BCD_func__2097 PFNGLCONVOLUTIONPARAMETERIVPROC; 
     4374alias _BCD_func__2167 PFNGLCONVOLUTIONPARAMETERIPROC; 
     4375alias _BCD_func__2086 PFNGLCONVOLUTIONPARAMETERFVPROC; 
     4376alias _BCD_func__2166 PFNGLCONVOLUTIONPARAMETERFPROC; 
     4377alias _BCD_func__2195 PFNGLCONVOLUTIONFILTER2DPROC; 
     4378alias _BCD_func__2175 PFNGLCONVOLUTIONFILTER1DPROC; 
     4379alias _BCD_func__2046 PFNGLCOPYCOLORSUBTABLEPROC; 
     4380alias _BCD_func__2176 PFNGLCOLORSUBTABLEPROC; 
     4381alias _BCD_func__1996 PFNGLGETCOLORTABLEPARAMETERIVPROC; 
     4382alias _BCD_func__1999 PFNGLGETCOLORTABLEPARAMETERFVPROC; 
     4383alias _BCD_func__2174 PFNGLGETCOLORTABLEPROC; 
     4384alias _BCD_func__2191 PFNGLCOPYCOLORTABLEPROC; 
     4385alias _BCD_func__2097 PFNGLCOLORTABLEPARAMETERIVPROC; 
     4386alias _BCD_func__2086 PFNGLCOLORTABLEPARAMETERFVPROC; 
     4387alias _BCD_func__2175 PFNGLCOLORTABLEPROC; 
     4388alias _BCD_func__1987 PFNGLBLENDEQUATIONPROC; 
     4389alias _BCD_func__2111 PFNGLBLENDCOLORPROC; 
     4390alias _BCD_func__2199 PFNGLCOPYTEXSUBIMAGE3DPROC; 
     4391alias _BCD_func__2207 PFNGLTEXSUBIMAGE3DPROC; 
     4392alias void function(uint, int, int, int, int, int, int, uint, uint, void *) _BCD_func__2258; 
     4393alias _BCD_func__2258 PFNGLTEXIMAGE3DPROC; 
     4394alias _BCD_func__2172 PFNGLDRAWRANGEELEMENTSPROC; 
    42664395alias double GLclampd; 
    42674396alias uint GLbitfield; 
    4268 extern (C) void glViewport(int, int, int, int); 
    4269 extern (C) void glVertexPointer(int, uint, int, void *); 
    4270 extern (C) void glVertex4sv(short *); 
    4271 extern (C) void glVertex4s(short, short, short, short); 
    4272 extern (C) void glVertex4iv(int *); 
    4273 extern (C) void glVertex4i(int, int, int, int); 
    4274 extern (C) void glVertex4fv(float *); 
    4275 extern (C) void glVertex4f(float, float, float, float); 
    4276 extern (C) void glVertex4dv(double *); 
    4277 extern (C) void glVertex4d(double, double, double, double); 
    4278 extern (C) void glVertex3sv(short *); 
    4279 extern (C) void glVertex3s(short, short, short); 
    4280 extern (C) void glVertex3iv(int *); 
    4281 extern (C) void glVertex3i(int, int, int); 
    4282 extern (C) void glVertex3fv(float *); 
    4283 extern (C) void glVertex3f(float, float, float); 
    4284 extern (C) void glVertex3dv(double *); 
    4285 extern (C) void glVertex3d(double, double, double); 
    4286 extern (C) void glVertex2sv(short *); 
    4287 extern (C) void glVertex2s(short, short); 
    4288 extern (C) void glVertex2iv(int *); 
    4289 extern (C) void glVertex2i(int, int); 
    4290 extern (C) void glVertex2fv(float *); 
    4291 extern (C) void glVertex2f(float, float); 
    4292 extern (C) void glVertex2dv(double *); 
    4293 extern (C) void glVertex2d(double, double); 
    4294 extern (C) void glTranslatef(float, float, float); 
    4295 extern (C) void glTranslated(double, double, double); 
     4397extern (C) void glBlendEquationSeparateATI(uint, uint); 
     4398extern (C) void glGetProgramRegisterfvMESA(uint, int, char *, float *); 
     4399extern (C) void glProgramCallbackMESA(uint, _BCD_func__1984, void *); 
     4400extern (C) void glTracePointerRangeMESA(void *, void *, char *); 
     4401extern (C) void glTracePointerMESA(void *, char *); 
     4402extern (C) void glTraceListMESA(uint, char *); 
     4403extern (C) void glTraceTextureMESA(uint, char *); 
     4404extern (C) void glTraceCommentMESA(char *); 
     4405extern (C) void glTraceAssertAttribMESA(uint); 
     4406extern (C) void glEndTraceMESA(); 
     4407extern (C) void glNewTraceMESA(uint, char *); 
     4408extern (C) void glDisableTraceMESA(uint); 
     4409extern (C) void glEnableTraceMESA(uint); 
     4410extern (C) void glMultiTexCoord4svARB(uint, short *); 
     4411extern (C) void glMultiTexCoord4sARB(uint, short, short, short, short); 
     4412extern (C) void glMultiTexCoord4ivARB(uint, int *); 
     4413extern (C) void glMultiTexCoord4iARB(uint, int, int, int, int); 
     4414extern (C) void glMultiTexCoord4fvARB(uint, float *); 
     4415extern (C) void glMultiTexCoord4fARB(uint, float, float, float, float); 
     4416extern (C) void glMultiTexCoord4dvARB(uint, double *); 
     4417extern (C) void glMultiTexCoord4dARB(uint, double, double, double, double); 
     4418extern (C) void glMultiTexCoord3svARB(uint, short *); 
     4419extern (C) void glMultiTexCoord3sARB(uint, short, short, short); 
     4420extern (C) void glMultiTexCoord3ivARB(uint, int *); 
     4421extern (C) void glMultiTexCoord3iARB(uint, int, int, int); 
     4422extern (C) void glMultiTexCoord3fvARB(uint, float *); 
     4423extern (C) void glMultiTexCoord3fARB(uint, float, float, float); 
     4424extern (C) void glMultiTexCoord3dvARB(uint, double *); 
     4425extern (C) void glMultiTexCoord3dARB(uint, double, double, double); 
     4426extern (C) void glMultiTexCoord2svARB(uint, short *); 
     4427extern (C) void glMultiTexCoord2sARB(uint, short, short); 
     4428extern (C) void glMultiTexCoord2ivARB(uint, int *); 
     4429extern (C) void glMultiTexCoord2iARB(uint, int, int); 
     4430extern (C) void glMultiTexCoord2fvARB(uint, float *); 
     4431extern (C) void glMultiTexCoord2fARB(uint, float, float); 
     4432extern (C) void glMultiTexCoord2dvARB(uint, double *); 
     4433extern (C) void glMultiTexCoord2dARB(uint, double, double); 
     4434extern (C) void glMultiTexCoord1svARB(uint, short *); 
     4435extern (C) void glMultiTexCoord1sARB(uint, short); 
     4436extern (C) void glMultiTexCoord1ivARB(uint, int *); 
     4437extern (C) void glMultiTexCoord1iARB(uint, int); 
     4438extern (C) void glMultiTexCoord1fvARB(uint, float *); 
     4439extern (C) void glMultiTexCoord1fARB(uint, float); 
     4440extern (C) void glMultiTexCoord1dvARB(uint, double *); 
     4441extern (C) void glMultiTexCoord1dARB(uint, double); 
     4442extern (C) void glClientActiveTextureARB(uint); 
     4443extern (C) void glActiveTextureARB(uint); 
     4444extern (C) void glSampleCoverage(float, char); 
     4445extern (C) void glMultTransposeMatrixf(float *); 
     4446extern (C) void glMultTransposeMatrixd(double *); 
     4447extern (C) void glLoadTransposeMatrixf(float *); 
     4448extern (C) void glLoadTransposeMatrixd(double *); 
     4449extern (C) void glMultiTexCoord4sv(uint, short *); 
     4450extern (C) void glMultiTexCoord4s(uint, short, short, short, short); 
     4451extern (C) void glMultiTexCoord4iv(uint, int *); 
     4452extern (C) void glMultiTexCoord4i(uint, int, int, int, int); 
     4453extern (C) void glMultiTexCoord4fv(uint, float *); 
     4454extern (C) void glMultiTexCoord4f(uint, float, float, float, float); 
     4455extern (C) void glMultiTexCoord4dv(uint, double *); 
     4456extern (C) void glMultiTexCoord4d(uint, double, double, double, double); 
     4457extern (C) void glMultiTexCoord3sv(uint, short *); 
     4458extern (C) void glMultiTexCoord3s(uint, short, short, short); 
     4459extern (C) void glMultiTexCoord3iv(uint, int *); 
     4460extern (C) void glMultiTexCoord3i(uint, int, int, int); 
     4461extern (C) void glMultiTexCoord3fv(uint, float *); 
     4462extern (C) void glMultiTexCoord3f(uint, float, float, float); 
     4463extern (C) void glMultiTexCoord3dv(uint, double *); 
     4464extern (C) void glMultiTexCoord3d(uint, double, double, double); 
     4465extern (C) void glMultiTexCoord2sv(uint, short *); 
     4466extern (C) void glMultiTexCoord2s(uint, short, short); 
     4467extern (C) void glMultiTexCoord2iv(uint, int *); 
     4468extern (C) void glMultiTexCoord2i(uint, int, int); 
     4469extern (C) void glMultiTexCoord2fv(uint, float *); 
     4470extern (C) void glMultiTexCoord2f(uint, float, float); 
     4471extern (C) void glMultiTexCoord2dv(uint, double *); 
     4472extern (C) void glMultiTexCoord2d(uint, double, double); 
     4473extern (C) void glMultiTexCoord1sv(uint, short *); 
     4474extern (C) void glMultiTexCoord1s(uint, short); 
     4475extern (C) void glMultiTexCoord1iv(uint, int *); 
     4476extern (C) void glMultiTexCoord1i(uint, int); 
     4477extern (C) void glMultiTexCoord1fv(uint, float *); 
     4478extern (C) void glMultiTexCoord1f(uint, float); 
     4479extern (C) void glMultiTexCoord1dv(uint, double *); 
     4480extern (C) void glMultiTexCoord1d(uint, double); 
     4481extern (C) void glGetCompressedTexImage(uint, int, void *); 
     4482extern (C) void glCompressedTexSubImage3D(uint, int, int, int, int, int, int, int, uint, int, void *); 
     4483extern (C) void glCompressedTexSubImage2D(uint, int, int, int, int, int, uint, int, void *); 
     4484extern (C) void glCompressedTexSubImage1D(uint, int, int, int, uint, int, void *); 
     4485extern (C) void glCompressedTexImage3D(uint, int, uint, int, int, int, int, int, void *); 
     4486extern (C) void glCompressedTexImage2D(uint, int, uint, int, int, int, int, void *); 
     4487extern (C) void glCompressedTexImage1D(uint, int, uint, int, int, int, void *); 
     4488extern (C) void glClientActiveTexture(uint); 
     4489extern (C) void glActiveTexture(uint); 
     4490extern (C) void glGetSeparableFilter(uint, uint, uint, void *, void *, void *); 
     4491extern (C) void glSeparableFilter2D(uint, uint, int, int, uint, uint, void *, void *); 
     4492extern (C) void glGetConvolutionParameteriv(uint, uint, int *); 
     4493extern (C) void glGetConvolutionParameterfv(uint, uint, float *); 
     4494extern (C) void glGetConvolutionFilter(uint, uint, uint, void *); 
     4495extern (C) void glCopyConvolutionFilter2D(uint, uint, int, int, int, int); 
     4496extern (C) void glCopyConvolutionFilter1D(uint, uint, int, int, int); 
     4497extern (C) void glConvolutionParameteriv(uint, uint, int *); 
     4498extern (C) void glConvolutionParameteri(uint, uint, int); 
     4499extern (C) void glConvolutionParameterfv(uint, uint, float *); 
     4500extern (C) void glConvolutionParameterf(uint, uint, float); 
     4501extern (C) void glConvolutionFilter2D(uint, uint, int, int, uint, uint, void *); 
     4502extern (C) void glConvolutionFilter1D(uint, uint, int, uint, uint, void *); 
     4503extern (C) void glGetMinmaxParameteriv(uint, uint, int *); 
     4504extern (C) void glGetMinmaxParameterfv(uint, uint, float *); 
     4505extern (C) void glGetMinmax(uint, char, uint, uint, void *); 
     4506extern (C) void glResetMinmax(uint); 
     4507extern (C) void glMinmax(uint, uint, char); 
     4508extern (C) void glGetHistogramParameteriv(uint, uint, int *); 
     4509extern (C) void glGetHistogramParameterfv(uint, uint, float *); 
     4510extern (C) void glGetHistogram(uint, char, uint, uint, void *); 
     4511extern (C) void glResetHistogram(uint); 
     4512extern (C) void glHistogram(uint, int, uint, char); 
     4513extern (C) void glBlendColor(float, float, float, float); 
     4514extern (C) void glBlendEquation(uint); 
     4515extern (C) void glGetColorTableParameteriv(uint, uint, int *); 
     4516extern (C) void glGetColorTableParameterfv(uint, uint, float *); 
     4517extern (C) void glGetColorTable(uint, uint, uint, void *); 
     4518extern (C) void glCopyColorTable(uint, uint, int, int, int); 
     4519extern (C) void glCopyColorSubTable(uint, int, int, int, int); 
     4520extern (C) void glColorTableParameterfv(uint, uint, float *); 
     4521extern (C) void glColorTableParameteriv(uint, uint, int *); 
     4522extern (C) void glColorSubTable(uint, int, int, uint, uint, void *); 
     4523extern (C) void glColorTable(uint, uint, int, uint, uint, void *); 
     4524extern (C) void glCopyTexSubImage3D(uint, int, int, int, int, int, int, int, int); 
     4525extern (C) void glTexSubImage3D(uint, int, int, int, int, int, int, int, uint, uint, void *); 
     4526extern (C) void glTexImage3D(uint, int, int, int, int, int, int, uint, uint, void *); 
     4527extern (C) void glDrawRangeElements(uint, uint, uint, int, uint, void *); 
     4528extern (C) void glPopName(); 
     4529extern (C) void glPushName(uint); 
     4530extern (C) void glLoadName(uint); 
     4531extern (C) void glInitNames(); 
     4532extern (C) void glSelectBuffer(int, uint *); 
     4533extern (C) void glPassThrough(float); 
     4534extern (C) void glFeedbackBuffer(int, uint, float *); 
     4535extern (C) void glFogiv(uint, int *); 
     4536extern (C) void glFogfv(uint, float *); 
     4537extern (C) void glFogi(uint, int); 
     4538extern (C) void glFogf(uint, float); 
     4539extern (C) void glEvalMesh2(uint, int, int, int, int); 
     4540extern (C) void glEvalMesh1(uint, int, int); 
     4541extern (C) void glEvalPoint2(int, int); 
     4542extern (C) void glEvalPoint1(int); 
     4543extern (C) void glMapGrid2f(int, float, float, int, float, float); 
     4544extern (C) void glMapGrid2d(int, double, double, int, double, double); 
     4545extern (C) void glMapGrid1f(int, float, float); 
     4546extern (C) void glMapGrid1d(int, double, double); 
     4547extern (C) void glEvalCoord2fv(float *); 
     4548extern (C) void glEvalCoord2dv(double *); 
     4549extern (C) void glEvalCoord2f(float, float); 
     4550extern (C) void glEvalCoord2d(double, double); 
     4551extern (C) void glEvalCoord1fv(float *); 
     4552extern (C) void glEvalCoord1dv(double *); 
     4553extern (C) void glEvalCoord1f(float); 
     4554extern (C) void glEvalCoord1d(double); 
     4555extern (C) void glGetMapiv(uint, uint, int *); 
     4556extern (C) void glGetMapfv(uint, uint, float *); 
     4557extern (C) void glGetMapdv(uint, uint, double *); 
     4558extern (C) void glMap2f(uint, float, float, int, int, float, float, int, int, float *); 
     4559extern (C) void glMap2d(uint, double, double, int, int, double, double, int, int, double *); 
     4560extern (C) void glMap1f(uint, float, float, int, int, float *); 
     4561extern (C) void glMap1d(uint, double, double, int, int, double *); 
     4562extern (C) void glCopyTexSubImage2D(uint, int, int, int, int, int, int, int); 
     4563extern (C) void glCopyTexSubImage1D(uint, int, int, int, int, int); 
     4564extern (C) void glCopyTexImage2D(uint, int, uint, int, int, int, int, int); 
     4565extern (C) void glCopyTexImage1D(uint, int, uint, int, int, int, int); 
    42964566extern (C) void glTexSubImage2D(uint, int, int, int, int, int, uint, uint, void *); 
    42974567extern (C) void glTexSubImage1D(uint, int, int, int, uint, uint, void *); 
    4298 extern (C) void glTexParameteriv(uint, uint, int *); 
    4299 extern (C) void glTexParameteri(uint, uint, int); 
    4300 extern (C) void glTexParameterfv(uint, uint, float *); 
    4301 extern (C) void glTexParameterf(uint, uint, float); 
     4568extern (C) char glIsTexture(uint); 
     4569extern (C) char glAreTexturesResident(int, uint *, char *); 
     4570extern (C) void glPrioritizeTextures(int, uint *, float *); 
     4571extern (C) void glBindTexture(uint, uint); 
     4572extern (C) void glDeleteTextures(int, uint *); 
     4573extern (C) void glGenTextures(int, uint *); 
     4574extern (C) void glGetTexImage(uint, int, uint, uint, void *); 
    43024575extern (C) void glTexImage2D(uint, int, int, int, int, int, uint, uint, void *); 
    43034576extern (C) void glTexImage1D(uint, int, int, int, int, uint, uint, void *); 
     4577extern (C) void glGetTexLevelParameteriv(uint, int, uint, int *); 
     4578extern (C) void glGetTexLevelParameterfv(uint, int, uint, float *); 
     4579extern (C) void glGetTexParameteriv(uint, uint, int *); 
     4580extern (C) void glGetTexParameterfv(uint, uint, float *); 
     4581extern (C) void glTexParameteriv(uint, uint, int *); 
     4582extern (C) void glTexParameterfv(uint, uint, float *); 
     4583extern (C) void glTexParameteri(uint, uint, int); 
     4584extern (C) void glTexParameterf(uint, uint, float); 
     4585extern (C) void glGetTexEnviv(uint, uint, int *); 
     4586extern (C) void glGetTexEnvfv(uint, uint, float *); 
     4587extern (C) void glTexEnviv(uint, uint, int *); 
     4588extern (C) void glTexEnvfv(uint, uint, float *); 
     4589extern (C) void glTexEnvi(uint, uint, int); 
     4590extern (C) void glTexEnvf(uint, uint, float); 
     4591extern (C) void glGetTexGeniv(uint, uint, int *); 
     4592extern (C) void glGetTexGenfv(uint, uint, float *); 
     4593extern (C) void glGetTexGendv(uint, uint, double *); 
    43044594extern (C) void glTexGeniv(uint, uint, int *); 
     4595extern (C) void glTexGenfv(uint, uint, float *); 
     4596extern (C) void glTexGendv(uint, uint, double *); 
    43054597extern (C) void glTexGeni(uint, uint, int); 
    4306 extern (C) void glTexGenfv(uint, uint, float *); 
    43074598extern (C) void glTexGenf(uint, uint, float); 
    4308 extern (C) void glTexGendv(uint, uint, double *); 
    43094599extern (C) void glTexGend(uint, uint, double); 
    4310 extern (C) void glTexEnviv(uint, uint, int *); 
    4311 extern (C) void glTexEnvi(uint, uint, int); 
    4312 extern (C) void glTexEnvfv(uint, uint, float *); 
    4313 extern (C) void glTexEnvf(uint, uint, float); 
    4314 extern (C) void glTexCoordPointer(int, uint, int, void *); 
    4315 extern (C) void glTexCoord4sv(short *); 
    4316 extern (C) void glTexCoord4s(short, short, short, short); 
    4317 extern (C) void glTexCoord4iv(int *); 
    4318 extern (C) void glTexCoord4i(int, int, int, int); 
    4319 extern (C) void glTexCoord4fv(float *); 
    4320 extern (C) void glTexCoord4f(float, float, float, float); 
    4321 extern (C) void glTexCoord4dv(double *); 
    4322 extern (C) void glTexCoord4d(double, double, double, double); 
    4323 extern (C) void glTexCoord3sv(short *); 
    4324 extern (C) void glTexCoord3s(short, short, short); 
    4325 extern (C) void glTexCoord3iv(int *); 
    4326 extern (C) void glTexCoord3i(int, int, int); 
    4327 extern (C) void glTexCoord3fv(float *); 
    4328 extern (C) void glTexCoord3f(float, float, float); 
    4329 extern (C) void glTexCoord3dv(double *); 
    4330 extern (C) void glTexCoord3d(double, double, double); 
    4331 extern (C) void glTexCoord2sv(short *); 
    4332 extern (C) void glTexCoord2s(short, short); 
    4333 extern (C) void glTexCoord2iv(int *); 
    4334 extern (C) void glTexCoord2i(int, int); 
    4335 extern (C) void glTexCoord2fv(float *); 
    4336 extern (C) void glTexCoord2f(float, float); 
    4337 extern (C) void glTexCoord2dv(double *); 
    4338 extern (C) void glTexCoord2d(double, double); 
    4339 extern (C) void glTexCoord1sv(short *); 
    4340 extern (C) void glTexCoord1s(short); 
    4341 extern (C) void glTexCoord1iv(int *); 
    4342 extern (C) void glTexCoord1i(int); 
    4343 extern (C) void glTexCoord1fv(float *); 
    4344 extern (C) void glTexCoord1f(float); 
    4345 extern (C) void glTexCoord1dv(double *); 
    4346 extern (C) void glTexCoord1d(double); 
     4600extern (C) void glClearStencil(int); 
    43474601extern (C) void glStencilOp(uint, uint, uint); 
    43484602extern (C) void glStencilMask(uint); 
    43494603extern (C) void glStencilFunc(uint, int, uint); 
     4604extern (C) void glCopyPixels(int, int, int, int, uint); 
     4605extern (C) void glDrawPixels(int, int, uint, uint, void *); 
     4606extern (C) void glReadPixels(int, int, int, int, uint, uint, void *); 
     4607extern (C) void glBitmap(int, int, float, float, float, float, char *); 
     4608extern (C) void glGetPixelMapusv(uint, ushort *); 
     4609extern (C) void glGetPixelMapuiv(uint, uint *); 
     4610extern (C) void glGetPixelMapfv(uint, float *); 
     4611extern (C) void glPixelMapusv(uint, int, ushort *); 
     4612extern (C) void glPixelMapuiv(uint, int, uint *); 
     4613extern (C) void glPixelMapfv(uint, int, float *); 
     4614extern (C) void glPixelTransferi(uint, int); 
     4615extern (C) void glPixelTransferf(uint, float); 
     4616extern (C) void glPixelStorei(uint, int); 
     4617extern (C) void glPixelStoref(uint, float); 
     4618extern (C) void glPixelZoom(float, float); 
     4619extern (C) void glColorMaterial(uint, uint); 
     4620extern (C) void glGetMaterialiv(uint, uint, int *); 
     4621extern (C) void glGetMaterialfv(uint, uint, float *); 
     4622extern (C) void glMaterialiv(uint, uint, int *); 
     4623extern (C) void glMaterialfv(uint, uint, float *); 
     4624extern (C) void glMateriali(uint, uint, int); 
     4625extern (C) void glMaterialf(uint, uint, float); 
     4626extern (C) void glLightModeliv(uint, int *); 
     4627extern (C) void glLightModelfv(uint, float *); 
     4628extern (C) void glLightModeli(uint, int); 
     4629extern (C) void glLightModelf(uint, float); 
     4630extern (C) void glGetLightiv(uint, uint, int *); 
     4631extern (C) void glGetLightfv(uint, uint, float *); 
     4632extern (C) void glLightiv(uint, uint, int *); 
     4633extern (C) void glLightfv(uint, uint, float *); 
     4634extern (C) void glLighti(uint, uint, int); 
     4635extern (C) void glLightf(uint, uint, float); 
    43504636extern (C) void glShadeModel(uint); 
    4351 extern (C) void glSelectBuffer(int, uint *); 
    4352 extern (C) void glScissor(int, int, int, int); 
     4637extern (C) void glInterleavedArrays(uint, int, void *); 
     4638extern (C) void glDrawElements(uint, int, uint, void *); 
     4639extern (C) void glDrawArrays(uint, int, int); 
     4640extern (C) void glArrayElement(int); 
     4641extern (C) void glGetPointerv(uint, void * *); 
     4642extern (C) void glEdgeFlagPointer(int, void *); 
     4643extern (C) void glTexCoordPointer(int, uint, int, void *); 
     4644extern (C) void glIndexPointer(uint, int, void *); 
     4645extern (C) void glColorPointer(int, uint, int, void *); 
     4646extern (C) void glNormalPointer(uint, int, void *); 
     4647extern (C) void glVertexPointer(int, uint, int, void *); 
     4648extern (C) void glRectsv(short *, short *); 
     4649extern (C) void glRectiv(int *, int *); 
     4650extern (C) void glRectfv(float *, float *); 
     4651extern (C) void glRectdv(double *, double *); 
     4652extern (C) void glRects(short, short, short, short); 
     4653extern (C) void glRecti(int, int, int, int); 
     4654extern (C) void glRectf(float, float, float, float); 
     4655extern (C) void glRectd(double, double, double, double); 
     4656extern (C) void glRasterPos4sv(short *); 
     4657extern (C) void glRasterPos4iv(int *); 
     4658extern (C) void glRasterPos4fv(float *); 
     4659extern (C) void glRasterPos4dv(double *); 
     4660extern (C) void glRasterPos3sv(short *); 
     4661extern (C) void glRasterPos3iv(int *); 
     4662extern (C) void glRasterPos3fv(float *); 
     4663extern (C) void glRasterPos3dv(double *); 
     4664extern (C) void glRasterPos2sv(short *); 
     4665extern (C) void glRasterPos2iv(int *); 
     4666extern (C) void glRasterPos2fv(float *); 
     4667extern (C) void glRasterPos2dv(double *); 
     4668extern (C) void glRasterPos4s(short, short, short, short); 
     4669extern (C) void glRasterPos4i(int, int, int, int); 
     4670extern (C) void glRasterPos4f(float, float, float, float); 
     4671extern (C) void glRasterPos4d(double, double, double, double); 
     4672extern (C) void glRasterPos3s(short, short, short); 
     4673extern (C) void glRasterPos3i(int, int, int); 
     4674extern (C) void glRasterPos3f(float, float, float); 
     4675extern (C) void glRasterPos3d(double, double, double); 
     4676extern (C) void glRasterPos2s(short, short); 
     4677extern (C) void glRasterPos2i(int, int); 
     4678extern (C) void glRasterPos2f(float, float); 
     4679extern (C) void glRasterPos2d(double, double); 
     4680extern (C) void glTexCoord4sv(short *); 
     4681extern (C) void glTexCoord4iv(int *); 
     4682extern (C) void glTexCoord4fv(float *); 
     4683extern (C) void glTexCoord4dv(double *); 
     4684extern (C) void glTexCoord3sv(short *); 
     4685extern (C) void glTexCoord3iv(int *); 
     4686extern (C) void glTexCoord3fv(float *); 
     4687extern (C) void glTexCoord3dv(double *); 
     4688extern (C) void glTexCoord2sv(short *); 
     4689extern (C) void glTexCoord2iv(int *); 
     4690extern (C) void glTexCoord2fv(float *); 
     4691extern (C) void glTexCoord2dv(double *); 
     4692extern (C) void glTexCoord1sv(short *); 
     4693extern (C) void glTexCoord1iv(int *); 
     4694extern (C) void glTexCoord1fv(float *); 
     4695extern (C) void glTexCoord1dv(double *); 
     4696extern (C) void glTexCoord4s(short, short, short, short); 
     4697extern (C) void glTexCoord4i(int, int, int, int); 
     4698extern (C) void glTexCoord4f(float, float, float, float); 
     4699extern (C) void glTexCoord4d(double, double, double, double); 
     4700extern (C) void glTexCoord3s(short, short, short); 
     4701extern (C) void glTexCoord3i(int, int, int); 
     4702extern (C) void glTexCoord3f(float, float, float); 
     4703extern (C) void glTexCoord3d(double, double, double); 
     4704extern (C) void glTexCoord2s(short, short); 
     4705extern (C) void glTexCoord2i(int, int); 
     4706extern (C) void glTexCoord2f(float, float); 
     4707extern (C) void glTexCoord2d(double, double); 
     4708extern (C) void glTexCoord1s(short); 
     4709extern (C) void glTexCoord1i(int); 
     4710extern (C) void glTexCoord1f(float); 
     4711extern (C) void glTexCoord1d(double); 
     4712extern (C) void glColor4usv(ushort *); 
     4713extern (C) void glColor4uiv(uint *); 
     4714extern (C) void glColor4ubv(char *); 
     4715extern (C) void glColor4sv(short *); 
     4716extern (C) void glColor4iv(int *); 
     4717extern (C) void glColor4fv(float *); 
     4718extern (C) void glColor4dv(double *); 
     4719extern (C) void glColor4bv(char *); 
     4720extern (C) void glColor3usv(ushort *); 
     4721extern (C) void glColor3uiv(uint *); 
     4722extern (C) void glColor3ubv(char *); 
     4723extern (C) void glColor3sv(short *); 
     4724extern (C) void glColor3iv(int *); 
     4725extern (C) void glColor3fv(float *); 
     4726extern (C) void glColor3dv(double *); 
     4727extern (C) void glColor3bv(char *); 
     4728extern (C) void glColor4us(ushort, ushort, ushort, ushort); 
     4729extern (C) void glColor4ui(uint, uint, uint, uint); 
     4730extern (C) void glColor4ub(char, char, char, char); 
     4731extern (C) void glColor4s(short, short, short, short); 
     4732extern (C) void glColor4i(int, int, int, int); 
     4733extern (C) void glColor4f(float, float, float, float); 
     4734extern (C) void glColor4d(double, double, double, double); 
     4735extern (C) void glColor4b(char, char, char, char); 
     4736extern (C) void glColor3us(ushort, ushort, ushort); 
     4737extern (C) void glColor3ui(uint, uint, uint); 
     4738extern (C) void glColor3ub(char, char, char); 
     4739extern (C) void glColor3s(short, short, short); 
     4740extern (C) void glColor3i(int, int, int); 
     4741extern (C) void glColor3f(float, float, float); 
     4742extern (C) void glColor3d(double, double, double); 
     4743extern (C) void glColor3b(char, char, char); 
     4744extern (C) void glIndexubv(char *); 
     4745extern (C) void glIndexsv(short *); 
     4746extern (C) void glIndexiv(int *); 
     4747extern (C) void glIndexfv(float *); 
     4748extern (C) void glIndexdv(double *); 
     4749extern (C) void glIndexub(char); 
     4750extern (C) void glIndexs(short); 
     4751extern (C) void glIndexi(int); 
     4752extern (C) void glIndexf(float); 
     4753extern (C) void glIndexd(double); 
     4754extern (C) void glNormal3sv(short *); 
     4755extern (C) void glNormal3iv(int *); 
     4756extern (C) void glNormal3fv(float *); 
     4757extern (C) void glNormal3dv(double *); 
     4758extern (C) void glNormal3bv(char *); 
     4759extern (C) void glNormal3s(short, short, short); 
     4760extern (C) void glNormal3i(int, int, int); 
     4761extern (C) void glNormal3f(float, float, float); 
     4762extern (C) void glNormal3d(double, double, double); 
     4763extern (C) void glNormal3b(char, char, char); 
     4764extern (C) void glVertex4sv(short *); 
     4765extern (C) void glVertex4iv(int *); 
     4766extern (C) void glVertex4fv(float *); 
     4767extern (C) void glVertex4dv(double *); 
     4768extern (C) void glVertex3sv(short *); 
     4769extern (C) void glVertex3iv(int *); 
     4770extern (C) void glVertex3fv(float *); 
     4771extern (C) void glVertex3dv(double *); 
     4772extern (C) void glVertex2sv(short *); 
     4773extern (C) void glVertex2iv(int *); 
     4774extern (C) void glVertex2fv(float *); 
     4775extern (C) void glVertex2dv(double *); 
     4776extern (C) void glVertex4s(short, short, short, short); 
     4777extern (C) void glVertex4i(int, int, int, int); 
     4778extern (C) void glVertex4f(float, float, float, float); 
     4779extern (C) void glVertex4d(double, double, double, double); 
     4780extern (C) void glVertex3s(short, short, short); 
     4781extern (C) void glVertex3i(int, int, int); 
     4782extern (C) void glVertex3f(float, float, float); 
     4783extern (C) void glVertex3d(double, double, double); 
     4784extern (C) void glVertex2s(short, short); 
     4785extern (C) void glVertex2i(int, int); 
     4786extern (C) void glVertex2f(float, float); 
     4787extern (C) void glVertex2d(double, double); 
     4788extern (C) void glEnd(); 
     4789extern (C) void glBegin(uint); 
     4790extern (C) void glListBase(uint); 
     4791extern (C) void glCallLists(int, uint, void *); 
     4792extern (C) void glCallList(uint); 
     4793extern (C) void glEndList(); 
     4794extern (C) void glNewList(uint, uint); 
     4795extern (C) uint glGenLists(int); 
     4796extern (C) void glDeleteLists(uint, int); 
     4797extern (C) char glIsList(uint); 
     4798extern (C) void glTranslatef(float, float, float); 
     4799extern (C) void glTranslated(double, double, double); 
    43534800extern (C) void glScalef(float, float, float); 
    43544801extern (C) void glScaled(double, double, double); 
    43554802extern (C) void glRotatef(float, float, float, float); 
    43564803extern (C) void glRotated(double, double, double, double); 
     4804extern (C) void glMultMatrixf(float *); 
     4805extern (C) void glMultMatrixd(double *); 
     4806extern (C) void glLoadMatrixf(float *); 
     4807extern (C) void glLoadMatrixd(double *); 
     4808extern (C) void glLoadIdentity(); 
     4809extern (C) void glPopMatrix(); 
     4810extern (C) void glPushMatrix(); 
     4811extern (C) void glViewport(int, int, int, int); 
     4812extern (C) void glFrustum(double, double, double, double, double, double); 
     4813extern (C) void glOrtho(double, double, double, double, double, double); 
     4814extern (C) void glMatrixMode(uint); 
     4815extern (C) void glAccum(uint, float); 
     4816extern (C) void glClearAccum(float, float, float, float); 
     4817extern (C) void glDepthRange(double, double); 
     4818extern (C) void glDepthMask(char); 
     4819extern (C) void glDepthFunc(uint); 
     4820extern (C) void glClearDepth(double); 
     4821extern (C) void glHint(uint, uint); 
     4822extern (C) void glFlush(); 
     4823extern (C) void glFinish(); 
     4824extern (C) char * glGetString(uint); 
     4825extern (C) uint glGetError(); 
    43574826extern (C) int glRenderMode(uint); 
    4358 extern (C) void glRectsv(short *, short *); 
    4359 extern (C) void glRects(short, short, short, short); 
    4360 extern (C) void glRectiv(int *, int *); 
    4361 extern (C) void glRecti(int, int, int, int); 
    4362 extern (C) void glRectfv(float *, float *); 
    4363 extern (C) void glRectf(float, float, float, float); 
    4364 extern (C) void glRectdv(double *, double *); 
    4365 extern (C) void glRectd(double, double, double, double); 
    4366 extern (C) void glReadPixels(int, int, int, int, uint, uint, void *); 
     4827extern (C) void glPopClientAttrib(); 
     4828extern (C) void glPushClientAttrib(uint); 
     4829extern (C) void glPopAttrib(); 
     4830extern (C) void glPushAttrib(uint); 
     4831extern (C) void glGetIntegerv(uint, int *); 
     4832extern (C) void glGetFloatv(uint, float *); 
     4833extern (C) void glGetDoublev(uint, double *); 
     4834extern (C) void glGetBooleanv(uint, char *); 
     4835extern (C) void glDisableClientState(uint); 
     4836extern (C) void glEnableClientState(uint); 
     4837extern (C) char glIsEnabled(uint); 
     4838extern (C) void glDisable(uint); 
     4839extern (C) void glEnable(uint); 
    43674840extern (C) void glReadBuffer(uint); 
    4368 extern (C) void glRasterPos4sv(short *); 
    4369 extern (C) void glRasterPos4s(short, short, short, short); 
    4370 extern (C) void glRasterPos4iv(int *); 
    4371 extern (C) void glRasterPos4i(int, int, int, int); 
    4372 extern (C) void glRasterPos4fv(float *); 
    4373 extern (C) void glRasterPos4f(float, float, float, float); 
    4374 extern (C) void glRasterPos4dv(double *); 
    4375 extern (C) void glRasterPos4d(double, double, double, double); 
    4376 extern (C) void glRasterPos3sv(short *); 
    4377 extern (C) void glRasterPos3s(short, short, short); 
    4378 extern (C) void glRasterPos3iv(int *); 
    4379 extern (C) void glRasterPos3i(int, int, int); 
    4380 extern (C) void glRasterPos3fv(float *); 
    4381 extern (C) void glRasterPos3f(float, float, float); 
    4382 extern (C) void glRasterPos3dv(double *); 
    4383 extern (C) void glRasterPos3d(double, double, double); 
    4384 extern (C) void glRasterPos2sv(short *); 
    4385 extern (C) void glRasterPos2s(short, short); 
    4386 extern (C) void glRasterPos2iv(int *); 
    4387 extern (C) void glRasterPos2i(int, int); 
    4388 extern (C) void glRasterPos2fv(float *); 
    4389 extern (C) void glRasterPos2f(float, float); 
    4390 extern (C) void glRasterPos2dv(double *); 
    4391 extern (C) void glRasterPos2d(double, double); 
    4392 extern (C) void glPushName(uint); 
    4393 extern (C) void glPushMatrix(); 
    4394 extern (C) void glPushClientAttrib(uint); 
    4395 extern (C) void glPushAttrib(uint); 
    4396 extern (C) void glPrioritizeTextures(int, uint *, float *); 
    4397 extern (C) void glPopName(); 
    4398 extern (C) void glPopMatrix(); 
    4399 extern (C) void glPopClientAttrib(); 
    4400 extern (C) void glPopAttrib(); 
     4841extern (C) void glDrawBuffer(uint); 
     4842extern (C) void glGetClipPlane(uint, double *); 
     4843extern (C) void glClipPlane(uint, double *); 
     4844extern (C) void glScissor(int, int, int, int); 
     4845extern (C) void glEdgeFlagv(char *); 
     4846extern (C) void glEdgeFlag(char); 
     4847extern (C) void glGetPolygonStipple(char *); 
    44014848extern (C) void glPolygonStipple(char *); 
    44024849extern (C) void glPolygonOffset(float, float); 
    44034850extern (C) void glPolygonMode(uint, uint); 
     4851extern (C) void glLineStipple(int, ushort); 
     4852extern (C) void glLineWidth(float); 
    44044853extern (C) void glPointSize(float); 
    4405 extern (C) void glPixelZoom(float, float); 
    4406 extern (C) void glPixelTransferi(uint, int); 
    4407 extern (C) void glPixelTransferf(uint, float); 
    4408 extern (C) void glPixelStorei(uint, int); 
    4409 extern (C) void glPixelStoref(uint, float); 
    4410 extern (C) void glPixelMapusv(uint, int, ushort *); 
    4411 extern (C) void glPixelMapuiv(uint, int, uint *); 
    4412 extern (C) void glPixelMapfv(uint, int, float *); 
    4413 extern (C) void glPassThrough(float); 
    4414 extern (C) void glOrtho(double, double, double, double, double, double); 
    4415 extern (C) void glNormalPointer(uint, int, void *); 
    4416 extern (C) void glNormal3sv(short *); 
    4417 extern (C) void glNormal3s(short, short, short); 
    4418 extern (C) void glNormal3iv(int *); 
    4419 extern (C) void glNormal3i(int, int, int); 
    4420 extern (C) void glNormal3fv(float *); 
    4421 extern (C) void glNormal3f(float, float, float); 
    4422 extern (C) void glNormal3dv(double *); 
    4423 extern (C) void glNormal3d(double, double, double); 
    4424 extern (C) void glNormal3bv(char *); 
    4425 extern (C) void glNormal3b(char, char, char); 
    4426 extern (C) void glNewList(uint, uint); 
    4427 extern (C) void glMultMatrixf(float *); 
    4428 extern (C) void glMultMatrixd(double *); 
    4429 extern (C) void glMatrixMode(uint); 
    4430 extern (C) void glMaterialiv(uint, uint, int *); 
    4431 extern (C) void glMateriali(uint, uint, int); 
    4432 extern (C) void glMaterialfv(uint, uint, float *); 
    4433 extern (C) void glMaterialf(uint, uint, float); 
    4434 extern (C) void glMapGrid2f(int, float, float, int, float, float); 
    4435 extern (C) void glMapGrid2d(int, double, double, int, double, double); 
    4436 extern (C) void glMapGrid1f(int, float, float); 
    4437 extern (C) void glMapGrid1d(int, double, double); 
    4438 extern (C) void glMap2f(uint, float, float, int, int, float, float, int, int, float *); 
    4439 extern (C) void glMap2d(uint, double, double, int, int, double, double, int, int, double *); 
    4440 extern (C) void glMap1f(uint, float, float, int, int, float *); 
    4441 extern (C) void glMap1d(uint, double, double, int, int, double *); 
     4854extern (C) void glFrontFace(uint); 
     4855extern (C) void glCullFace(uint); 
    44424856extern (C) void glLogicOp(uint); 
    4443 extern (C) void glLoadName(uint); 
    4444 extern (C) void glLoadMatrixf(float *); 
    4445 extern (C) void glLoadMatrixd(double *); 
    4446 extern (C) void glLoadIdentity(); 
    4447 extern (C) void glListBase(uint); 
    4448 extern (C) void glLineWidth(float); 
    4449 extern (C) void glLineStipple(int, ushort); 
    4450 extern (C) void glLightiv(uint, uint, int *); 
    4451 extern (C) void glLighti(uint, uint, int); 
    4452 extern (C) void glLightfv(uint, uint, float *); 
    4453 extern (C) void glLightf(uint, uint, float); 
    4454 extern (C) void glLightModeliv(uint, int *); 
    4455 extern (C) void glLightModeli(uint, int); 
    4456 extern (C) void glLightModelfv(uint, float *); 
    4457 extern (C) void glLightModelf(uint, float); 
    4458 extern (C) char glIsTexture(uint); 
    4459 extern (C) char glIsList(uint); 
    4460 extern (C) char glIsEnabled(uint); 
    4461 extern (C) void glInterleavedArrays(uint, int, void *); 
    4462 extern (C) void glInitNames(); 
    4463 extern (C) void glIndexubv(char *); 
    4464 extern (C) void glIndexub(char); 
    4465 extern (C) void glIndexsv(short *); 
    4466 extern (C) void glIndexs(short); 
    4467 extern (C) void glIndexiv(int *); 
    4468 extern (C) void glIndexi(int); 
    4469 extern (C) void glIndexfv(float *); 
    4470 extern (C) void glIndexf(float); 
    4471 extern (C) void glIndexdv(double *); 
    4472 extern (C) void glIndexd(double); 
    4473 extern (C) void glIndexPointer(uint, int, void *); 
     4857extern (C) void glBlendFunc(uint, uint); 
     4858extern (C) void glAlphaFunc(uint, float); 
     4859extern (C) void glColorMask(char, char, char, char); 
    44744860extern (C) void glIndexMask(uint); 
    4475 extern (C) void glHint(uint, uint); 
    4476 extern (C) void glGetTexParameteriv(uint, uint, int *); 
    4477 extern (C) void glGetTexParameterfv(uint, uint, float *); 
    4478 extern (C) void glGetTexLevelParameteriv(uint, int, uint, int *); 
    4479 extern (C) void glGetTexLevelParameterfv(uint, int, uint, float *); 
    4480 extern (C) void glGetTexImage(uint, int, uint, uint, void *); 
    4481 extern (C) void glGetTexGeniv(uint, uint, int *); 
    4482 extern (C) void glGetTexGenfv(uint, uint, float *); 
    4483 extern (C) void glGetTexGendv(uint, uint, double *); 
    4484 extern (C) void glGetTexEnviv(uint, uint, int *); 
    4485 extern (C) void glGetTexEnvfv(uint, uint, float *); 
    4486 extern (C) char * glGetString(uint); 
    4487 extern (C) void glGetPolygonStipple(char *); 
    4488 extern (C) void glGetPointerv(uint, void * *); 
    4489 extern (C) void glGetPixelMapusv(uint, ushort *); 
    4490 extern (C) void glGetPixelMapuiv(uint, uint *); 
    4491 extern (C) void glGetPixelMapfv(uint, float *); 
    4492 extern (C) void glGetMaterialiv(uint, uint, int *); 
    4493 extern (C) void glGetMaterialfv(uint, uint, float *); 
    4494 extern (C) void glGetMapiv(uint, uint, int *); 
    4495 extern (C) void glGetMapfv(uint, uint, float *); 
    4496 extern (C) void glGetMapdv(uint, uint, double *); 
    4497 extern (C) void glGetLightiv(uint, uint, int *); 
    4498 extern (C) void glGetLightfv(uint, uint, float *); 
    4499 extern (C) void glGetIntegerv(uint, int *); 
    4500 extern (C) void glGetFloatv(uint, float *); 
    4501 extern (C) uint glGetError(); 
    4502 extern (C) void glGetDoublev(uint, double *); 
    4503 extern (C) void glGetClipPlane(uint, double *); 
    4504 extern (C) void glGetBooleanv(uint, char *); 
    4505 extern (C) void glGenTextures(int, uint *); 
    4506 extern (C) uint glGenLists(int); 
    4507 extern (C) void glFrustum(double, double, double, double, double, double); 
    4508 extern (C) void glFrontFace(uint); 
    4509 extern (C) void glFogiv(uint, int *); 
    4510 extern (C) void glFogi(uint, int); 
    4511 extern (C) void glFogfv(uint, float *); 
    4512 extern (C) void glFogf(uint, float); 
    4513 extern (C) void glFlush(); 
    4514 extern (C) void glFinish(); 
    4515 extern (C) void glFeedbackBuffer(int, uint, float *); 
    4516 extern (C) void glEvalPoint2(int, int); 
    4517 extern (C) void glEvalPoint1(int); 
    4518 extern (C) void glEvalMesh2(uint, int, int, int, int); 
    4519 extern (C) void glEvalMesh1(uint, int, int); 
    4520 extern (C) void glEvalCoord2fv(float *); 
    4521 extern (C) void glEvalCoord2f(float, float); 
    4522 extern (C) void glEvalCoord2dv(double *); 
    4523 extern (C) void glEvalCoord2d(double, double); 
    4524 extern (C) void glEvalCoord1fv(float *); 
    4525 extern (C) void glEvalCoord1f(float); 
    4526 extern (C) void glEvalCoord1dv(double *); 
    4527 extern (C) void glEvalCoord1d(double); 
    4528 extern (C) void glEndList(); 
    4529 extern (C) void glEnd(); 
    4530 extern (C) void glEnableClientState(uint); 
    4531 extern (C) void glEnable(uint); 
    4532 extern (C) void glEdgeFlagv(char *); 
    4533 extern (C) void glEdgeFlagPointer(int, void *); 
    4534 extern (C) void glEdgeFlag(char); 
    4535 extern (C) void glDrawPixels(int, int, uint, uint, void *); 
    4536 extern (C) void glDrawElements(uint, int, uint, void *); 
    4537 extern (C) void glDrawBuffer(uint); 
    4538 extern (C) void glDrawArrays(uint, int, int); 
    4539 extern (C) void glDisableClientState(uint); 
    4540 extern (C) void glDisable(uint); 
    4541 extern (C) void glDepthRange(double, double); 
    4542 extern (C) void glDepthMask(char); 
    4543 extern (C) void glDepthFunc(uint); 
    4544 extern (C) void glDeleteTextures(int, uint *); 
    4545 extern (C) void glDeleteLists(uint, int); 
    4546 extern (C) void glCullFace(uint); 
    4547 extern (C) void glCopyTexSubImage2D(uint, int, int, int, int, int, int, int); 
    4548 extern (C) void glCopyTexSubImage1D(uint, int, int, int, int, int); 
    4549 extern (C) void glCopyTexImage2D(uint, int, uint, int, int, int, int, int); 
    4550 extern (C) void glCopyTexImage1D(uint, int, uint, int, int, int, int); 
    4551 extern (C) void glCopyPixels(int, int, int, int, uint); 
    4552 extern (C) void glColorPointer(int, uint, int, void *); 
    4553 extern (C) void glColorMaterial(uint, uint); 
    4554 extern (C) void glColorMask(char, char, char, char); 
    4555 extern (C) void glColor4usv(ushort *); 
    4556 extern (C) void glColor4us(ushort, ushort, ushort, ushort); 
    4557 extern (C) void glColor4uiv(uint *); 
    4558 extern (C) void glColor4ui(uint, uint, uint, uint); 
    4559 extern (C) void glColor4ubv(char *); 
    4560 extern (C) void glColor4ub(char, char, char, char); 
    4561 extern (C) void glColor4sv(short *); 
    4562 extern (C) void glColor4s(short, short, short, short); 
    4563 extern (C) void glColor4iv(int *); 
    4564 extern (C) void glColor4i(int, int, int, int); 
    4565 extern (C) void glColor4fv(float *); 
    4566 extern (C) void glColor4f(float, float, float, float); 
    4567 extern (C) void glColor4dv(double *); 
    4568 extern (C) void glColor4d(double, double, double, double); 
    4569 extern (C) void glColor4bv(char *); 
    4570 extern (C) void glColor4b(char, char, char, char); 
    4571 extern (C) void glColor3usv(ushort *); 
    4572 extern (C) void glColor3us(ushort, ushort, ushort); 
    4573 extern (C) void glColor3uiv(uint *); 
    4574 extern (C) void glColor3ui(uint, uint, uint); 
    4575 extern (C) void glColor3ubv(char *); 
    4576 extern (C) void glColor3ub(char, char, char); 
    4577 extern (C) void glColor3sv(short *); 
    4578 extern (C) void glColor3s(short, short, short); 
    4579 extern (C) void glColor3iv(int *); 
    4580 extern (C) void glColor3i(int, int, int); 
    4581 extern (C) void glColor3fv(float *); 
    4582 extern (C) void glColor3f(float, float, float); 
    4583 extern (C) void glColor3dv(double *); 
    4584 extern (C) void glColor3d(double, double, double); 
    4585 extern (C) void glColor3bv(char *); 
    4586 extern (C) void glColor3b(char, char, char); 
    4587 extern (C) void glClipPlane(uint, double *); 
    4588 extern (C) void glClearStencil(int); 
     4861extern (C) void glClear(uint); 
     4862extern (C) void glClearColor(float, float, float, float); 
    45894863extern (C) void glClearIndex(float); 
    4590 extern (C) void glClearDepth(double); 
    4591 extern (C) void glClearColor(float, float, float, float); 
    4592 extern (C) void glClearAccum(float, float, float, float); 
    4593 extern (C) void glClear(uint); 
    4594 extern (C) void glCallLists(int, uint, void *); 
    4595 extern (C) void glCallList(uint); 
    4596 extern (C) void glBlendFunc(uint, uint); 
    4597 extern (C) void glBitmap(int, int, float, float, float, float, char *); 
    4598 extern (C) void glBindTexture(uint, uint); 
    4599 extern (C) void glBegin(uint); 
    4600 extern (C) void glArrayElement(int); 
    4601 extern (C) char glAreTexturesResident(int, uint *, char *); 
    4602 extern (C) void glAlphaFunc(uint, float); 
    4603 extern (C) void glAccum(uint, float); 
  • trunk/bindings/bcd/gl/glx.d

    r113 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.gl.glx; 
     3align(4): 
     4struct GLXHyperpipeConfigSGIX {} 
     5struct GLXHyperpipeNetworkSGIX {} 
     6struct XErrorEvent {} 
    37public import bcd.gl.gl; 
    48public import bcd.xlib.Xutil; 
    5 const int GLX_USE_GL = 1; 
    6 const int GLX_BUFFER_SIZE = 2; 
    7 const int GLX_LEVEL = 3; 
    8 const int GLX_RGBA = 4; 
    9 const int GLX_DOUBLEBUFFER = 5; 
    10 const int GLX_STEREO = 6; 
    11 const int GLX_AUX_BUFFERS = 7; 
    12 const int GLX_RED_SIZE = 8; 
    13 const int GLX_GREEN_SIZE = 9; 
    14 const int GLX_BLUE_SIZE = 10; 
    15 const int GLX_ALPHA_SIZE = 11; 
    16 const int GLX_DEPTH_SIZE = 12; 
    17 const int GLX_STENCIL_SIZE = 13; 
    18 const int GLX_ACCUM_RED_SIZE = 14; 
    19 const int GLX_ACCUM_GREEN_SIZE = 15; 
    20 const int GLX_ACCUM_BLUE_SIZE = 16; 
    21 const int GLX_ACCUM_ALPHA_SIZE = 17; 
    22 const int GLX_BAD_SCREEN = 1; 
    23 const int GLX_BAD_ATTRIBUTE = 2; 
    24 const int GLX_NO_EXTENSION = 3; 
    25 const int GLX_BAD_VISUAL = 4; 
    26 const int GLX_BAD_CONTEXT = 5; 
    27 const int GLX_BAD_VALUE = 6; 
    28 const int GLX_BAD_ENUM = 7; 
    29 const int GLX_VENDOR = 0x1; 
    30 const int GLX_VERSION = 0x2; 
    31 const int GLX_EXTENSIONS = 0x3; 
    32 const int GLX_WINDOW_BIT = 0x00000001; 
    33 const int GLX_PIXMAP_BIT = 0x00000002; 
    34 const int GLX_PBUFFER_BIT = 0x00000004; 
    35 const int GLX_RGBA_BIT = 0x00000001; 
    36 const int GLX_COLOR_INDEX_BIT = 0x00000002; 
    37 const int GLX_PBUFFER_CLOBBER_MASK = 0x08000000; 
    38 const int GLX_FRONT_LEFT_BUFFER_BIT = 0x00000001; 
    39 const int GLX_FRONT_RIGHT_BUFFER_BIT = 0x00000002; 
    40 const int GLX_BACK_LEFT_BUFFER_BIT = 0x00000004; 
    41 const int GLX_BACK_RIGHT_BUFFER_BIT = 0x00000008; 
    42 const int GLX_AUX_BUFFERS_BIT = 0x00000010; 
    43 const int GLX_DEPTH_BUFFER_BIT = 0x00000020; 
    44 const int GLX_STENCIL_BUFFER_BIT = 0x00000040; 
    45 const int GLX_ACCUM_BUFFER_BIT = 0x00000080; 
    46 const int GLX_CONFIG_CAVEAT = 0x20; 
    47 const int GLX_X_VISUAL_TYPE = 0x22; 
    48 const int GLX_TRANSPARENT_TYPE = 0x23; 
    49 const int GLX_TRANSPARENT_INDEX_VALUE = 0x24; 
    50 const int GLX_TRANSPARENT_RED_VALUE = 0x25; 
    51 const int GLX_TRANSPARENT_GREEN_VALUE = 0x26; 
    52 const int GLX_TRANSPARENT_BLUE_VALUE = 0x27; 
    53 const int GLX_TRANSPARENT_ALPHA_VALUE = 0x28; 
    54 const int GLX_DONT_CARE = 0xFFFFFFFF; 
    55 const int GLX_NONE = 0x8000; 
    56 const int GLX_SLOW_CONFIG = 0x8001; 
    57 const int GLX_TRUE_COLOR = 0x8002; 
    58 const int GLX_DIRECT_COLOR = 0x8003; 
    59 const int GLX_PSEUDO_COLOR = 0x8004; 
    60 const int GLX_STATIC_COLOR = 0x8005; 
    61 const int GLX_GRAY_SCALE = 0x8006; 
    62 const int GLX_STATIC_GRAY = 0x8007; 
    63 const int GLX_TRANSPARENT_RGB = 0x8008; 
    64 const int GLX_TRANSPARENT_INDEX = 0x8009; 
    65 const int GLX_VISUAL_ID = 0x800B; 
    66 const int GLX_SCREEN = 0x800C; 
    67 const int GLX_NON_CONFORMANT_CONFIG = 0x800D; 
    68 const int GLX_DRAWABLE_TYPE = 0x8010; 
    69 const int GLX_RENDER_TYPE = 0x8011; 
    70 const int GLX_X_RENDERABLE = 0x8012; 
    71 const int GLX_FBCONFIG_ID = 0x8013; 
    72 const int GLX_RGBA_TYPE = 0x8014; 
    73 const int GLX_COLOR_INDEX_TYPE = 0x8015; 
    74 const int GLX_MAX_PBUFFER_WIDTH = 0x8016; 
    75 const int GLX_MAX_PBUFFER_HEIGHT = 0x8017; 
    76 const int GLX_MAX_PBUFFER_PIXELS = 0x8018; 
    77 const int GLX_PRESERVED_CONTENTS = 0x801B; 
    78 const int GLX_LARGEST_PBUFFER = 0x801C; 
    79 const int GLX_WIDTH = 0x801D; 
    80 const double GLX_HEIGHT = 0x801E; 
    81 const int GLX_EVENT_MASK = 0x801F; 
    82 const int GLX_DAMAGED = 0x8020; 
    83 const int GLX_SAVED = 0x8021; 
    84 const int GLX_WINDOW = 0x8022; 
    85 const int GLX_PBUFFER = 0x8023; 
    86 const int GLX_PBUFFER_HEIGHT = 0x8040; 
    87 const int GLX_PBUFFER_WIDTH = 0x8041; 
    88 const int GLX_VERSION_1_1 = 1; 
    89 const int GLX_VERSION_1_2 = 1; 
    90 const int GLX_VERSION_1_3 = 1; 
    91 const int GLX_ARB_get_proc_address = 1; 
     9const int GLX_MESA_allocate_memory = 1; 
     10const int GLX_ARB_render_texture = 1; 
    9211alias __GLXEvent GLXEvent; 
    9312alias uint GLXDrawable; 
    94 alias void function() _BCD_func__3022; 
    95 alias _BCD_func__3022 __GLXextFuncPtr; 
    96 alias _BCD_func__3022 function(char *) _BCD_func__2972; 
    97 alias _BCD_func__2972 PFNGLXGETPROCADDRESSARBPROC; 
    98 alias void function(void *, uint, uint *) _BCD_func__2953; 
    99 alias _BCD_func__2953 PFNGLXGETSELECTEDEVENTPROC; 
    100 alias void function(void *, uint, uint) _BCD_func__2947; 
    101 alias _BCD_func__2947 PFNGLXSELECTEVENTPROC; 
    102 alias int function(void *, void *, int, int *) _BCD_func__2966; 
    103 alias _BCD_func__2966 PFNGLXQUERYCONTEXTPROC; 
    104 alias void * function() _BCD_func__2967; 
    105 alias _BCD_func__2967 PFNGLXGETCURRENTDISPLAYPROC; 
    106 alias uint function() _BCD_func__2968; 
    107 alias _BCD_func__2968 PFNGLXGETCURRENTREADDRAWABLEPROC; 
    108 alias int function(void *, uint, uint, void *) _BCD_func__2969; 
    109 alias _BCD_func__2969 PFNGLXMAKECONTEXTCURRENTPROC; 
     13alias uint function(void *, int, void *) _BCD_func__2979; 
     14alias _BCD_func__2979 PFNGLXGETMEMORYOFFSETMESAPROC; 
     15alias void function(void *, int, void *) _BCD_func__2980; 
     16alias _BCD_func__2980 PFNGLXFREEMEMORYMESAPROC; 
     17alias void * function(void *, int, uint, float, float, float) _BCD_func__2981; 
     18alias _BCD_func__2981 PFNGLXALLOCATEMEMORYMESAPROC; 
     19alias void function(void *) _BCD_func__2983; 
     20alias _BCD_func__2983 PFNGLXFREEMEMORYNVPROC; 
     21alias void * function(int, float, float, float) _BCD_func__2984; 
     22alias _BCD_func__2984 PFNGLXALLOCATEMEMORYNVPROC; 
     23alias void * GLXFBConfig; 
    11024alias void * GLXContext; 
    111 alias void * function(void *, void *, int, void *, int) _BCD_func__2959; 
    112 alias _BCD_func__2959 PFNGLXCREATENEWCONTEXTPROC; 
    113 alias void function(void *, uint, int, uint *) _BCD_func__3008; 
    114 alias _BCD_func__3008 PFNGLXQUERYDRAWABLEPROC; 
    115 alias void function(void *, uint) _BCD_func__2955; 
    116 alias _BCD_func__2955 PFNGLXDESTROYPBUFFERPROC; 
     25alias uint GLXFBConfigID; 
     26alias uint GLXWindow; 
    11727alias uint GLXPbuffer; 
    118 alias uint function(void *, void *, int *) _BCD_func__3009; 
    119 alias _BCD_func__3009 PFNGLXCREATEPBUFFERPROC; 
    120 alias _BCD_func__2955 PFNGLXDESTROYPIXMAPPROC; 
    12128alias uint GLXPixmap; 
    122 alias uint function(void *, void *, uint, int *) _BCD_func__3010; 
    123 alias _BCD_func__3010 PFNGLXCREATEPIXMAPPROC; 
    124 alias _BCD_func__2955 PFNGLXDESTROYWINDOWPROC; 
    125 alias uint GLXWindow; 
    126 alias uint function(void *, void *, uint, int *) _BCD_func__3011; 
    127 alias _BCD_func__3011 PFNGLXCREATEWINDOWPROC; 
    128 alias XVisualInfo * function(void *, void *) _BCD_func__2958; 
    129 alias _BCD_func__2958 PFNGLXGETVISUALFROMFBCONFIGPROC; 
    130 alias int function(void *, void *, int, int *) _BCD_func__2962; 
    131 alias _BCD_func__2962 PFNGLXGETFBCONFIGATTRIBPROC; 
    132 alias void * GLXFBConfig; 
    133 alias void * * function(void *, int, int *, int *) _BCD_func__3012; 
    134 alias _BCD_func__3012 PFNGLXCHOOSEFBCONFIGPROC; 
    135 alias void * * function(void *, int, int *) _BCD_func__3013; 
    136 alias _BCD_func__3013 PFNGLXGETFBCONFIGSPROC; 
    137 alias uint GLXFBConfigID; 
    13829alias uint GLXContextID; 
    139 extern (C) _BCD_func__3022 glXGetProcAddressARB(char *); 
     30extern (C) int glXDrawableAttribARB(void *, uint, int *); 
     31extern (C) int glXReleaseTexImageARB(void *, uint, int); 
     32extern (C) int glXBindTexImageARB(void *, uint, int); 
     33extern (C) uint glXGetMemoryOffsetMESA(void *, int, void *); 
     34extern (C) void glXFreeMemoryMESA(void *, int, void *); 
     35extern (C) void * glXAllocateMemoryMESA(void *, int, uint, float, float, float); 
     36extern (C) void glXFreeMemoryNV(void *); 
     37extern (C) void * glXAllocateMemoryNV(int, float, float, float); 
     38alias void function() _BCD_func__3074; 
     39extern (C) _BCD_func__3074 glXGetProcAddress(char *); 
     40extern (C) void glXGetSelectedEvent(void *, uint, uint *); 
    14041extern (C) void glXSelectEvent(void *, uint, uint); 
     42extern (C) int glXQueryContext(void *, void *, int, int *); 
     43extern (C) void * glXGetCurrentDisplay(); 
     44extern (C) uint glXGetCurrentReadDrawable(); 
     45extern (C) int glXMakeContextCurrent(void *, uint, uint, void *); 
     46extern (C) void * glXCreateNewContext(void *, void *, int, void *, int); 
    14147extern (C) void glXQueryDrawable(void *, uint, int, uint *); 
    142 extern (C) int glXQueryContext(void *, void *, int, int *); 
    143 extern (C) int glXMakeContextCurrent(void *, uint, uint, void *); 
     48extern (C) void glXDestroyPbuffer(void *, uint); 
     49extern (C) uint glXCreatePbuffer(void *, void *, int *); 
     50extern (C) void glXDestroyPixmap(void *, uint); 
     51extern (C) uint glXCreatePixmap(void *, void *, uint, int *); 
     52extern (C) void glXDestroyWindow(void *, uint); 
     53extern (C) uint glXCreateWindow(void *, void *, uint, int *); 
    14454extern (C) XVisualInfo * glXGetVisualFromFBConfig(void *, void *); 
    145 extern (C) void glXGetSelectedEvent(void *, uint, uint *); 
     55extern (C) int glXGetFBConfigAttrib(void *, void *, int, int *); 
     56extern (C) void * * glXChooseFBConfig(void *, int, int *, int *); 
    14657extern (C) void * * glXGetFBConfigs(void *, int, int *); 
    147 extern (C) int glXGetFBConfigAttrib(void *, void *, int, int *); 
    148 extern (C) uint glXGetCurrentReadDrawable(); 
    149 extern (C) void glXDestroyWindow(void *, uint); 
    150 extern (C) void glXDestroyPixmap(void *, uint); 
    151 extern (C) void glXDestroyPbuffer(void *, uint); 
    152 extern (C) uint glXCreateWindow(void *, void *, uint, int *); 
    153 extern (C) uint glXCreatePixmap(void *, void *, uint, int *); 
    154 extern (C) uint glXCreatePbuffer(void *, void *, int *); 
    155 extern (C) void * glXCreateNewContext(void *, void *, int, void *, int); 
    156 extern (C) void * * glXChooseFBConfig(void *, int, int *, int *); 
    157 extern (C) void * glXGetCurrentDisplay(); 
    15858extern (C) char * glXQueryExtensionsString(void *, int); 
    15959extern (C) char * glXQueryServerString(void *, int, int); 
     
    17676extern (C) void glXCopyContext(void *, void *, void *, uint); 
    17777extern (C) XVisualInfo * glXChooseVisual(void *, int, int *); 
    178 alias int function(void *, int, uint, uint *, uint *) _BCD_func__2888; 
    179 alias int function(void *, uint, int, uint *, char) _BCD_func__2889; 
    180 alias int function(void *, uint) _BCD_func__2890; 
    181 alias int function(void *, uint, uint, int) _BCD_func__2891; 
    182 alias int function(void *, int, uint) _BCD_func__2892; 
    183 alias int function(void *, int, int, uint *) _BCD_func__2893; 
    184 alias int function(void *, int) _BCD_func__2894; 
    185 alias int function(void *, int, uint *) _BCD_func__2895; 
    186 alias int function(void *, int, uint *, uint *) _BCD_func__2896; 
    187 alias int function(void *, uint, uint *, uint *) _BCD_func__2897; 
    188 alias int function(void *, uint, uint) _BCD_func__2898; 
    189 alias int function(void *, uint, uint) _BCD_func__2899; 
    190 alias void function(void *) _BCD_func__2900; 
    191 alias void * function(int, float, float, float) _BCD_func__2901; 
    192 alias uint function(void *) _BCD_func__2902; 
    193 alias int function(void *, int, int, int, void *) _BCD_func__2903; 
    194 alias int function(void *, int, int, int, void *, void *) _BCD_func__2904; 
    195 alias int function(void *, uint, long, long *, long *, long *) _BCD_func__2936; 
    196 alias int function(void *, uint, long, long, long, long *, long *, long *) _BCD_func__2937; 
    197 alias long function(void *, uint, long, long, long) _BCD_func__2938; 
    198 alias int function(void *, uint, int *, int *) _BCD_func__2939; 
    199 alias int function(void *, uint, long *, long *, long *) _BCD_func__2940; 
    200 alias int function(int) _BCD_func__2941; 
    201 alias uint function(void *, XVisualInfo *, uint, uint) _BCD_func__2942; 
    202 alias void function(void *, uint, int, int, int, int) _BCD_func__2943; 
    203 alias int function(void *, uint, uint, int *) _BCD_func__2944; 
    204 alias int function(void *, int, int *) _BCD_func__2945; 
    205 alias void function(void *, uint, int) _BCD_func__2946; 
    206 alias int function(void *, int, int, uint) _BCD_func__2948; 
    207 alias int function(void *, int, int, int *, int *, int *, int *) _BCD_func__2949; 
    208 alias int function(void *, int, int, int, int, int, int) _BCD_func__2950; 
    209 alias int function(void *, int, int, uint) _BCD_func__2951; 
    210 alias void function(void *, uint, float) _BCD_func__2952; 
    211 alias int function(void *, uint, int, uint *) _BCD_func__2954; 
    212 alias uint function(void *, void *, uint, uint, int *) _BCD_func__2956; 
    213 alias void * function(void *, XVisualInfo *) _BCD_func__2957; 
    214 alias uint function(void *, void *, uint) _BCD_func__2960; 
    215 alias void * * function(void *, int, int *, int *) _BCD_func__2961; 
    216 alias void function(void *, void *) _BCD_func__2963; 
    217 alias void * function(void *, uint) _BCD_func__2964; 
    218 alias uint function(void *) _BCD_func__2965; 
    219 alias int function(uint *) _BCD_func__2970; 
    220 alias int function(int, int, uint *) _BCD_func__2971; 
    221 alias void function(uint) _BCD_func__3023; 
    222 alias void function(uint, uint, uint, int *, int *, int) _BCD_func__3024; 
    223 alias void function(uint, int *, int *, int) _BCD_func__3025; 
    224 alias void function(uint, uint, uint, int, int) _BCD_func__3026; 
    225 alias void function(uint, int, int) _BCD_func__3027; 
    226 alias void function(uint, void *) _BCD_func__3028; 
    227 alias void function(int, void *) _BCD_func__3029; 
    228 alias void function(uint, uint, uint, int *) _BCD_func__3030; 
    229 alias void function(uint, uint, uint, uint) _BCD_func__3031; 
    230 alias void function(uint, uint, uint, uint, int, int) _BCD_func__3032; 
    231 alias void function(uint, uint, uint, uint, int) _BCD_func__3033; 
    232 alias uint function(uint) _BCD_func__3034; 
    233 alias void function(int, uint *) _BCD_func__3035; 
    234 alias void function(int, uint *) _BCD_func__3036; 
    235 alias void function(uint, uint) _BCD_func__3037; 
    236 alias char function(uint) _BCD_func__3038; 
    237 alias void function(uint, uint, int *) _BCD_func__3039; 
    238 alias void function(uint, uint, int, int) _BCD_func__3040; 
    239 alias void function(double, double) _BCD_func__3041; 
    240 alias void function(uint, uint, float *) _BCD_func__3042; 
    241 alias void function(uint, int, uint, char, int, uint, uint) _BCD_func__3043; 
    242 alias void function(uint, uint, int, uint) _BCD_func__3044; 
    243 alias void * function(uint) _BCD_func__3045; 
    244 alias void function(uint, int, void *) _BCD_func__3046; 
    245 alias void function(uint, int, ushort *) _BCD_func__3047; 
    246 alias void function(uint, ushort *) _BCD_func__3048; 
    247 alias void function(uint, ushort, ushort, ushort, ushort) _BCD_func__3049; 
    248 alias void function(uint, ushort, ushort, ushort) _BCD_func__3050; 
    249 alias void function(uint, ushort, ushort) _BCD_func__3051; 
    250 alias void function(uint, ushort) _BCD_func__3052; 
    251 alias void function(ushort *) _BCD_func__3053; 
    252 alias void function(ushort) _BCD_func__3054; 
    253 alias void function(ushort, ushort, ushort) _BCD_func__3055; 
    254 alias void function(ushort, ushort, ushort, ushort) _BCD_func__3056; 
    255 alias void function(ushort, ushort) _BCD_func__3057; 
    256 alias void function(uint, int, char *, double *) _BCD_func__3058; 
    257 alias void function(uint, int, char *, float *) _BCD_func__3059; 
    258 alias void function(uint, int, char *, double *) _BCD_func__3060; 
    259 alias void function(uint, int, char *, float *) _BCD_func__3061; 
    260 alias void function(uint, int, char *, double, double, double, double) _BCD_func__3062; 
    261 alias void function(uint, int, char *, float, float, float, float) _BCD_func__3063; 
    262 alias void function(int, uint *) _BCD_func__3064; 
    263 alias void function(uint, int) _BCD_func__3065; 
    264 alias void function(int, void *) _BCD_func__3066; 
    265 alias char function(uint, uint) _BCD_func__3067; 
    266 alias void function(uint, int *) _BCD_func__3068; 
    267 alias void function(uint, uint, uint *) _BCD_func__3069; 
    268 alias void function(uint, int, int, int) _BCD_func__3070; 
    269 alias void function(uint, uint, uint, int) _BCD_func__3071; 
    270 alias void function(uint, float) _BCD_func__3072; 
    271 alias void function(uint, double *) _BCD_func__3073; 
    272 alias void function(uint, double, double, double) _BCD_func__3074; 
    273 alias void function(uint, float *) _BCD_func__3075; 
    274 alias void function(uint, float, float, float) _BCD_func__3076; 
    275 alias void function(uint, short *) _BCD_func__3077; 
    276 alias void function(uint, short, short, short) _BCD_func__3078; 
    277 alias void function(uint, char *) _BCD_func__3079; 
    278 alias void function(uint, char, char, char) _BCD_func__3080; 
    279 alias void function(uint, double, double, double, double) _BCD_func__3081; 
    280 alias void function(uint, float, float, float, float) _BCD_func__3082; 
    281 alias void function(uint, int, int, int, int) _BCD_func__3083; 
    282 alias void function(uint, short, short, short, short) _BCD_func__3084; 
    283 alias void function(uint, double, double) _BCD_func__3085; 
    284 alias void function(uint, float, float) _BCD_func__3086; 
    285 alias void function(uint, short, short) _BCD_func__3087; 
    286 alias void function(uint, double) _BCD_func__3088; 
    287 alias void function(uint, short) _BCD_func__3089; 
    288 alias void function(uint, uint, char *) _BCD_func__3090; 
    289 alias void function(uint, uint, void * *) _BCD_func__3091; 
     78alias uint function(void *) _BCD_func__2986; 
     79alias int function(void *, int, int, int, void *) _BCD_func__2987; 
     80alias int function(void *, int, int, int, void *, void *) _BCD_func__2988; 
     81alias int function(void *, int) _BCD_func__2989; 
     82alias GLXHyperpipeConfigSGIX * function(void *, int, int *) _BCD_func__2990; 
     83alias int function(void *, int, int, GLXHyperpipeConfigSGIX *, int *) _BCD_func__2991; 
     84alias GLXHyperpipeNetworkSGIX * function(void *, int *) _BCD_func__2992; 
     85alias int function(void *, uint, long, long *, long *, long *) _BCD_func__3021; 
     86alias int function(void *, uint, long, long, long, long *, long *, long *) _BCD_func__3022; 
     87alias long function(void *, uint, long, long, long) _BCD_func__3023; 
     88alias int function(void *, uint, int *, int *) _BCD_func__3024; 
     89alias int function(void *, uint, long *, long *, long *) _BCD_func__3025; 
     90alias int function(int) _BCD_func__3026; 
     91alias int function(void *, uint) _BCD_func__3027; 
     92alias uint function(void *, XVisualInfo *, uint, uint) _BCD_func__3028; 
     93alias void function(void *, uint, int, int, int, int) _BCD_func__3029; 
     94alias int function(void *, uint, uint, int *) _BCD_func__3030; 
     95alias int function(void *, int, int *) _BCD_func__3031; 
     96alias void function(void *, uint, int) _BCD_func__3032; 
     97alias void function(void *, uint, uint) _BCD_func__3033; 
     98alias int function(void *, int, int, uint) _BCD_func__3034; 
     99alias int function(void *, int, int, int *, int *, int *, int *) _BCD_func__3035; 
     100alias int function(void *, int, int, int, int, int, int) _BCD_func__3036; 
     101alias int function(void *, int, int, uint) _BCD_func__3037; 
     102alias void function(void *, uint, float) _BCD_func__3038; 
     103alias void function(void *, uint, uint *) _BCD_func__3039; 
     104alias int function(void *, uint, int, uint *) _BCD_func__3040; 
     105alias void function(void *, uint) _BCD_func__3041; 
     106alias uint function(void *, void *, uint, uint, int *) _BCD_func__3042; 
     107alias void * function(void *, XVisualInfo *) _BCD_func__3043; 
     108alias XVisualInfo * function(void *, void *) _BCD_func__3044; 
     109alias void * function(void *, void *, int, void *, int) _BCD_func__3045; 
     110alias uint function(void *, void *, uint) _BCD_func__3046; 
     111alias void * * function(void *, int, int *, int *) _BCD_func__3047; 
     112alias int function(void *, void *, int, int *) _BCD_func__3048; 
     113alias void function(void *, void *) _BCD_func__3049; 
     114alias void * function(void *, uint) _BCD_func__3050; 
     115alias uint function(void *) _BCD_func__3051; 
     116alias int function(void *, void *, int, int *) _BCD_func__3052; 
     117alias void * function() _BCD_func__3053; 
     118alias uint function() _BCD_func__3054; 
     119alias int function(void *, uint, uint, void *) _BCD_func__3055; 
     120alias int function(int, int, uint *) _BCD_func__3056; 
     121alias int function(uint *) _BCD_func__3057; 
     122alias _BCD_func__3074 function(char *) _BCD_func__3058; 
     123alias void function(uint, uint) _BCD_func__3082; 
     124alias void function(uint, void *) _BCD_func__3084; 
     125alias void function(int, void *) _BCD_func__3086; 
     126alias void function(uint) _BCD_func__3087; 
     127alias void function(uint, uint, uint, int *) _BCD_func__3088; 
     128alias void function(uint, uint, uint, uint) _BCD_func__3089; 
     129alias void function(uint, uint, uint, uint, int, int) _BCD_func__3090; 
     130alias void function(uint, uint, uint, uint, int) _BCD_func__3091; 
    290131alias uint function(uint) _BCD_func__3092; 
    291 alias uint function(uint, uint) _BCD_func__3093; 
    292 alias uint function(uint, uint, uint) _BCD_func__3094; 
    293 alias void function(uint, uint, uint, void *) _BCD_func__3095; 
    294 alias void function(uint, uint *) _BCD_func__3096; 
    295 alias void function(uint, ushort *) _BCD_func__3097; 
    296 alias void function(uint, char *) _BCD_func__3098; 
    297 alias void function(uint, uint, void *) _BCD_func__3099; 
    298 alias uint function(uint, uint, uint, uint) _BCD_func__3100; 
    299 alias void function(uint, uint, uint) _BCD_func__3101; 
    300 alias void function(uint, uint, uint, uint, uint, uint) _BCD_func__3102; 
    301 alias void function(uint, uint, uint, uint, uint) _BCD_func__3103; 
    302 alias void function(uint, uint, int, uint, uint) _BCD_func__3104; 
    303 alias void function(uint, int, uint, int, uint, uint) _BCD_func__3105; 
    304 alias void function(uint, uint, int, void *, uint) _BCD_func__3106; 
    305 alias uint function(int, void *, uint) _BCD_func__3107; 
    306 alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__3108; 
    307 alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__3109; 
    308 alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__3110; 
    309 alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__3111; 
    310 alias void function(uint, uint, uint, uint, uint, uint, uint) _BCD_func__3112; 
    311 alias void function(uint, float *) _BCD_func__3113; 
    312 alias void function(uint, int *) _BCD_func__3114; 
    313 alias void function(uint, int, char *) _BCD_func__3115; 
    314 alias void function(uint, int, short *) _BCD_func__3116; 
    315 alias void function(uint, int, float *) _BCD_func__3117; 
    316 alias void function(uint, int, double *) _BCD_func__3118; 
    317 alias void function(uint, char, char, char, char) _BCD_func__3119; 
    318 alias void function(uint, int, uint, int, void *) _BCD_func__3120; 
    319 alias void function(uint, uint, uint, float *) _BCD_func__3121; 
    320 alias void function(uint, uint, uint, double *) _BCD_func__3122; 
    321 alias void function(uint, uint, float *) _BCD_func__3123; 
    322 alias void function(uint, uint, float, float, float, float) _BCD_func__3124; 
    323 alias void function(uint, uint, double *) _BCD_func__3125; 
    324 alias void function(uint, uint, double, double, double, double) _BCD_func__3126; 
    325 alias void function(uint, uint, int, char *) _BCD_func__3127; 
    326 alias void function(uint, uint, double *) _BCD_func__3128; 
    327 alias void function(uint, uint, char *) _BCD_func__3129; 
    328 alias void function(uint, uint, uint, float *) _BCD_func__3130; 
    329 alias void function(uint, uint, uint, double *) _BCD_func__3131; 
    330 alias char function(int, uint *, char *) _BCD_func__3132; 
    331 alias void function(uint, uint, uint, int, int, char, void *) _BCD_func__3133; 
    332 alias void function(uint, uint, int *) _BCD_func__3134; 
    333 alias void function(uint, uint, uint, int, int, int, int, char, void *) _BCD_func__3135; 
    334 alias void function(char, char, char, char) _BCD_func__3136; 
    335 alias void function(float, char) _BCD_func__3137; 
    336 alias void function(int, uint, int, void * *, int) _BCD_func__3138; 
    337 alias void function(uint, int, void * *, int) _BCD_func__3139; 
    338 alias void function(int, char * *, int) _BCD_func__3140; 
    339 alias void function(uint *, int *, uint, void * *, int, int) _BCD_func__3141; 
    340 alias void function(uint *, int *, int *, int, int) _BCD_func__3142; 
    341 alias void function(short *) _BCD_func__3143; 
    342 alias void function(short, short, short, short) _BCD_func__3144; 
    343 alias void function(int *) _BCD_func__3145; 
    344 alias void function(int, int, int, int) _BCD_func__3146; 
    345 alias void function(float *) _BCD_func__3147; 
    346 alias void function(float, float, float, float) _BCD_func__3148; 
    347 alias void function(double *) _BCD_func__3149; 
    348 alias void function(double, double, double, double) _BCD_func__3150; 
    349 alias void function(short, short, short) _BCD_func__3151; 
    350 alias void function(int, int, int) _BCD_func__3152; 
    351 alias void function(float, float, float) _BCD_func__3153; 
    352 alias void function(double, double, double) _BCD_func__3154; 
    353 alias void function(short, short) _BCD_func__3155; 
    354 alias void function(int, int) _BCD_func__3156; 
    355 alias void function(float, float) _BCD_func__3157; 
    356 alias void function(uint, uint, uint, uint, int *) _BCD_func__3158; 
    357 alias void function(uint, uint, uint, uint, float *) _BCD_func__3159; 
    358 alias void function(uint, uint, uint, uint, uint, uint, uint, char, char, char) _BCD_func__3160; 
    359 alias void function(int, uint, int, void *) _BCD_func__3161; 
    360 alias void function(float) _BCD_func__3162; 
    361 alias void function(uint *, float *, float *, float *, float *) _BCD_func__3163; 
    362 alias void function(uint, float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__3164; 
    363 alias void function(uint *, float *, float *, float *) _BCD_func__3165; 
    364 alias void function(uint, float, float, float, float, float, float, float, float) _BCD_func__3166; 
    365 alias void function(uint *, float *, float *) _BCD_func__3167; 
    366 alias void function(uint, float, float, float, float, float) _BCD_func__3168; 
    367 alias void function(uint, float, float, float, float, float, float, float, float, float, float) _BCD_func__3169; 
    368 alias void function(uint, float, float, float, float, float, float) _BCD_func__3170; 
    369 alias void function(uint *, char *, float *) _BCD_func__3171; 
    370 alias void function(uint, char, char, char, char, float, float, float) _BCD_func__3172; 
    371 alias void function(uint *, float *) _BCD_func__3173; 
    372 alias void function(float *, float *, float *, float *) _BCD_func__3174; 
    373 alias void function(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__3175; 
    374 alias void function(float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__3176; 
    375 alias void function(float *, float *, float *) _BCD_func__3177; 
    376 alias void function(float, float, float, float, float, float, float, float) _BCD_func__3178; 
    377 alias void function(float *, char *, float *) _BCD_func__3179; 
    378 alias void function(float, float, char, char, char, char, float, float, float) _BCD_func__3180; 
    379 alias void function(float *, float *) _BCD_func__3181; 
    380 alias void function(float, float, float, float, float) _BCD_func__3182; 
    381 alias void function(float, float, float, float, float, float, float, float, float, float) _BCD_func__3183; 
    382 alias void function(float, float, float, float, float, float) _BCD_func__3184; 
    383 alias void function(char *, float *) _BCD_func__3185; 
    384 alias void function(char, char, char, char, float, float, float) _BCD_func__3186; 
    385 alias void function(char, char, char, char, float, float) _BCD_func__3187; 
    386 alias void function(uint, int, void * *) _BCD_func__3188; 
    387 alias void function(char *) _BCD_func__3189; 
    388 alias void function(ushort *) _BCD_func__3190; 
    389 alias void function(uint *) _BCD_func__3191; 
    390 alias void function(char) _BCD_func__3192; 
    391 alias void function(double) _BCD_func__3193; 
    392 alias void function(int) _BCD_func__3194; 
    393 alias void function(short) _BCD_func__3195; 
    394 alias void function(char) _BCD_func__3196; 
    395 alias void function(uint, int, void *) _BCD_func__3197; 
    396 alias void function(char *) _BCD_func__3198; 
    397 alias void function(char, char, char) _BCD_func__3199; 
    398 alias void function(uint, int *, uint, void * *, int) _BCD_func__3200; 
    399 alias void function(uint, int *, int *, int) _BCD_func__3201; 
    400 alias void function(char, char, char) _BCD_func__3202; 
    401 alias void function(uint, uint, float) _BCD_func__3203; 
    402 alias void function(uint, uint, int) _BCD_func__3204; 
    403 alias void function(int, uint, void * *) _BCD_func__3205; 
    404 alias void function(uint, void * *) _BCD_func__3206; 
    405 alias uint function(int) _BCD_func__3207; 
    406 alias int function(uint *) _BCD_func__3208; 
    407 alias void function(uint, uint, uint, int, uint, void *) _BCD_func__3209; 
    408 alias void function(uint, double *) _BCD_func__3210; 
    409 alias void function(uint, uint, uint, void *) _BCD_func__3211; 
    410 alias void function(uint, uint, int, uint, uint, void *) _BCD_func__3212; 
    411 alias void function(uint, int, int, uint, uint, void *) _BCD_func__3213; 
    412 alias void function(float *) _BCD_func__3214; 
    413 alias void function(int, float *) _BCD_func__3215; 
    414 alias void function(uint, float, float, int, int, float, float, int, int, float, float, int, int, float *) _BCD_func__3216; 
    415 alias void function(uint, double, double, int, int, double, double, int, int, double, double, int, int, double *) _BCD_func__3217; 
    416 alias int function(int *) _BCD_func__3218; 
    417 alias void function(int, int *) _BCD_func__3219; 
    418 alias int function() _BCD_func__3220; 
    419 alias void function(int, uint, int, int, void *) _BCD_func__3221; 
    420 alias void function(uint, int, int, void *) _BCD_func__3222; 
    421 alias void function(uint, void * *) _BCD_func__3223; 
    422 alias void function(int, int, char *) _BCD_func__3224; 
    423 alias void function(int, uint *, float *) _BCD_func__3225; 
    424 alias void function(uint, int, int, int, int, int, int, int, int, int, uint, uint, void *) _BCD_func__3226; 
    425 alias void function(uint, int, uint, int, int, int, int, int, uint, uint, void *) _BCD_func__3227; 
    426 alias void function(uint, uint, int, int, int) _BCD_func__3228; 
    427 alias void function(uint, uint, int, int, uint, uint, void *, void *) _BCD_func__3229; 
    428 alias void function(uint, uint, uint, void *, void *, void *) _BCD_func__3230; 
    429 alias void function(uint, uint, int, int, int, int) _BCD_func__3231; 
    430 alias void function(uint, uint, int, int, uint, uint, void *) _BCD_func__3232; 
    431 alias void function(uint, uint, char) _BCD_func__3233; 
    432 alias void function(uint, int, uint, char) _BCD_func__3234; 
    433 alias void function(uint, char, uint, uint, void *) _BCD_func__3235; 
    434 alias void function(uint, int, int, int, int, int, int, int, int) _BCD_func__3236; 
    435 alias void function(uint, int, int, int, int, int, int, int) _BCD_func__3237; 
    436 alias void function(uint, int, int, int, int, int) _BCD_func__3238; 
    437 alias void function(uint, int, uint, int, int, int, int, int) _BCD_func__3239; 
    438 alias void function(uint, int, uint, int, int, int, int) _BCD_func__3240; 
    439 alias void function(uint, int, int, int, int, int, uint, uint, void *) _BCD_func__3241; 
    440 alias void function(uint, int, int, int, uint, uint, void *) _BCD_func__3242; 
    441 alias void function(uint, uint, int, float *) _BCD_func__3243; 
    442 alias void function(uint, int, int, int, int, int, int, int, uint, uint, void *) _BCD_func__3244; 
    443 alias void function(uint, int, uint, int, int, int, int, uint, uint, void *) _BCD_func__3245; 
    444 alias int function(uint, char *) _BCD_func__3246; 
    445 alias void function(uint, uint, int, int *, int *, uint *, char *) _BCD_func__3247; 
    446 alias void function(uint, uint, char *) _BCD_func__3248; 
    447 alias void function(uint, int, int *, char *) _BCD_func__3249; 
    448 alias void function(uint, int, int *) _BCD_func__3250; 
    449 alias void function(uint, int, float *) _BCD_func__3251; 
    450 alias void function(uint, int, int *, uint *) _BCD_func__3252; 
    451 alias void function(int, int, char, float *) _BCD_func__3253; 
    452 alias void function(int, int, int *) _BCD_func__3254; 
    453 alias void function(int, int, float *) _BCD_func__3255; 
    454 alias void function(int, int, int, int, int) _BCD_func__3256; 
    455 alias void function(int, float, float, float, float) _BCD_func__3257; 
    456 alias void function(int, float, float, float) _BCD_func__3258; 
    457 alias void function(int, float, float) _BCD_func__3259; 
    458 alias void function(int, float) _BCD_func__3260; 
    459 alias uint function() _BCD_func__3261; 
    460 alias void function(uint, int, char * *, int *) _BCD_func__3262; 
    461 alias uint function(uint) _BCD_func__3263; 
    462 alias void * function(uint, uint) _BCD_func__3264; 
    463 alias void function(uint, int, int, void *) _BCD_func__3265; 
    464 alias void function(uint, int, void *, uint) _BCD_func__3266; 
    465 alias void function(uint, uint, void *) _BCD_func__3267; 
    466 alias void function(uint, uint, int, void *) _BCD_func__3268; 
    467 alias void function(uint, int, uint, char, int, void *) _BCD_func__3269; 
    468 alias void function(int, ushort *) _BCD_func__3270; 
    469 alias void function(int, char *) _BCD_func__3271; 
    470 alias void function(int, double *) _BCD_func__3272; 
    471 alias void function(int, int *) _BCD_func__3273; 
    472 alias void function(int, short *) _BCD_func__3274; 
    473 alias void function(int, char *) _BCD_func__3275; 
    474 alias void function(uint, int, int, int, uint, int, void *) _BCD_func__3276; 
    475 alias void function(uint, int, int, int, int, int, uint, int, void *) _BCD_func__3277; 
    476 alias void function(uint, int, int, int, int, int, int, int, uint, int, void *) _BCD_func__3278; 
    477 alias void function(uint, int, uint, int, int, int, void *) _BCD_func__3279; 
    478 alias void function(uint, int, uint, int, int, int, int, void *) _BCD_func__3280; 
    479 alias void function(uint, int, uint, int, int, int, int, int, void *) _BCD_func__3281; 
    480 alias void function(uint, int, char * *, int *) _BCD_func__3282; 
    481 alias int function(uint, char *) _BCD_func__3283; 
    482 alias void function(uint, int, int *, char *) _BCD_func__3284; 
    483 alias void function(uint, int, int *, uint *) _BCD_func__3285; 
    484 alias void function(uint, uint, int, int *, int *, uint *, char *) _BCD_func__3286; 
    485 alias uint function() _BCD_func__3287; 
    486 alias void function(uint, uint, char *) _BCD_func__3288; 
    487 alias void function(uint, int, int, int, int, int, int, uint, uint, void *) _BCD_func__3289; 
    488 alias void function(void *, char *, int, int, char * *) _BCD_func__3408; 
    489 alias int function(void *) _BCD_func__3448; 
    490 alias int function(void *, XErrorEvent *) _BCD_func__3449; 
    491 alias void function(void *, char *, char *) _BCD_func__3522; 
    492 alias int function(void *, char *, char *) _BCD_func__3523; 
    493 alias void function(void *, char *, char *) _BCD_func__3524; 
     132alias void function(int, uint *) _BCD_func__3093; 
     133alias void function(int, uint *) _BCD_func__3094; 
     134alias char function(uint) _BCD_func__3095; 
     135alias void function(uint, uint, int *) _BCD_func__3096; 
     136alias void function(uint, uint, int, int) _BCD_func__3097; 
     137alias void function(double, double) _BCD_func__3098; 
     138alias void function(uint, uint, float *) _BCD_func__3099; 
     139alias void function(uint, int, uint, char, int, uint, uint) _BCD_func__3100; 
     140alias void function(uint, uint, int, uint) _BCD_func__3101; 
     141alias void * function(uint) _BCD_func__3102; 
     142alias void function(uint, int, void *) _BCD_func__3103; 
     143alias void function(uint, int, ushort *) _BCD_func__3104; 
     144alias void function(uint, ushort *) _BCD_func__3105; 
     145alias void function(uint, ushort, ushort, ushort, ushort) _BCD_func__3106; 
     146alias void function(uint, ushort, ushort, ushort) _BCD_func__3107; 
     147alias void function(uint, ushort, ushort) _BCD_func__3108; 
     148alias void function(uint, ushort) _BCD_func__3109; 
     149alias void function(ushort *) _BCD_func__3110; 
     150alias void function(ushort) _BCD_func__3111; 
     151alias void function(ushort, ushort, ushort) _BCD_func__3112; 
     152alias void function(ushort, ushort, ushort, ushort) _BCD_func__3113; 
     153alias void function(ushort, ushort) _BCD_func__3114; 
     154alias void function(uint, int, char *, double *) _BCD_func__3115; 
     155alias void function(uint, int, char *, float *) _BCD_func__3116; 
     156alias void function(uint, int, char *, double *) _BCD_func__3117; 
     157alias void function(uint, int, char *, float *) _BCD_func__3118; 
     158alias void function(uint, int, char *, double, double, double, double) _BCD_func__3119; 
     159alias void function(uint, int, char *, float, float, float, float) _BCD_func__3120; 
     160alias void function(int, uint *) _BCD_func__3121; 
     161alias void function(uint, int) _BCD_func__3122; 
     162alias void function(int, void *) _BCD_func__3123; 
     163alias char function(uint, uint) _BCD_func__3124; 
     164alias void function(uint, uint, uint, int *, int *, int) _BCD_func__3125; 
     165alias void function(uint, int *, int *, int) _BCD_func__3126; 
     166alias void function(uint, uint, uint, int, int) _BCD_func__3127; 
     167alias void function(uint, int, int) _BCD_func__3128; 
     168alias void function(uint, void *) _BCD_func__3129; 
     169alias void function(uint, int *) _BCD_func__3130; 
     170alias void function(uint, uint, uint *) _BCD_func__3131; 
     171alias void function(uint, int, int, int) _BCD_func__3132; 
     172alias void function(uint, uint, uint, int) _BCD_func__3133; 
     173alias void function(uint, float) _BCD_func__3134; 
     174alias void function(uint, double *) _BCD_func__3135; 
     175alias void function(uint, double, double, double) _BCD_func__3136; 
     176alias void function(uint, float *) _BCD_func__3137; 
     177alias void function(uint, float, float, float) _BCD_func__3138; 
     178alias void function(uint, short *) _BCD_func__3139; 
     179alias void function(uint, short, short, short) _BCD_func__3140; 
     180alias void function(uint, char *) _BCD_func__3141; 
     181alias void function(uint, char, char, char) _BCD_func__3142; 
     182alias void function(uint, double, double, double, double) _BCD_func__3143; 
     183alias void function(uint, float, float, float, float) _BCD_func__3144; 
     184alias void function(uint, int, int, int, int) _BCD_func__3145; 
     185alias void function(uint, short, short, short, short) _BCD_func__3146; 
     186alias void function(uint, double, double) _BCD_func__3147; 
     187alias void function(uint, float, float) _BCD_func__3148; 
     188alias void function(uint, short, short) _BCD_func__3149; 
     189alias void function(uint, double) _BCD_func__3150; 
     190alias void function(uint, short) _BCD_func__3151; 
     191alias void function(uint, uint, char *) _BCD_func__3152; 
     192alias void function(uint, uint, void * *) _BCD_func__3153; 
     193alias uint function(uint) _BCD_func__3154; 
     194alias uint function(uint, uint) _BCD_func__3155; 
     195alias uint function(uint, uint, uint) _BCD_func__3156; 
     196alias void function(uint, uint, uint, void *) _BCD_func__3157; 
     197alias void function(uint, uint *) _BCD_func__3158; 
     198alias void function(uint, ushort *) _BCD_func__3159; 
     199alias void function(uint, char *) _BCD_func__3160; 
     200alias void function(uint, uint, void *) _BCD_func__3161; 
     201alias uint function(uint, uint, uint, uint) _BCD_func__3162; 
     202alias void function(uint, uint, uint) _BCD_func__3163; 
     203alias void function(uint, uint, uint, uint, uint, uint) _BCD_func__3164; 
     204alias void function(uint, uint, uint, uint, uint) _BCD_func__3165; 
     205alias void function(uint, uint, int, uint, uint) _BCD_func__3166; 
     206alias void function(uint, int, uint, int, uint, uint) _BCD_func__3167; 
     207alias void function(uint, uint, int, void *, uint) _BCD_func__3168; 
     208alias uint function(int, void *, uint) _BCD_func__3169; 
     209alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__3170; 
     210alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__3171; 
     211alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__3172; 
     212alias void function(uint, uint, uint, uint, uint, uint, uint, uint, uint, uint) _BCD_func__3173; 
     213alias void function(uint, uint, uint, uint, uint, uint, uint) _BCD_func__3174; 
     214alias void function(uint, float *) _BCD_func__3175; 
     215alias void function(uint, int *) _BCD_func__3176; 
     216alias void function(uint, int, char *) _BCD_func__3177; 
     217alias void function(uint, int, short *) _BCD_func__3178; 
     218alias void function(uint, int, float *) _BCD_func__3179; 
     219alias void function(uint, int, double *) _BCD_func__3180; 
     220alias void function(uint, char, char, char, char) _BCD_func__3181; 
     221alias void function(uint, int, uint, int, void *) _BCD_func__3182; 
     222alias void function(uint, uint, uint, float *) _BCD_func__3183; 
     223alias void function(uint, uint, uint, double *) _BCD_func__3184; 
     224alias void function(uint, uint, float *) _BCD_func__3185; 
     225alias void function(uint, uint, float, float, float, float) _BCD_func__3186; 
     226alias void function(uint, uint, double *) _BCD_func__3187; 
     227alias void function(uint, uint, double, double, double, double) _BCD_func__3188; 
     228alias void function(uint, uint, int, char *) _BCD_func__3189; 
     229alias void function(uint, uint, double *) _BCD_func__3190; 
     230alias void function(uint, uint, char *) _BCD_func__3191; 
     231alias void function(uint, uint, uint, float *) _BCD_func__3192; 
     232alias void function(uint, uint, uint, double *) _BCD_func__3193; 
     233alias char function(int, uint *, char *) _BCD_func__3194; 
     234alias void function(uint, uint, uint, int, int, char, void *) _BCD_func__3195; 
     235alias void function(uint, uint, int *) _BCD_func__3196; 
     236alias void function(uint, uint, uint, int, int, int, int, char, void *) _BCD_func__3197; 
     237alias void function(char, char, char, char) _BCD_func__3198; 
     238alias void function(float, char) _BCD_func__3199; 
     239alias void function(int, uint, int, void * *, int) _BCD_func__3200; 
     240alias void function(uint, int, void * *, int) _BCD_func__3201; 
     241alias void function(int, char * *, int) _BCD_func__3202; 
     242alias void function(uint *, int *, uint, void * *, int, int) _BCD_func__3203; 
     243alias void function(uint *, int *, int *, int, int) _BCD_func__3204; 
     244alias void function(short *) _BCD_func__3205; 
     245alias void function(short, short, short, short) _BCD_func__3206; 
     246alias void function(int *) _BCD_func__3207; 
     247alias void function(int, int, int, int) _BCD_func__3208; 
     248alias void function(float *) _BCD_func__3209; 
     249alias void function(float, float, float, float) _BCD_func__3210; 
     250alias void function(double *) _BCD_func__3211; 
     251alias void function(double, double, double, double) _BCD_func__3212; 
     252alias void function(short, short, short) _BCD_func__3213; 
     253alias void function(int, int, int) _BCD_func__3214; 
     254alias void function(float, float, float) _BCD_func__3215; 
     255alias void function(double, double, double) _BCD_func__3216; 
     256alias void function(short, short) _BCD_func__3217; 
     257alias void function(int, int) _BCD_func__3218; 
     258alias void function(float, float) _BCD_func__3219; 
     259alias void function(uint, uint, uint, uint, int *) _BCD_func__3220; 
     260alias void function(uint, uint, uint, uint, float *) _BCD_func__3221; 
     261alias void function(uint, uint, uint, uint, uint, uint, uint, char, char, char) _BCD_func__3222; 
     262alias void function(int, uint, int, void *) _BCD_func__3223; 
     263alias void function(float) _BCD_func__3224; 
     264alias void function(uint *, float *, float *, float *, float *) _BCD_func__3225; 
     265alias void function(uint, float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__3226; 
     266alias void function(uint *, float *, float *, float *) _BCD_func__3227; 
     267alias void function(uint, float, float, float, float, float, float, float, float) _BCD_func__3228; 
     268alias void function(uint *, float *, float *) _BCD_func__3229; 
     269alias void function(uint, float, float, float, float, float) _BCD_func__3230; 
     270alias void function(uint, float, float, float, float, float, float, float, float, float, float) _BCD_func__3231; 
     271alias void function(uint, float, float, float, float, float, float) _BCD_func__3232; 
     272alias void function(uint *, char *, float *) _BCD_func__3233; 
     273alias void function(uint, char, char, char, char, float, float, float) _BCD_func__3234; 
     274alias void function(uint *, float *) _BCD_func__3235; 
     275alias void function(float *, float *, float *, float *) _BCD_func__3236; 
     276alias void function(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__3237; 
     277alias void function(float, float, float, float, float, float, float, float, float, float, float, float) _BCD_func__3238; 
     278alias void function(float *, float *, float *) _BCD_func__3239; 
     279alias void function(float, float, float, float, float, float, float, float) _BCD_func__3240; 
     280alias void function(float *, char *, float *) _BCD_func__3241; 
     281alias void function(float, float, char, char, char, char, float, float, float) _BCD_func__3242; 
     282alias void function(float *, float *) _BCD_func__3243; 
     283alias void function(float, float, float, float, float) _BCD_func__3244; 
     284alias void function(float, float, float, float, float, float, float, float, float, float) _BCD_func__3245; 
     285alias void function(float, float, float, float, float, float) _BCD_func__3246; 
     286alias void function(char *, float *) _BCD_func__3247; 
     287alias void function(char, char, char, char, float, float, float) _BCD_func__3248; 
     288alias void function(char, char, char, char, float, float) _BCD_func__3249; 
     289alias void function(uint, int, void * *) _BCD_func__3250; 
     290alias void function(char *) _BCD_func__3251; 
     291alias void function(ushort *) _BCD_func__3252; 
     292alias void function(uint *) _BCD_func__3253; 
     293alias void function(char) _BCD_func__3254; 
     294alias void function(double) _BCD_func__3255; 
     295alias void function(int) _BCD_func__3256; 
     296alias void function(short) _BCD_func__3257; 
     297alias void function(char) _BCD_func__3258; 
     298alias void function(uint, int, void *) _BCD_func__3259; 
     299alias void function(char *) _BCD_func__3260; 
     300alias void function(char, char, char) _BCD_func__3261; 
     301alias void function(uint, int *, uint, void * *, int) _BCD_func__3262; 
     302alias void function(uint, int *, int *, int) _BCD_func__3263; 
     303alias void function(char, char, char) _BCD_func__3264; 
     304alias void function(uint, uint, float) _BCD_func__3265; 
     305alias void function(uint, uint, int) _BCD_func__3266; 
     306alias void function(int, uint, void * *) _BCD_func__3267; 
     307alias void function(uint, void * *) _BCD_func__3268; 
     308alias uint function(int) _BCD_func__3269; 
     309alias int function(uint *) _BCD_func__3270; 
     310alias void function(uint, uint, uint, int, uint, void *) _BCD_func__3271; 
     311alias void function(uint, double *) _BCD_func__3272; 
     312alias void function(uint, uint, uint, void *) _BCD_func__3273; 
     313alias void function(uint, uint, int, uint, uint, void *) _BCD_func__3274; 
     314alias void function(uint, int, int, uint, uint, void *) _BCD_func__3275; 
     315alias void function(float *) _BCD_func__3276; 
     316alias void function(int, float *) _BCD_func__3277; 
     317alias void function(uint, float, float, int, int, float, float, int, int, float, float, int, int, float *) _BCD_func__3278; 
     318alias void function(uint, double, double, int, int, double, double, int, int, double, double, int, int, double *) _BCD_func__3279; 
     319alias int function(int *) _BCD_func__3280; 
     320alias void function(int, int *) _BCD_func__3281; 
     321alias int function() _BCD_func__3282; 
     322alias void function(int, uint, int, int, void *) _BCD_func__3283; 
     323alias void function(uint, int, int, void *) _BCD_func__3284; 
     324alias void function(uint, void * *) _BCD_func__3285; 
     325alias void function(int, int, char *) _BCD_func__3286; 
     326alias void function(int, uint *, float *) _BCD_func__3287; 
     327alias void function(uint, int, int, int, int, int, int, int, int, int, uint, uint, void *) _BCD_func__3288; 
     328alias void function(uint, int, uint, int, int, int, int, int, uint, uint, void *) _BCD_func__3289; 
     329alias void function(uint, uint, int, int, int) _BCD_func__3290; 
     330alias void function(uint, uint, int, int, uint, uint, void *, void *) _BCD_func__3291; 
     331alias void function(uint, uint, uint, void *, void *, void *) _BCD_func__3292; 
     332alias void function(uint, uint, int, int, int, int) _BCD_func__3293; 
     333alias void function(uint, uint, int, int, uint, uint, void *) _BCD_func__3294; 
     334alias void function(uint, uint, char) _BCD_func__3295; 
     335alias void function(uint, int, uint, char) _BCD_func__3296; 
     336alias void function(uint, char, uint, uint, void *) _BCD_func__3297; 
     337alias void function(uint, int, int, int, int, int, int, int, int) _BCD_func__3298; 
     338alias void function(uint, int, int, int, int, int, int, int) _BCD_func__3299; 
     339alias void function(uint, int, int, int, int, int) _BCD_func__3300; 
     340alias void function(uint, int, uint, int, int, int, int, int) _BCD_func__3301; 
     341alias void function(uint, int, uint, int, int, int, int) _BCD_func__3302; 
     342alias void function(uint, int, int, int, int, int, uint, uint, void *) _BCD_func__3303; 
     343alias void function(uint, int, int, int, uint, uint, void *) _BCD_func__3304; 
     344alias void function(uint, uint, int, float *) _BCD_func__3305; 
     345alias void function(uint, int, int, int, int, int, int, int, uint, uint, void *) _BCD_func__3306; 
     346alias void function(uint, int, uint, int, int, int, int, uint, uint, void *) _BCD_func__3307; 
     347alias int function(uint, char *) _BCD_func__3308; 
     348alias void function(uint, uint, int, int *, int *, uint *, char *) _BCD_func__3309; 
     349alias void function(uint, uint, char *) _BCD_func__3310; 
     350alias void function(uint, int, int *, char *) _BCD_func__3311; 
     351alias void function(uint, int, int *) _BCD_func__3312; 
     352alias void function(uint, int, float *) _BCD_func__3313; 
     353alias void function(uint, int, int *, uint *) _BCD_func__3314; 
     354alias void function(int, int, char, float *) _BCD_func__3315; 
     355alias void function(int, int, int *) _BCD_func__3316; 
     356alias void function(int, int, float *) _BCD_func__3317; 
     357alias void function(int, int, int, int, int) _BCD_func__3318; 
     358alias void function(int, float, float, float, float) _BCD_func__3319; 
     359alias void function(int, float, float, float) _BCD_func__3320; 
     360alias void function(int, float, float) _BCD_func__3321; 
     361alias void function(int, float) _BCD_func__3322; 
     362alias uint function() _BCD_func__3323; 
     363alias void function(uint, int, char * *, int *) _BCD_func__3324; 
     364alias uint function(uint) _BCD_func__3325; 
     365alias void * function(uint, uint) _BCD_func__3326; 
     366alias void function(uint, int, int, void *) _BCD_func__3327; 
     367alias void function(uint, int, void *, uint) _BCD_func__3328; 
     368alias void function(uint, uint, void *) _BCD_func__3329; 
     369alias void function(uint, uint, int, void *) _BCD_func__3330; 
     370alias void function(uint, int, uint, char, int, void *) _BCD_func__3331; 
     371alias void function(int, ushort *) _BCD_func__3332; 
     372alias void function(int, char *) _BCD_func__3333; 
     373alias void function(int, double *) _BCD_func__3334; 
     374alias void function(int, int *) _BCD_func__3335; 
     375alias void function(int, short *) _BCD_func__3336; 
     376alias void function(int, char *) _BCD_func__3337; 
     377alias void function(uint, int, int, int, uint, int, void *) _BCD_func__3338; 
     378alias void function(uint, int, int, int, int, int, uint, int, void *) _BCD_func__3339; 
     379alias void function(uint, int, int, int, int, int, int, int, uint, int, void *) _BCD_func__3340; 
     380alias void function(uint, int, uint, int, int, int, void *) _BCD_func__3341; 
     381alias void function(uint, int, uint, int, int, int, int, void *) _BCD_func__3342; 
     382alias void function(uint, int, uint, int, int, int, int, int, void *) _BCD_func__3343; 
     383alias void function(uint, int, char * *, int *) _BCD_func__3344; 
     384alias int function(uint, char *) _BCD_func__3345; 
     385alias void function(uint, int, int *, char *) _BCD_func__3346; 
     386alias void function(uint, int, int *, uint *) _BCD_func__3347; 
     387alias void function(uint, uint, int, int *, int *, uint *, char *) _BCD_func__3348; 
     388alias uint function() _BCD_func__3349; 
     389alias void function(uint, uint, char *) _BCD_func__3350; 
     390alias void function(uint, int, void *) _BCD_func__3355; 
     391alias void function(uint, int, int, int, int, int, int, uint, uint, void *) _BCD_func__3357; 
     392alias void function(void *, char *, int, int, char * *) _BCD_func__3468; 
     393alias int function(void *) _BCD_func__3508; 
     394alias int function(void *, XErrorEvent *) _BCD_func__3509; 
     395alias void function(void *, char *, char *) _BCD_func__3582; 
     396alias int function(void *, char *, char *) _BCD_func__3583; 
     397alias void function(void *, char *, char *) _BCD_func__3584; 
    494398union __GLXEvent { 
    495399GLXPbufferClobberEvent glxpbufferclobber; 
    496 int * pad; 
     400int [24] pad; 
    497401} 
    498402struct GLXPbufferClobberEvent { 
  • trunk/bindings/bcd/glib2/glib.d

    r111 r123  
    11module bcd.glib2.glib; 
    22public import bcd.glib2.glib_object; 
    3  
  • trunk/bindings/bcd/glib2/glib_object.d

    r118 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.glib2.glib_object; 
     3align(4): 
    34struct _GStaticMutex {} 
    45struct _GSystemThread {} 
     6const char[] G_GNUC_FUNCTION = ""; 
     7const char[] G_GNUC_PRETTY_FUNCTION = ""; 
    58const double G_E = 2.7182818284590452353602874713526624977572470937000; 
    69const double G_LN2 = 0.69314718055994530941723212145817656807550013436026; 
     
    2225const int G_PRIORITY_DEFAULT_IDLE = 200; 
    2326const int G_PRIORITY_LOW = 300; 
     27const char[] G_DIR_SEPARATOR_S = "/"; 
     28const char[] G_SEARCHPATH_SEPARATOR_S = ":"; 
     29const char[] G_OPTION_REMAINING = ""; 
     30const char[] G_CSET_A_2_Z = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; 
     31const char[] G_CSET_a_2_z = "abcdefghijklmnopqrstuvwxyz"; 
     32const char[] G_CSET_DIGITS = "0123456789"; 
     33const char[] G_CSET_LATINC = "\300\301\302\303\304\305\306"; 
     34const char[] G_CSET_LATINS = "\337\340\341\342\343\344\345\346"; 
    2435const int G_USEC_PER_SEC = 1000000; 
    2536const int G_SIGNAL_FLAGS_MASK = 0x7f; 
  • trunk/bindings/bcd/glib2/gmodule.d

    r114 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.glib2.gmodule; 
    3 public import bcd.glib2.glib_object; 
     3import bcd.glib2.glib_object; 
     4align(4): 
    45alias void GModule; 
    56alias void function(void *) _BCD_func__1302; 
  • trunk/bindings/bcd/gtk2/gtk.d

    r118 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.gtk2.gtk; 
     3align(4): 
    34public import bcd.atk.atk; 
    45public import bcd.cairo.cairo; 
     
    1011const int GTK_MAX_COMPOSE_LEN = 7; 
    1112const int GTK_INPUT_ERROR = -1; 
     13const char[] GTK_STOCK_DIALOG_AUTHENTICATION = "gtk-dialog-authentication"; 
     14const char[] GTK_STOCK_DIALOG_INFO = "gtk-dialog-info"; 
     15const char[] GTK_STOCK_DIALOG_WARNING = "gtk-dialog-warning"; 
     16const char[] GTK_STOCK_DIALOG_ERROR = "gtk-dialog-error"; 
     17const char[] GTK_STOCK_DIALOG_QUESTION = "gtk-dialog-question"; 
     18const char[] GTK_STOCK_DND = "gtk-dnd"; 
     19const char[] GTK_STOCK_DND_MULTIPLE = "gtk-dnd-multiple"; 
     20const char[] GTK_STOCK_ABOUT = "gtk-about"; 
     21const char[] GTK_STOCK_ADD = "gtk-add"; 
     22const char[] GTK_STOCK_APPLY = "gtk-apply"; 
     23const char[] GTK_STOCK_BOLD = "gtk-bold"; 
     24const char[] GTK_STOCK_CANCEL = "gtk-cancel"; 
     25const char[] GTK_STOCK_CDROM = "gtk-cdrom"; 
     26const char[] GTK_STOCK_CLEAR = "gtk-clear"; 
     27const char[] GTK_STOCK_CLOSE = "gtk-close"; 
     28const char[] GTK_STOCK_COLOR_PICKER = "gtk-color-picker"; 
     29const char[] GTK_STOCK_CONVERT = "gtk-convert"; 
     30const char[] GTK_STOCK_CONNECT = "gtk-connect"; 
     31const char[] GTK_STOCK_COPY = "gtk-copy"; 
     32const char[] GTK_STOCK_CUT = "gtk-cut"; 
     33const char[] GTK_STOCK_DELETE = "gtk-delete"; 
     34const char[] GTK_STOCK_DIRECTORY = "gtk-directory"; 
     35const char[] GTK_STOCK_DISCONNECT = "gtk-disconnect"; 
     36const char[] GTK_STOCK_EDIT = "gtk-edit"; 
     37const char[] GTK_STOCK_EXECUTE = "gtk-execute"; 
     38const char[] GTK_STOCK_FILE = "gtk-file"; 
     39const char[] GTK_STOCK_FIND = "gtk-find"; 
     40const char[] GTK_STOCK_FIND_AND_REPLACE = "gtk-find-and-replace"; 
     41const char[] GTK_STOCK_FLOPPY = "gtk-floppy"; 
     42const char[] GTK_STOCK_FULLSCREEN = "gtk-fullscreen"; 
     43const char[] GTK_STOCK_GOTO_BOTTOM = "gtk-goto-bottom"; 
     44const char[] GTK_STOCK_GOTO_FIRST = "gtk-goto-first"; 
     45const char[] GTK_STOCK_GOTO_LAST = "gtk-goto-last"; 
     46const char[] GTK_STOCK_GOTO_TOP = "gtk-goto-top"; 
     47const char[] GTK_STOCK_GO_BACK = "gtk-go-back"; 
     48const char[] GTK_STOCK_GO_DOWN = "gtk-go-down"; 
     49const char[] GTK_STOCK_GO_FORWARD = "gtk-go-forward"; 
     50const char[] GTK_STOCK_GO_UP = "gtk-go-up"; 
     51const char[] GTK_STOCK_HARDDISK = "gtk-harddisk"; 
     52const char[] GTK_STOCK_HELP = "gtk-help"; 
     53const char[] GTK_STOCK_HOME = "gtk-home"; 
     54const char[] GTK_STOCK_INDEX = "gtk-index"; 
     55const char[] GTK_STOCK_INDENT = "gtk-indent"; 
     56const char[] GTK_STOCK_INFO = "gtk-info"; 
     57const char[] GTK_STOCK_UNINDENT = "gtk-unindent"; 
     58const char[] GTK_STOCK_ITALIC = "gtk-italic"; 
     59const char[] GTK_STOCK_JUMP_TO = "gtk-jump-to"; 
     60const char[] GTK_STOCK_JUSTIFY_CENTER = "gtk-justify-center"; 
     61const char[] GTK_STOCK_JUSTIFY_FILL = "gtk-justify-fill"; 
     62const char[] GTK_STOCK_JUSTIFY_LEFT = "gtk-justify-left"; 
     63const char[] GTK_STOCK_JUSTIFY_RIGHT = "gtk-justify-right"; 
     64const char[] GTK_STOCK_LEAVE_FULLSCREEN = "gtk-leave-fullscreen"; 
     65const char[] GTK_STOCK_MISSING_IMAGE = "gtk-missing-image"; 
     66const char[] GTK_STOCK_MEDIA_FORWARD = "gtk-media-forward"; 
     67const char[] GTK_STOCK_MEDIA_NEXT = "gtk-media-next"; 
     68const char[] GTK_STOCK_MEDIA_PAUSE = "gtk-media-pause"; 
     69const char[] GTK_STOCK_MEDIA_PLAY = "gtk-media-play"; 
     70const char[] GTK_STOCK_MEDIA_PREVIOUS = "gtk-media-previous"; 
     71const char[] GTK_STOCK_MEDIA_RECORD = "gtk-media-record"; 
     72const char[] GTK_STOCK_MEDIA_REWIND = "gtk-media-rewind"; 
     73const char[] GTK_STOCK_MEDIA_STOP = "gtk-media-stop"; 
     74const char[] GTK_STOCK_NETWORK = "gtk-network"; 
     75const char[] GTK_STOCK_NEW = "gtk-new"; 
     76const char[] GTK_STOCK_NO = "gtk-no"; 
     77const char[] GTK_STOCK_OK = "gtk-ok"; 
     78const char[] GTK_STOCK_OPEN = "gtk-open"; 
     79const char[] GTK_STOCK_PASTE = "gtk-paste"; 
     80const char[] GTK_STOCK_PREFERENCES = "gtk-preferences"; 
     81const char[] GTK_STOCK_PRINT = "gtk-print"; 
     82const char[] GTK_STOCK_PRINT_PREVIEW = "gtk-print-preview"; 
     83const char[] GTK_STOCK_PROPERTIES = "gtk-properties"; 
     84const char[] GTK_STOCK_QUIT = "gtk-quit"; 
     85const char[] GTK_STOCK_REDO = "gtk-redo"; 
     86const char[] GTK_STOCK_REFRESH = "gtk-refresh"; 
     87const char[] GTK_STOCK_REMOVE = "gtk-remove"; 
     88const char[] GTK_STOCK_REVERT_TO_SAVED = "gtk-revert-to-saved"; 
     89const char[] GTK_STOCK_SAVE = "gtk-save"; 
     90const char[] GTK_STOCK_SAVE_AS = "gtk-save-as"; 
     91const char[] GTK_STOCK_SELECT_COLOR = "gtk-select-color"; 
     92const char[] GTK_STOCK_SELECT_FONT = "gtk-select-font"; 
     93const char[] GTK_STOCK_SORT_ASCENDING = "gtk-sort-ascending"; 
     94const char[] GTK_STOCK_SORT_DESCENDING = "gtk-sort-descending"; 
     95const char[] GTK_STOCK_SPELL_CHECK = "gtk-spell-check"; 
     96const char[] GTK_STOCK_STOP = "gtk-stop"; 
     97const char[] GTK_STOCK_STRIKETHROUGH = "gtk-strikethrough"; 
     98const char[] GTK_STOCK_UNDELETE = "gtk-undelete"; 
     99const char[] GTK_STOCK_UNDERLINE = "gtk-underline"; 
     100const char[] GTK_STOCK_UNDO = "gtk-undo"; 
     101const char[] GTK_STOCK_YES = "gtk-yes"; 
     102const char[] GTK_STOCK_ZOOM_100 = "gtk-zoom-100"; 
     103const char[] GTK_STOCK_ZOOM_FIT = "gtk-zoom-fit"; 
     104const char[] GTK_STOCK_ZOOM_IN = "gtk-zoom-in"; 
     105const char[] GTK_STOCK_ZOOM_OUT = "gtk-zoom-out"; 
    12106alias _GtkVSeparatorClass GtkVSeparatorClass; 
    13107alias _GtkSeparatorClass GtkSeparatorClass; 
  • trunk/bindings/bcd/libevent/event.d

    r34 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libevent.event; 
    3 import std.socket; 
    4 extern (C) void free(void *); 
    5 alias void function(bufferevent *, short, void *) _BCD_func__266; 
    6 alias _BCD_func__266 everrorcb; 
    7 alias void function(bufferevent *, void *) _BCD_func__267; 
    8 alias _BCD_func__267 evbuffercb; 
    9 alias void function(evbuffer *, uint, uint, void *) _BCD_func__377; 
    10 alias void function(int, char *) _BCD_func__297; 
    11 alias _BCD_func__297 event_log_cb; 
    12 alias void * function() _BCD_func__427; 
    13 alias int function(void *, event *) _BCD_func__428; 
    14 alias int function(void *, void *, int) _BCD_func__429; 
    15 alias int function(void *, void *, timeval *) _BCD_func__430; 
    16 alias void function(int, short, void *) _BCD_func__382; 
    17 extern (C) void evbuffer_setcb(evbuffer * _0, _BCD_func__377 _1, void * _2); 
    18 extern (C) char * evbuffer_find(evbuffer * _0, char * _1, uint _2); 
    19 extern (C) int evbuffer_read(evbuffer * _0, int _1, int _2); 
    20 extern (C) int evbuffer_write(evbuffer * _0, int _1); 
    21 extern (C) void evbuffer_drain(evbuffer * _0, uint _1); 
    22 extern (C) int evbuffer_add_printf(evbuffer * _0, char * fmt, ...); 
    23 extern (C) int evbuffer_add_buffer(evbuffer * _0, evbuffer * _1); 
    24 extern (C) char * evbuffer_readline(evbuffer * _0); 
    25 extern (C) int evbuffer_remove(evbuffer * _0, void * _1, uint _2); 
    26 extern (C) int evbuffer_add(evbuffer * _0, void * _1, uint _2); 
    27 extern (C) int evbuffer_expand(evbuffer * _0, uint _1); 
    28 extern (C) void evbuffer_free(evbuffer * _0); 
     3align(4): 
     4public import std.socket; 
     5const int EVLIST_TIMEOUT = 0x01; 
     6const int EVLIST_INSERTED = 0x02; 
     7const int EVLIST_SIGNAL = 0x04; 
     8const int EVLIST_ACTIVE = 0x08; 
     9const int EVLIST_INTERNAL = 0x10; 
     10const int EVLIST_INIT = 0x80; 
     11const int EV_TIMEOUT = 0x01; 
     12const int EV_READ = 0x02; 
     13const int EV_WRITE = 0x04; 
     14const int EV_SIGNAL = 0x08; 
     15const int EV_PERSIST = 0x10; 
     16const int _EVENT_LOG_DEBUG = 0; 
     17const int _EVENT_LOG_MSG = 1; 
     18const int _EVENT_LOG_WARN = 2; 
     19const int _EVENT_LOG_ERR = 3; 
     20const int EVLOOP_ONCE = 0x01; 
     21const int EVLOOP_NONBLOCK = 0x02; 
     22const int EVBUFFER_READ = 0x01; 
     23const int EVBUFFER_WRITE = 0x02; 
     24const int EVBUFFER_EOF = 0x10; 
     25const int EVBUFFER_ERROR = 0x20; 
     26const int EVBUFFER_TIMEOUT = 0x40; 
     27alias void function(bufferevent *, short, void *) _BCD_func__272; 
     28alias _BCD_func__272 everrorcb; 
     29alias void function(bufferevent *, void *) _BCD_func__273; 
     30alias _BCD_func__273 evbuffercb; 
     31alias void function(evbuffer *, uint, uint, void *) _BCD_func__383; 
     32alias void function(int, char *) _BCD_func__303; 
     33alias _BCD_func__303 event_log_cb; 
     34alias void * function() _BCD_func__433; 
     35alias int function(void *, event *) _BCD_func__434; 
     36alias int function(void *, void *, int) _BCD_func__435; 
     37alias int function(void *, void *, timeval *) _BCD_func__436; 
     38alias void function(int, short, void *) _BCD_func__388; 
     39extern (C) void evbuffer_setcb(evbuffer *, _BCD_func__383, void *); 
     40extern (C) char * evbuffer_find(evbuffer *, char *, uint); 
     41extern (C) int evbuffer_read(evbuffer *, int, int); 
     42extern (C) int evbuffer_write(evbuffer *, int); 
     43extern (C) void evbuffer_drain(evbuffer *, uint); 
     44extern (C) int evbuffer_add_printf(evbuffer *, char *, ...); 
     45extern (C) int evbuffer_add_buffer(evbuffer *, evbuffer *); 
     46extern (C) char * evbuffer_readline(evbuffer *); 
     47extern (C) int evbuffer_remove(evbuffer *, void *, uint); 
     48extern (C) int evbuffer_add(evbuffer *, void *, uint); 
     49extern (C) int evbuffer_expand(evbuffer *, uint); 
     50extern (C) void evbuffer_free(evbuffer *); 
    2951extern (C) evbuffer * evbuffer_new(); 
    30 extern (C) void bufferevent_settimeout(bufferevent * bufev, int timeout_read, int timeout_write); 
    31 extern (C) int bufferevent_disable(bufferevent * bufev, short event); 
    32 extern (C) int bufferevent_enable(bufferevent * bufev, short event); 
    33 extern (C) uint bufferevent_read(bufferevent * bufev, void * data, uint size); 
    34 extern (C) int bufferevent_write_buffer(bufferevent * bufev, evbuffer * buf); 
    35 extern (C) int bufferevent_write(bufferevent * bufev, void * data, uint size); 
    36 extern (C) void bufferevent_free(bufferevent * bufev); 
    37 extern (C) int bufferevent_priority_set(bufferevent * bufev, int pri); 
    38 extern (C) bufferevent * bufferevent_new(int fd, _BCD_func__267 readcb, _BCD_func__267 writecb, _BCD_func__266 errorcb, void * cbarg); 
    39 extern (C) int event_priority_set(event * _0, int _1); 
    40 extern (C) int event_base_priority_init(void * _0, int _1); 
    41 extern (C) int event_priority_init(int _0); 
     52extern (C) void bufferevent_settimeout(bufferevent *, int, int); 
     53extern (C) int bufferevent_disable(bufferevent *, short); 
     54extern (C) int bufferevent_enable(bufferevent *, short); 
     55extern (C) uint bufferevent_read(bufferevent *, void *, uint); 
     56extern (C) int bufferevent_write_buffer(bufferevent *, evbuffer *); 
     57extern (C) int bufferevent_write(bufferevent *, void *, uint); 
     58extern (C) void bufferevent_free(bufferevent *); 
     59extern (C) int bufferevent_priority_set(bufferevent *, int); 
     60extern (C) bufferevent * bufferevent_new(int, _BCD_func__273, _BCD_func__273, _BCD_func__272, void *); 
     61extern (C) int event_priority_set(event *, int); 
     62extern (C) int event_base_priority_init(void *, int); 
     63extern (C) int event_priority_init(int); 
    4264extern (C) char * event_get_method(); 
    4365extern (C) char * event_get_version(); 
    44 extern (C) int event_pending(event * _0, short _1, timeval * _2); 
    45 extern (C) void event_active(event * _0, int _1, short _2); 
    46 extern (C) int event_del(event * _0); 
    47 extern (C) int event_add(event * _0, timeval * _1); 
    48 extern (C) int event_once(int _0, short _1, _BCD_func__382 _2, void * _3, timeval * _4); 
    49 extern (C) void event_set(event * _0, int _1, short _2, _BCD_func__382 _3, void * _4); 
    50 extern (C) int event_base_loopexit(void * _0, timeval * _1); 
    51 extern (C) int event_loopexit(timeval * _0); 
    52 extern (C) int event_base_loop(void * _0, int _1); 
    53 extern (C) int event_loop(int _0); 
    54 extern (C) int event_base_set(void * _0, event * _1); 
    55 extern (C) void event_set_log_callback(_BCD_func__297 cb); 
    56 extern (C) int event_base_dispatch(void * _0); 
     66extern (C) int event_pending(event *, short, timeval *); 
     67extern (C) void event_active(event *, int, short); 
     68extern (C) int event_del(event *); 
     69extern (C) int event_add(event *, timeval *); 
     70extern (C) int event_once(int, short, _BCD_func__388, void *, timeval *); 
     71extern (C) void event_set(event *, int, short, _BCD_func__388, void *); 
     72extern (C) int event_base_loopexit(void *, timeval *); 
     73extern (C) int event_loopexit(timeval *); 
     74extern (C) int event_base_loop(void *, int); 
     75extern (C) int event_loop(int); 
     76extern (C) int event_base_set(void *, event *); 
     77extern (C) void event_set_log_callback(_BCD_func__303); 
     78extern (C) int event_base_dispatch(void *); 
    5779extern (C) int event_dispatch(); 
    5880extern (C) void * event_init(); 
     
    6890event_watermark wm_read; 
    6991event_watermark wm_write; 
    70 _BCD_func__267 readcb; 
    71 _BCD_func__267 writecb; 
    72 _BCD_func__266 errorcb; 
     92_BCD_func__273 readcb; 
     93_BCD_func__273 writecb; 
     94_BCD_func__272 errorcb; 
    7395void * cbarg; 
    7496int timeout_read; 
     
    82104uint totallen; 
    83105uint off; 
    84 _BCD_func__377 cb; 
     106_BCD_func__383 cb; 
    85107void * cbarg; 
    86108} 
    87109struct eventop { 
    88110char * name; 
    89 _BCD_func__427 init; 
    90 _BCD_func__428 add; 
    91 _BCD_func__428 del; 
    92 _BCD_func__429 recalc; 
    93 _BCD_func__430 dispatch; 
     111_BCD_func__433 init; 
     112_BCD_func__434 add; 
     113_BCD_func__434 del; 
     114_BCD_func__435 recalc; 
     115_BCD_func__436 dispatch; 
    94116} 
    95117struct N5event3__3E { 
     
    123145timeval ev_timeout; 
    124146int ev_pri; 
    125 _BCD_func__382 ev_callback; 
     147_BCD_func__388 ev_callback; 
    126148void * ev_arg; 
    127149int ev_res; 
  • trunk/bindings/bcd/libglade2/glade.d

    r63 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libglade2.glade; 
    3 import bcd.atk.atk; 
    4 import bcd.cairo.cairo; 
    5 import bcd.pango.pango; 
    6 import bcd.gdk.gdk; 
    7 import bcd.glib2.glib; 
    8 import bcd.gtk2.gtk; 
    9 import bcd.libglade2.glade_xml; 
    10 import bcd.libglade2.glade_init; 
    11 alias _GtkWidget * function(_GladeXML *, char *, char *, char *, char *, int, int, void *) _BCD_func__4408; 
    12 alias void function(char *, _GObject *, char *, char *, _GObject *, int, void *) _BCD_func__4414; 
    13 alias void function(_GtkWindow *, uint, int, int, void *) _BCD_func__4455; 
    14 alias void function(_GtkWidget *, void *) _BCD_func__4596; 
    15 alias void function(_AtkObject *, _AtkPropertyValues *) _BCD_func__4698; 
    16 alias int function(void *) _BCD_func__4699; 
    17 alias int function(_GParamSpec *, _GString *, _GValue *) _BCD_func__4794; 
    18 alias void function(_GClosure *, _GValue *, uint, _GValue *, void *, void *) _BCD_func__4948; 
    19 alias void function() _BCD_func__4959; 
    20 alias void function(_GtkObject *, void *, uint, _GtkArg *) _BCD_func__4960; 
    21 alias void function(void *) _BCD_func__4961; 
    22 alias void function(_GTypeInstance *, void *) _BCD_func__4972; 
    23 alias int function(_GtkAccelKey *, _GClosure *, void *) _BCD_func__4985; 
    24 alias int function(_GtkAccelGroup *, _GObject *, uint, int) _BCD_func__4986; 
    25 alias void function(_GdkSpan *, void *) _BCD_func__5102; 
    26 alias int function(void *, _GdkEvent *, void *) _BCD_func__5267; 
    27 alias void function(_GdkEvent *, void *) _BCD_func__5268; 
    28 alias void function(void *) _BCD_func__5537; 
    29 alias char * function(void *) _BCD_func__5538; 
     3align(4): 
     4public import bcd.atk.atk; 
     5public import bcd.cairo.cairo; 
     6public import bcd.pango.pango; 
     7public import bcd.gdk.gdk; 
     8public import bcd.glib2.glib; 
     9public import bcd.gtk2.gtk; 
     10public import bcd.libglade2.glade_xml; 
     11public import bcd.libglade2.glade_init; 
     12alias _GtkWidget * function(_GladeXML *, char *, char *, char *, char *, int, int, void *) _BCD_func__4414; 
     13alias void function(char *, _GObject *, char *, char *, _GObject *, int, void *) _BCD_func__4420; 
     14alias void function(_GtkWindow *, uint, int, int, void *) _BCD_func__4461; 
     15alias void function(_GtkWidget *, void *) _BCD_func__4602; 
     16alias void function(_AtkObject *, _AtkPropertyValues *) _BCD_func__4704; 
     17alias int function(void *) _BCD_func__4705; 
     18alias int function(_GParamSpec *, _GString *, _GValue *) _BCD_func__4800; 
     19alias void function(_GClosure *, _GValue *, uint, _GValue *, void *, void *) _BCD_func__4954; 
     20alias void function() _BCD_func__4965; 
     21alias void function(_GtkObject *, void *, uint, _GtkArg *) _BCD_func__4966; 
     22alias void function(void *) _BCD_func__4967; 
     23alias void function(_GTypeInstance *, void *) _BCD_func__4978; 
     24alias int function(_GtkAccelKey *, _GClosure *, void *) _BCD_func__4991; 
     25alias int function(_GtkAccelGroup *, _GObject *, uint, int) _BCD_func__4992; 
     26alias void function(_GdkSpan *, void *) _BCD_func__5108; 
     27alias int function(void *, _GdkEvent *, void *) _BCD_func__5273; 
     28alias void function(_GdkEvent *, void *) _BCD_func__5274; 
     29alias void function(void *) _BCD_func__5543; 
     30alias char * function(void *) _BCD_func__5544; 
    3031alias int function(void *) _BCD_func__1718; 
    3132alias int function(void *, long *, int) _BCD_func__1720; 
    3233alias int function(void *, char *, uint) _BCD_func__1722; 
    3334alias int function(void *, char *, uint) _BCD_func__1724; 
    34 alias int function(void * *, char *) _BCD_func__5596; 
    35 alias int function(char *, char * * *, uint *) _BCD_func__5597; 
    36 alias int function(void *, char *, char *, char *, char *) _BCD_func__5598; 
    37 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__5599; 
    38 alias void function(__gconv_step *) _BCD_func__5600; 
    39 alias int function(__gconv_step *) _BCD_func__5601; 
    40 alias uint function(__gconv_step *, char) _BCD_func__5602; 
    41 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__5603; 
    42 alias int function(char *, uint, _GError * *, void *) _BCD_func__5679; 
    43 alias void function(char *, void *) _BCD_func__5682; 
    44 alias void function(void *, int, int) _BCD_func__5695; 
    45 alias int function(void *, void *, void *) _BCD_func__5879; 
    46 alias void * function(void *) _BCD_func__5900; 
    47 alias int function(_PangoAttribute *, void *) _BCD_func__5901; 
    48 alias void function(void *, uint, uint, _GInterfaceInfo *) _BCD_func__5999; 
    49 alias void function(void *, uint, _GTypeInfo *, _GTypeValueTable *) _BCD_func__6000; 
    50 alias void function(void *) _BCD_func__6001; 
    51 alias void function(void *, _GObject *, int) _BCD_func__6142; 
    52 alias void function(void *, _GObject *) _BCD_func__6144; 
    53 alias void function(_GObject *) _BCD_func__6145; 
    54 alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6146; 
    55 alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6147; 
    56 alias int function(_GSignalInvocationHint *, _GValue *, _GValue *, void *) _BCD_func__6172; 
    57 alias int function(_GSignalInvocationHint *, uint, _GValue *, void *) _BCD_func__6173; 
    58 alias void function(void *, _GClosure *) _BCD_func__6192; 
    59 alias void function(_GValue *, _GValue *) _BCD_func__6249; 
    60 alias void * function(void *) _BCD_func__6267; 
    61 alias void function(void *, void *) _BCD_func__6271; 
    62 alias int function(void *, _GTypeClass *) _BCD_func__6272; 
    63 alias int function(void *, char *, uint) _BCD_func__6364; 
    64 alias int function(void *, char *, uint) _BCD_func__6365; 
    65 alias int function(void *, void *, void *) _BCD_func__6378; 
    66 alias void function(_GScanner *, char *, int) _BCD_func__6391; 
    67 alias void function(void *, void *, void *, _GError * *) _BCD_func__6474; 
    68 alias int function(void *, void *, void *, _GError * *) _BCD_func__6475; 
    69 alias int function(char *, char *, void *, _GError * *) _BCD_func__6476; 
    70 alias void * function(void *, void *) _BCD_func__6488; 
    71 alias void function(_GNode *, void *) _BCD_func__6489; 
    72 alias int function(_GNode *, void *) _BCD_func__6490; 
    73 alias void function(char *) _BCD_func__6498; 
    74 alias void function(char *, int, char *, void *) _BCD_func__6500; 
    75 alias int function(_GIOChannel *, int, void *) _BCD_func__6515; 
    76 alias int function(_GPollFD *, uint, int) _BCD_func__6576; 
    77 alias void function(int, int, void *) _BCD_func__6582; 
    78 alias void function(_GHookList *, _GHook *) _BCD_func__6617; 
    79 alias int function(_GHook *, void *) _BCD_func__6618; 
    80 alias void function(_GHook *, void *) _BCD_func__6619; 
    81 alias int function(_GHook *, _GHook *) _BCD_func__6620; 
    82 alias void function(uint, void *, void *) _BCD_func__6654; 
    83 alias int function(char *, char *, uint) _BCD_func__6657; 
    84 alias char * function(void *) _BCD_func__6658; 
    85 alias char * function(char *, void *) _BCD_func__6778; 
    86 alias void function(void *, void *, void *) _BCD_func__6779; 
    87 alias uint function(void *) _BCD_func__6780; 
    88 alias int function(void *, void *) _BCD_func__6781; 
    89 alias int function(void *, void *, void *) _BCD_func__6782; 
    90 alias int function(void *, void *) _BCD_func__6783; 
     35alias int function(void * *, char *) _BCD_func__5602; 
     36alias int function(char *, char * * *, uint *) _BCD_func__5603; 
     37alias int function(void *, char *, char *, char *, char *) _BCD_func__5604; 
     38alias int function(char *, uint, _GError * *, void *) _BCD_func__5685; 
     39alias void function(char *, void *) _BCD_func__5688; 
     40alias void function(void *, int, int) _BCD_func__5701; 
     41alias int function(void *, void *, void *) _BCD_func__5885; 
     42alias void * function(void *) _BCD_func__5906; 
     43alias int function(_PangoAttribute *, void *) _BCD_func__5907; 
     44alias void function(void *, uint, uint, _GInterfaceInfo *) _BCD_func__6005; 
     45alias void function(void *, uint, _GTypeInfo *, _GTypeValueTable *) _BCD_func__6006; 
     46alias void function(void *) _BCD_func__6007; 
     47alias void function(void *, _GObject *, int) _BCD_func__6148; 
     48alias void function(void *, _GObject *) _BCD_func__6150; 
     49alias void function(_GObject *) _BCD_func__6151; 
     50alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6152; 
     51alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6153; 
     52alias int function(_GSignalInvocationHint *, _GValue *, _GValue *, void *) _BCD_func__6178; 
     53alias int function(_GSignalInvocationHint *, uint, _GValue *, void *) _BCD_func__6179; 
     54alias void function(void *, _GClosure *) _BCD_func__6198; 
     55alias void function(_GValue *, _GValue *) _BCD_func__6255; 
     56alias void * function(void *) _BCD_func__6273; 
     57alias void function(void *, void *) _BCD_func__6277; 
     58alias int function(void *, _GTypeClass *) _BCD_func__6278; 
     59alias int function(void *, char *, uint) _BCD_func__6370; 
     60alias int function(void *, char *, uint) _BCD_func__6371; 
     61alias int function(void *, void *, void *) _BCD_func__6384; 
     62alias void function(_GScanner *, char *, int) _BCD_func__6397; 
     63alias void function(void *, void *, void *, _GError * *) _BCD_func__6480; 
     64alias int function(void *, void *, void *, _GError * *) _BCD_func__6481; 
     65alias int function(char *, char *, void *, _GError * *) _BCD_func__6482; 
     66alias void * function(void *, void *) _BCD_func__6494; 
     67alias void function(_GNode *, void *) _BCD_func__6495; 
     68alias int function(_GNode *, void *) _BCD_func__6496; 
     69alias void function(char *) _BCD_func__6504; 
     70alias void function(char *, int, char *, void *) _BCD_func__6506; 
     71alias int function(_GIOChannel *, int, void *) _BCD_func__6521; 
     72alias int function(_GPollFD *, uint, int) _BCD_func__6582; 
     73alias void function(int, int, void *) _BCD_func__6588; 
     74alias void function(_GHookList *, _GHook *) _BCD_func__6623; 
     75alias int function(_GHook *, void *) _BCD_func__6624; 
     76alias void function(_GHook *, void *) _BCD_func__6625; 
     77alias int function(_GHook *, _GHook *) _BCD_func__6626; 
     78alias void function(uint, void *, void *) _BCD_func__6660; 
     79alias int function(char *, char *, uint) _BCD_func__6663; 
     80alias char * function(void *) _BCD_func__6664; 
     81alias char * function(char *, void *) _BCD_func__6784; 
     82alias void function(void *, void *, void *) _BCD_func__6785; 
     83alias uint function(void *) _BCD_func__6786; 
     84alias int function(void *, void *) _BCD_func__6787; 
     85alias int function(void *, void *, void *) _BCD_func__6788; 
     86alias int function(void *, void *) _BCD_func__6789; 
  • trunk/bindings/bcd/libglade2/glade_build.d

    r63 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libglade2.glade_build; 
    3 import bcd.atk.atk; 
    4 import bcd.cairo.cairo; 
    5 import bcd.pango.pango; 
    6 import bcd.gdk.gdk; 
    7 import bcd.glib2.glib; 
    8 import bcd.gtk2.gtk; 
    9 struct __gconv_step {} 
    10 struct __gconv_step_data {} 
     3align(4): 
     4public import bcd.atk.atk; 
     5public import bcd.cairo.cairo; 
     6public import bcd.pango.pango; 
     7public import bcd.gdk.gdk; 
     8public import bcd.glib2.glib; 
     9public import bcd.gtk2.gtk; 
    1110const int GLADE_MODULE_API_VERSION = 1; 
    12 import bcd.libglade2.glade_build; 
    13 import bcd.libglade2.glade_parser; 
    14 import bcd.libglade2.glade_xml; 
    15 alias void function(_GladeXML *, _GtkWidget *, char *, char *) _BCD_func__4459
    16 alias _BCD_func__4459 GladeApplyCustomPropFunc; 
    17 alias _GtkWidget * function(_GladeXML *, _GtkWidget *, char *) _BCD_func__4460
    18 alias _BCD_func__4460 GladeFindInternalChildFunc; 
    19 alias void function(_GladeXML *, _GtkWidget *, _GladeWidgetInfo *) _BCD_func__4461
    20 alias _BCD_func__4461 GladeBuildChildrenFunc; 
    21 alias _GtkWidget * function(_GladeXML *, uint, _GladeWidgetInfo *) _BCD_func__4462
    22 alias _BCD_func__4462 GladeNewFunc; 
     11public import bcd.libglade2.glade_build; 
     12public import bcd.libglade2.glade_parser; 
     13public import bcd.libglade2.glade_xml; 
     14alias void function(_GladeXML *, _GtkWidget *, char *, char *) _BCD_func__4465
     15alias _BCD_func__4465 GladeApplyCustomPropFunc; 
     16alias _GtkWidget * function(_GladeXML *, _GtkWidget *, char *) _BCD_func__4466
     17alias _BCD_func__4466 GladeFindInternalChildFunc; 
     18alias void function(_GladeXML *, _GtkWidget *, _GladeWidgetInfo *) _BCD_func__4467
     19alias _BCD_func__4467 GladeBuildChildrenFunc; 
     20alias _GtkWidget * function(_GladeXML *, uint, _GladeWidgetInfo *) _BCD_func__4468
     21alias _BCD_func__4468 GladeNewFunc; 
    2322extern (C) void glade_module_register_widgets(); 
    2423extern (C) char * glade_module_check_version(int); 
     
    3534extern (C) _GtkAccelGroup * glade_xml_ensure_accel(_GladeXML *); 
    3635extern (C) void glade_xml_set_toplevel(_GladeXML *, _GtkWindow *); 
    37 extern (C) void glade_register_custom_prop(uint, char *, _BCD_func__4459); 
    38 extern (C) void glade_register_widget(uint, _BCD_func__4462, _BCD_func__4461, _BCD_func__4460); 
    39 alias _GtkWidget * function(_GladeXML *, char *, char *, char *, char *, int, int, void *) _BCD_func__4520
    40 alias void function(char *, _GObject *, char *, char *, _GObject *, int, void *) _BCD_func__4522
    41 alias void function(_GtkWindow *, uint, int, int, void *) _BCD_func__4562
    42 alias void function(_GtkWidget *, void *) _BCD_func__4700
    43 alias void function(_AtkObject *, _AtkPropertyValues *) _BCD_func__4802
    44 alias int function(void *) _BCD_func__4803
    45 alias int function(_GParamSpec *, _GString *, _GValue *) _BCD_func__4898
    46 alias void function(_GClosure *, _GValue *, uint, _GValue *, void *, void *) _BCD_func__5052
    47 alias void function() _BCD_func__5063
    48 alias void function(_GtkObject *, void *, uint, _GtkArg *) _BCD_func__5064
    49 alias void function(void *) _BCD_func__5065
    50 alias void function(_GTypeInstance *, void *) _BCD_func__5076
    51 alias int function(_GtkAccelKey *, _GClosure *, void *) _BCD_func__5089
    52 alias int function(_GtkAccelGroup *, _GObject *, uint, int) _BCD_func__5090
    53 alias void function(_GdkSpan *, void *) _BCD_func__5206
    54 alias int function(void *, _GdkEvent *, void *) _BCD_func__5371
    55 alias void function(_GdkEvent *, void *) _BCD_func__5372
     36extern (C) void glade_register_custom_prop(uint, char *, _BCD_func__4465); 
     37extern (C) void glade_register_widget(uint, _BCD_func__4468, _BCD_func__4467, _BCD_func__4466); 
     38alias _GtkWidget * function(_GladeXML *, char *, char *, char *, char *, int, int, void *) _BCD_func__4526
     39alias void function(char *, _GObject *, char *, char *, _GObject *, int, void *) _BCD_func__4528
     40alias void function(_GtkWindow *, uint, int, int, void *) _BCD_func__4568
     41alias void function(_GtkWidget *, void *) _BCD_func__4706
     42alias void function(_AtkObject *, _AtkPropertyValues *) _BCD_func__4808
     43alias int function(void *) _BCD_func__4809
     44alias int function(_GParamSpec *, _GString *, _GValue *) _BCD_func__4904
     45alias void function(_GClosure *, _GValue *, uint, _GValue *, void *, void *) _BCD_func__5058
     46alias void function() _BCD_func__5069
     47alias void function(_GtkObject *, void *, uint, _GtkArg *) _BCD_func__5070
     48alias void function(void *) _BCD_func__5071
     49alias void function(_GTypeInstance *, void *) _BCD_func__5082
     50alias int function(_GtkAccelKey *, _GClosure *, void *) _BCD_func__5095
     51alias int function(_GtkAccelGroup *, _GObject *, uint, int) _BCD_func__5096
     52alias void function(_GdkSpan *, void *) _BCD_func__5212
     53alias int function(void *, _GdkEvent *, void *) _BCD_func__5377
     54alias void function(_GdkEvent *, void *) _BCD_func__5378
    5655alias int function(void *) _BCD_func__1747; 
    5756alias int function(void *, long *, int) _BCD_func__1749; 
    5857alias int function(void *, char *, uint) _BCD_func__1751; 
    5958alias int function(void *, char *, uint) _BCD_func__1753; 
    60 alias int function(void * *, char *) _BCD_func__5697; 
    61 alias int function(char *, char * * *, uint *) _BCD_func__5698; 
    62 alias int function(void *, char *, char *, char *, char *) _BCD_func__5699; 
    63 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__5700; 
    64 alias void function(__gconv_step *) _BCD_func__5701; 
    65 alias int function(__gconv_step *) _BCD_func__5702; 
    66 alias uint function(__gconv_step *, char) _BCD_func__5703; 
    67 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__5704; 
    68 alias int function(char *, uint, _GError * *, void *) _BCD_func__5780; 
    69 alias void function(char *, void *) _BCD_func__5783; 
    70 alias void function(void *, int, int) _BCD_func__5796; 
    71 alias int function(void *, void *, void *) _BCD_func__5980; 
    72 alias void * function(void *) _BCD_func__6001; 
    73 alias int function(_PangoAttribute *, void *) _BCD_func__6002; 
    74 alias int function(void *, char *, uint) _BCD_func__6134; 
    75 alias int function(void *, char *, uint) _BCD_func__6135; 
    76 alias void function(void *) _BCD_func__6148; 
    77 alias char * function(void *) _BCD_func__6149; 
    78 alias void function(void *, uint, uint, _GInterfaceInfo *) _BCD_func__6161; 
    79 alias void function(void *, uint, _GTypeInfo *, _GTypeValueTable *) _BCD_func__6162; 
    80 alias void function(void *) _BCD_func__6163; 
    81 alias void function(void *, _GObject *, int) _BCD_func__6304; 
    82 alias void function(void *, _GObject *) _BCD_func__6306; 
    83 alias void function(_GObject *) _BCD_func__6307; 
    84 alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6308; 
    85 alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6309; 
    86 alias int function(_GSignalInvocationHint *, _GValue *, _GValue *, void *) _BCD_func__6334; 
    87 alias int function(_GSignalInvocationHint *, uint, _GValue *, void *) _BCD_func__6335; 
    88 alias void function(void *, _GClosure *) _BCD_func__6354; 
    89 alias void function(_GValue *, _GValue *) _BCD_func__6411; 
    90 alias void * function(void *) _BCD_func__6429; 
    91 alias void function(void *, void *) _BCD_func__6433; 
    92 alias int function(void *, _GTypeClass *) _BCD_func__6434; 
    93 alias int function(void *, void *, void *) _BCD_func__6482; 
    94 alias void function(_GScanner *, char *, int) _BCD_func__6495; 
    95 alias void function(void *, void *, void *, _GError * *) _BCD_func__6578; 
    96 alias int function(void *, void *, void *, _GError * *) _BCD_func__6579; 
    97 alias int function(char *, char *, void *, _GError * *) _BCD_func__6580; 
    98 alias void * function(void *, void *) _BCD_func__6592; 
    99 alias void function(_GNode *, void *) _BCD_func__6593; 
    100 alias int function(_GNode *, void *) _BCD_func__6594; 
    101 alias void function(char *) _BCD_func__6602; 
    102 alias void function(char *, int, char *, void *) _BCD_func__6604; 
    103 alias int function(_GIOChannel *, int, void *) _BCD_func__6619; 
    104 alias int function(_GPollFD *, uint, int) _BCD_func__6680; 
    105 alias void function(int, int, void *) _BCD_func__6686; 
    106 alias void function(_GHookList *, _GHook *) _BCD_func__6721; 
    107 alias int function(_GHook *, void *) _BCD_func__6722; 
    108 alias void function(_GHook *, void *) _BCD_func__6723; 
    109 alias int function(_GHook *, _GHook *) _BCD_func__6724; 
    110 alias void function(uint, void *, void *) _BCD_func__6758; 
    111 alias int function(char *, char *, uint) _BCD_func__6761; 
    112 alias char * function(void *) _BCD_func__6762; 
    113 alias char * function(char *, void *) _BCD_func__6882; 
    114 alias void function(void *, void *, void *) _BCD_func__6883; 
    115 alias uint function(void *) _BCD_func__6884; 
    116 alias int function(void *, void *) _BCD_func__6885; 
    117 alias int function(void *, void *, void *) _BCD_func__6886; 
    118 alias int function(void *, void *) _BCD_func__6887; 
     59alias int function(void * *, char *) _BCD_func__5703; 
     60alias int function(char *, char * * *, uint *) _BCD_func__5704; 
     61alias int function(void *, char *, char *, char *, char *) _BCD_func__5705; 
     62alias int function(char *, uint, _GError * *, void *) _BCD_func__5786; 
     63alias void function(char *, void *) _BCD_func__5789; 
     64alias void function(void *, int, int) _BCD_func__5802; 
     65alias int function(void *, void *, void *) _BCD_func__5986; 
     66alias void * function(void *) _BCD_func__6007; 
     67alias int function(_PangoAttribute *, void *) _BCD_func__6008; 
     68alias int function(void *, char *, uint) _BCD_func__6140; 
     69alias int function(void *, char *, uint) _BCD_func__6141; 
     70alias void function(void *) _BCD_func__6154; 
     71alias char * function(void *) _BCD_func__6155; 
     72alias void function(void *, uint, uint, _GInterfaceInfo *) _BCD_func__6167; 
     73alias void function(void *, uint, _GTypeInfo *, _GTypeValueTable *) _BCD_func__6168; 
     74alias void function(void *) _BCD_func__6169; 
     75alias void function(void *, _GObject *, int) _BCD_func__6310; 
     76alias void function(void *, _GObject *) _BCD_func__6312; 
     77alias void function(_GObject *) _BCD_func__6313; 
     78alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6314; 
     79alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6315; 
     80alias int function(_GSignalInvocationHint *, _GValue *, _GValue *, void *) _BCD_func__6340; 
     81alias int function(_GSignalInvocationHint *, uint, _GValue *, void *) _BCD_func__6341; 
     82alias void function(void *, _GClosure *) _BCD_func__6360; 
     83alias void function(_GValue *, _GValue *) _BCD_func__6417; 
     84alias void * function(void *) _BCD_func__6435; 
     85alias void function(void *, void *) _BCD_func__6439; 
     86alias int function(void *, _GTypeClass *) _BCD_func__6440; 
     87alias int function(void *, void *, void *) _BCD_func__6488; 
     88alias void function(_GScanner *, char *, int) _BCD_func__6501; 
     89alias void function(void *, void *, void *, _GError * *) _BCD_func__6584; 
     90alias int function(void *, void *, void *, _GError * *) _BCD_func__6585; 
     91alias int function(char *, char *, void *, _GError * *) _BCD_func__6586; 
     92alias void * function(void *, void *) _BCD_func__6598; 
     93alias void function(_GNode *, void *) _BCD_func__6599; 
     94alias int function(_GNode *, void *) _BCD_func__6600; 
     95alias void function(char *) _BCD_func__6608; 
     96alias void function(char *, int, char *, void *) _BCD_func__6610; 
     97alias int function(_GIOChannel *, int, void *) _BCD_func__6625; 
     98alias int function(_GPollFD *, uint, int) _BCD_func__6686; 
     99alias void function(int, int, void *) _BCD_func__6692; 
     100alias void function(_GHookList *, _GHook *) _BCD_func__6727; 
     101alias int function(_GHook *, void *) _BCD_func__6728; 
     102alias void function(_GHook *, void *) _BCD_func__6729; 
     103alias int function(_GHook *, _GHook *) _BCD_func__6730; 
     104alias void function(uint, void *, void *) _BCD_func__6764; 
     105alias int function(char *, char *, uint) _BCD_func__6767; 
     106alias char * function(void *) _BCD_func__6768; 
     107alias char * function(char *, void *) _BCD_func__6888; 
     108alias void function(void *, void *, void *) _BCD_func__6889; 
     109alias uint function(void *) _BCD_func__6890; 
     110alias int function(void *, void *) _BCD_func__6891; 
     111alias int function(void *, void *, void *) _BCD_func__6892; 
     112alias int function(void *, void *) _BCD_func__6893; 
  • trunk/bindings/bcd/libglade2/glade_init.d

    r63 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libglade2.glade_init; 
    3 import bcd.atk.atk; 
    4 import bcd.cairo.cairo; 
    5 import bcd.pango.pango; 
    6 import bcd.gdk.gdk; 
    7 import bcd.glib2.glib; 
    8 import bcd.gtk2.gtk; 
    9 import bcd.libglade2.glade_init; 
     3align(4): 
     4public import bcd.atk.atk; 
     5public import bcd.cairo.cairo; 
     6public import bcd.pango.pango; 
     7public import bcd.gdk.gdk; 
     8public import bcd.glib2.glib; 
     9public import bcd.gtk2.gtk; 
     10public import bcd.libglade2.glade_init; 
    1011extern (C) void glade_provide(char *); 
    1112extern (C) void glade_require(char *); 
    1213extern (C) void glade_init(); 
    13 alias int function(void *, void *, void *) _BCD_func__1283
    14 alias void function(void *) _BCD_func__1301
    15 alias void function(_GScanner *, char *, int) _BCD_func__1305
    16 alias void function(void *, void *, void *, _GError * *) _BCD_func__1390
    17 alias int function(void *, void *, void *, _GError * *) _BCD_func__1391
    18 alias int function(char *, char *, void *, _GError * *) _BCD_func__1392
    19 alias void * function(void *, void *) _BCD_func__1404
    20 alias void function(_GNode *, void *) _BCD_func__1405
    21 alias int function(_GNode *, void *) _BCD_func__1406
    22 alias void function(char *) _BCD_func__1414
    23 alias void function(char *, int, char *, void *) _BCD_func__1416
    24 alias int function(_GIOChannel *, int, void *) _BCD_func__1435
    25 alias void function() _BCD_func__1480
    26 alias int function(_GPollFD *, uint, int) _BCD_func__1501
    27 alias void function(int, int, void *) _BCD_func__1507
    28 alias int function(void *) _BCD_func__1508
    29 alias void function(_GHookList *, _GHook *) _BCD_func__1544
    30 alias int function(_GHook *, void *) _BCD_func__1545
    31 alias void function(_GHook *, void *) _BCD_func__1546
    32 alias int function(_GHook *, _GHook *) _BCD_func__1547
    33 alias void function(uint, void *, void *) _BCD_func__1581
    34 alias int function(char *, char *, uint) _BCD_func__1584
    35 alias char * function(void *) _BCD_func__1585
    36 alias void * function(void *) _BCD_func__1594
    37 alias char * function(char *, void *) _BCD_func__1707
    38 alias void function(void *, void *, void *) _BCD_func__1708
    39 alias uint function(void *) _BCD_func__1709
    40 alias void function(void *, void *) _BCD_func__1710
    41 alias int function(void *, void *) _BCD_func__1711
    42 alias int function(void *, void *, void *) _BCD_func__1712
    43 alias int function(void *, void *) _BCD_func__1713
     14alias int function(void *, void *, void *) _BCD_func__1289
     15alias void function(void *) _BCD_func__1307
     16alias void function(_GScanner *, char *, int) _BCD_func__1311
     17alias void function(void *, void *, void *, _GError * *) _BCD_func__1396
     18alias int function(void *, void *, void *, _GError * *) _BCD_func__1397
     19alias int function(char *, char *, void *, _GError * *) _BCD_func__1398
     20alias void * function(void *, void *) _BCD_func__1410
     21alias void function(_GNode *, void *) _BCD_func__1411
     22alias int function(_GNode *, void *) _BCD_func__1412
     23alias void function(char *) _BCD_func__1420
     24alias void function(char *, int, char *, void *) _BCD_func__1422
     25alias int function(_GIOChannel *, int, void *) _BCD_func__1441
     26alias void function() _BCD_func__1486
     27alias int function(_GPollFD *, uint, int) _BCD_func__1507
     28alias void function(int, int, void *) _BCD_func__1513
     29alias int function(void *) _BCD_func__1514
     30alias void function(_GHookList *, _GHook *) _BCD_func__1550
     31alias int function(_GHook *, void *) _BCD_func__1551
     32alias void function(_GHook *, void *) _BCD_func__1552
     33alias int function(_GHook *, _GHook *) _BCD_func__1553
     34alias void function(uint, void *, void *) _BCD_func__1587
     35alias int function(char *, char *, uint) _BCD_func__1590
     36alias char * function(void *) _BCD_func__1591
     37alias void * function(void *) _BCD_func__1600
     38alias char * function(char *, void *) _BCD_func__1713
     39alias void function(void *, void *, void *) _BCD_func__1714
     40alias uint function(void *) _BCD_func__1715
     41alias void function(void *, void *) _BCD_func__1716
     42alias int function(void *, void *) _BCD_func__1717
     43alias int function(void *, void *, void *) _BCD_func__1718
     44alias int function(void *, void *) _BCD_func__1719
  • trunk/bindings/bcd/libglade2/glade_parser.d

    r63 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libglade2.glade_parser; 
    3 import bcd.atk.atk; 
    4 import bcd.cairo.cairo; 
    5 import bcd.pango.pango; 
    6 import bcd.gdk.gdk; 
    7 import bcd.glib2.glib; 
    8 import bcd.gtk2.gtk; 
    9 import bcd.libglade2.glade_parser; 
    10 struct __gconv_step {} 
    11 struct __gconv_step_data {} 
     3align(4): 
     4public import bcd.atk.atk; 
     5public import bcd.cairo.cairo; 
     6public import bcd.pango.pango; 
     7public import bcd.gdk.gdk; 
     8public import bcd.glib2.glib; 
     9public import bcd.gtk2.gtk; 
     10public import bcd.libglade2.glade_parser; 
    1211alias _GladeInterface GladeInterface; 
    1312alias _GladeWidgetInfo GladeWidgetInfo; 
     
    2221extern (C) _GladeInterface * glade_parser_parse_buffer(char *, int, char *); 
    2322extern (C) _GladeInterface * glade_parser_parse_file(char *, char *); 
    24 alias void function(_GdkSpan *, void *) _BCD_func__3784
    25 alias int function(void *, _GdkEvent *, void *) _BCD_func__3957
    26 alias void function(_GdkEvent *, void *) _BCD_func__3958
    27 alias void function(void *) _BCD_func__4228
    28 alias char * function(void *) _BCD_func__4229
     23alias void function(_GdkSpan *, void *) _BCD_func__3790
     24alias int function(void *, _GdkEvent *, void *) _BCD_func__3963
     25alias void function(_GdkEvent *, void *) _BCD_func__3964
     26alias void function(void *) _BCD_func__4234
     27alias char * function(void *) _BCD_func__4235
    2928alias int function(void *) _BCD_func__919; 
    3029alias int function(void *, long *, int) _BCD_func__921; 
    3130alias int function(void *, char *, uint) _BCD_func__923; 
    3231alias int function(void *, char *, uint) _BCD_func__925; 
    33 alias void function(void *) _BCD_func__4287; 
    34 alias int function(void * *, char *) _BCD_func__4288; 
    35 alias int function(char *, char * * *, uint *) _BCD_func__4289; 
    36 alias int function(void *, char *, char *, char *, char *) _BCD_func__4290; 
    37 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__4291; 
    38 alias void function(__gconv_step *) _BCD_func__4292; 
    39 alias int function(__gconv_step *) _BCD_func__4293; 
    40 alias uint function(__gconv_step *, char) _BCD_func__4294; 
    41 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__4295; 
    42 alias int function(char *, uint, _GError * *, void *) _BCD_func__4371; 
    43 alias void function(char *, void *) _BCD_func__4374; 
    44 alias void function(void *, int, int) _BCD_func__4387; 
    45 alias int function(void *, void *, void *) _BCD_func__4577; 
    46 alias void * function(void *) _BCD_func__4598; 
    47 alias int function(_PangoAttribute *, void *) _BCD_func__4599; 
    48 alias void function(void *, uint, uint, _GInterfaceInfo *) _BCD_func__4698; 
    49 alias void function(void *, uint, _GTypeInfo *, _GTypeValueTable *) _BCD_func__4699; 
    50 alias void function(void *) _BCD_func__4700; 
    51 alias void function(void *, _GObject *, int) _BCD_func__4844; 
    52 alias void function(void *, _GObject *) _BCD_func__4848; 
    53 alias void function(_GObject *) _BCD_func__4849; 
    54 alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__4850; 
    55 alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__4851; 
    56 alias int function(_GSignalInvocationHint *, _GValue *, _GValue *, void *) _BCD_func__4876; 
    57 alias int function(_GSignalInvocationHint *, uint, _GValue *, void *) _BCD_func__4877; 
    58 alias void function(_GClosure *, _GValue *, uint, _GValue *, void *, void *) _BCD_func__4878; 
    59 alias void function(void *, _GClosure *) _BCD_func__4897; 
    60 alias void function() _BCD_func__4898; 
    61 alias void function(_GValue *, _GValue *) _BCD_func__4955; 
    62 alias void * function(void *) _BCD_func__4983; 
    63 alias void function(void *, void *) _BCD_func__4987; 
    64 alias int function(void *, _GTypeClass *) _BCD_func__4988; 
    65 alias void function(_GTypeInstance *, void *) _BCD_func__4989; 
    66 alias int function(void *, char *, uint) _BCD_func__5087; 
    67 alias int function(void *, char *, uint) _BCD_func__5088; 
    68 alias int function(void *, void *, void *) _BCD_func__5101; 
    69 alias void function(_GScanner *, char *, int) _BCD_func__5115; 
    70 alias void function(void *, void *, void *, _GError * *) _BCD_func__5198; 
    71 alias int function(void *, void *, void *, _GError * *) _BCD_func__5199; 
    72 alias int function(char *, char *, void *, _GError * *) _BCD_func__5200; 
    73 alias void * function(void *, void *) _BCD_func__5212; 
    74 alias void function(_GNode *, void *) _BCD_func__5213; 
    75 alias int function(_GNode *, void *) _BCD_func__5214; 
    76 alias void function(char *) _BCD_func__5222; 
    77 alias void function(char *, int, char *, void *) _BCD_func__5224; 
    78 alias int function(_GIOChannel *, int, void *) _BCD_func__5239; 
    79 alias int function(_GPollFD *, uint, int) _BCD_func__5301; 
    80 alias void function(int, int, void *) _BCD_func__5307; 
    81 alias int function(void *) _BCD_func__5308; 
    82 alias void function(_GHookList *, _GHook *) _BCD_func__5343; 
    83 alias int function(_GHook *, void *) _BCD_func__5344; 
    84 alias void function(_GHook *, void *) _BCD_func__5345; 
    85 alias int function(_GHook *, _GHook *) _BCD_func__5346; 
    86 alias void function(uint, void *, void *) _BCD_func__5380; 
    87 alias int function(char *, char *, uint) _BCD_func__5383; 
    88 alias char * function(void *) _BCD_func__5384; 
    89 alias char * function(char *, void *) _BCD_func__5504; 
    90 alias void function(void *, void *, void *) _BCD_func__5505; 
    91 alias uint function(void *) _BCD_func__5506; 
    92 alias int function(void *, void *) _BCD_func__5507; 
    93 alias int function(void *, void *, void *) _BCD_func__5508; 
    94 alias int function(void *, void *) _BCD_func__5509; 
     32alias void function(void *) _BCD_func__4293; 
     33alias int function(void * *, char *) _BCD_func__4294; 
     34alias int function(char *, char * * *, uint *) _BCD_func__4295; 
     35alias int function(void *, char *, char *, char *, char *) _BCD_func__4296; 
     36alias int function(char *, uint, _GError * *, void *) _BCD_func__4377; 
     37alias void function(char *, void *) _BCD_func__4380; 
     38alias void function(void *, int, int) _BCD_func__4393; 
     39alias int function(void *, void *, void *) _BCD_func__4583; 
     40alias void * function(void *) _BCD_func__4604; 
     41alias int function(_PangoAttribute *, void *) _BCD_func__4605; 
     42alias void function(void *, uint, uint, _GInterfaceInfo *) _BCD_func__4704; 
     43alias void function(void *, uint, _GTypeInfo *, _GTypeValueTable *) _BCD_func__4705; 
     44alias void function(void *) _BCD_func__4706; 
     45alias void function(void *, _GObject *, int) _BCD_func__4850; 
     46alias void function(void *, _GObject *) _BCD_func__4854; 
     47alias void function(_GObject *) _BCD_func__4855; 
     48alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__4856; 
     49alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__4857; 
     50alias int function(_GSignalInvocationHint *, _GValue *, _GValue *, void *) _BCD_func__4882; 
     51alias int function(_GSignalInvocationHint *, uint, _GValue *, void *) _BCD_func__4883; 
     52alias void function(_GClosure *, _GValue *, uint, _GValue *, void *, void *) _BCD_func__4884; 
     53alias void function(void *, _GClosure *) _BCD_func__4903; 
     54alias void function() _BCD_func__4904; 
     55alias void function(_GValue *, _GValue *) _BCD_func__4961; 
     56alias void * function(void *) _BCD_func__4989; 
     57alias void function(void *, void *) _BCD_func__4993; 
     58alias int function(void *, _GTypeClass *) _BCD_func__4994; 
     59alias void function(_GTypeInstance *, void *) _BCD_func__4995; 
     60alias int function(void *, char *, uint) _BCD_func__5093; 
     61alias int function(void *, char *, uint) _BCD_func__5094; 
     62alias int function(void *, void *, void *) _BCD_func__5107; 
     63alias void function(_GScanner *, char *, int) _BCD_func__5121; 
     64alias void function(void *, void *, void *, _GError * *) _BCD_func__5204; 
     65alias int function(void *, void *, void *, _GError * *) _BCD_func__5205; 
     66alias int function(char *, char *, void *, _GError * *) _BCD_func__5206; 
     67alias void * function(void *, void *) _BCD_func__5218; 
     68alias void function(_GNode *, void *) _BCD_func__5219; 
     69alias int function(_GNode *, void *) _BCD_func__5220; 
     70alias void function(char *) _BCD_func__5228; 
     71alias void function(char *, int, char *, void *) _BCD_func__5230; 
     72alias int function(_GIOChannel *, int, void *) _BCD_func__5245; 
     73alias int function(_GPollFD *, uint, int) _BCD_func__5307; 
     74alias void function(int, int, void *) _BCD_func__5313; 
     75alias int function(void *) _BCD_func__5314; 
     76alias void function(_GHookList *, _GHook *) _BCD_func__5349; 
     77alias int function(_GHook *, void *) _BCD_func__5350; 
     78alias void function(_GHook *, void *) _BCD_func__5351; 
     79alias int function(_GHook *, _GHook *) _BCD_func__5352; 
     80alias void function(uint, void *, void *) _BCD_func__5386; 
     81alias int function(char *, char *, uint) _BCD_func__5389; 
     82alias char * function(void *) _BCD_func__5390; 
     83alias char * function(char *, void *) _BCD_func__5510; 
     84alias void function(void *, void *, void *) _BCD_func__5511; 
     85alias uint function(void *) _BCD_func__5512; 
     86alias int function(void *, void *) _BCD_func__5513; 
     87alias int function(void *, void *, void *) _BCD_func__5514; 
     88alias int function(void *, void *) _BCD_func__5515; 
    9589struct _GladeInterface { 
    9690char * * requires; 
  • trunk/bindings/bcd/libglade2/glade_xml.d

    r63 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libglade2.glade_xml; 
    3 import bcd.atk.atk; 
    4 import bcd.cairo.cairo; 
    5 import bcd.pango.pango; 
    6 import bcd.gdk.gdk; 
    7 import bcd.glib2.glib; 
    8 import bcd.gtk2.gtk; 
    9 import bcd.libglade2.glade_xml; 
    10 struct __gconv_step {} 
    11 struct __gconv_step_data {} 
     3align(4): 
     4public import bcd.atk.atk; 
     5public import bcd.cairo.cairo; 
     6public import bcd.pango.pango; 
     7public import bcd.gdk.gdk; 
     8public import bcd.glib2.glib; 
     9public import bcd.gtk2.gtk; 
     10public import bcd.libglade2.glade_xml; 
    1211alias _GladeXML GladeXML; 
    13 alias _GtkWidget * function(_GladeXML *, char *, char *, char *, char *, int, int, void *) _BCD_func__4405
    14 alias _BCD_func__4405 GladeXMLCustomWidgetHandler; 
    15 alias void function(char *, _GObject *, char *, char *, _GObject *, int, void *) _BCD_func__4411
    16 alias _BCD_func__4411 GladeXMLConnectFunc; 
     12alias _GtkWidget * function(_GladeXML *, char *, char *, char *, char *, int, int, void *) _BCD_func__4411
     13alias _BCD_func__4411 GladeXMLCustomWidgetHandler; 
     14alias void function(char *, _GObject *, char *, char *, _GObject *, int, void *) _BCD_func__4417
     15alias _BCD_func__4417 GladeXMLConnectFunc; 
    1716alias void GladeXMLPrivate; 
    1817alias _GladeXMLClass GladeXMLClass; 
    19 alias uint function(_GladeXML *, char *) _BCD_func__7416
    20 extern (C) void glade_set_custom_handler(_BCD_func__4405, void *); 
     18alias uint function(_GladeXML *, char *) _BCD_func__7422
     19extern (C) void glade_set_custom_handler(_BCD_func__4411, void *); 
    2120extern (C) _GladeXML * glade_get_widget_tree(_GtkWidget *); 
    2221extern (C) char * glade_get_widget_name(_GtkWidget *); 
     
    2423extern (C) _GList * glade_xml_get_widget_prefix(_GladeXML *, char *); 
    2524extern (C) _GtkWidget * glade_xml_get_widget(_GladeXML *, char *); 
    26 extern (C) void glade_xml_signal_autoconnect_full(_GladeXML *, _BCD_func__4411, void *); 
    27 extern (C) void glade_xml_signal_connect_full(_GladeXML *, char *, _BCD_func__4411, void *); 
     25extern (C) void glade_xml_signal_autoconnect_full(_GladeXML *, _BCD_func__4417, void *); 
     26extern (C) void glade_xml_signal_connect_full(_GladeXML *, char *, _BCD_func__4417, void *); 
    2827extern (C) void glade_xml_signal_autoconnect(_GladeXML *); 
    29 alias void function() _BCD_func__4956
    30 extern (C) void glade_xml_signal_connect_data(_GladeXML *, char *, _BCD_func__4956, void *); 
    31 extern (C) void glade_xml_signal_connect(_GladeXML *, char *, _BCD_func__4956); 
     28alias void function() _BCD_func__4962
     29extern (C) void glade_xml_signal_connect_data(_GladeXML *, char *, _BCD_func__4962, void *); 
     30extern (C) void glade_xml_signal_connect(_GladeXML *, char *, _BCD_func__4962); 
    3231extern (C) int glade_xml_construct(_GladeXML *, char *, char *, char *); 
    3332extern (C) _GladeXML * glade_xml_new_from_buffer(char *, int, char *, char *); 
    3433extern (C) _GladeXML * glade_xml_new(char *, char *, char *); 
    3534extern (C) uint glade_xml_get_type(); 
    36 alias void function(_GtkWindow *, uint, int, int, void *) _BCD_func__4452
    37 alias void function(_GtkWidget *, void *) _BCD_func__4593
    38 alias void function(_AtkObject *, _AtkPropertyValues *) _BCD_func__4695
    39 alias int function(void *) _BCD_func__4696
    40 alias int function(_GParamSpec *, _GString *, _GValue *) _BCD_func__4791
    41 alias void function(_GClosure *, _GValue *, uint, _GValue *, void *, void *) _BCD_func__4945
    42 alias void function(_GtkObject *, void *, uint, _GtkArg *) _BCD_func__4957
    43 alias void function(void *) _BCD_func__4958
    44 alias void function(_GTypeInstance *, void *) _BCD_func__4969
    45 alias int function(_GtkAccelKey *, _GClosure *, void *) _BCD_func__4982
    46 alias int function(_GtkAccelGroup *, _GObject *, uint, int) _BCD_func__4983
    47 alias void function(_GdkSpan *, void *) _BCD_func__5099
    48 alias int function(void *, _GdkEvent *, void *) _BCD_func__5264
    49 alias void function(_GdkEvent *, void *) _BCD_func__5265
    50 alias void function(void *) _BCD_func__5534
    51 alias char * function(void *) _BCD_func__5535
     35alias void function(_GtkWindow *, uint, int, int, void *) _BCD_func__4458
     36alias void function(_GtkWidget *, void *) _BCD_func__4599
     37alias void function(_AtkObject *, _AtkPropertyValues *) _BCD_func__4701
     38alias int function(void *) _BCD_func__4702
     39alias int function(_GParamSpec *, _GString *, _GValue *) _BCD_func__4797
     40alias void function(_GClosure *, _GValue *, uint, _GValue *, void *, void *) _BCD_func__4951
     41alias void function(_GtkObject *, void *, uint, _GtkArg *) _BCD_func__4963
     42alias void function(void *) _BCD_func__4964
     43alias void function(_GTypeInstance *, void *) _BCD_func__4975
     44alias int function(_GtkAccelKey *, _GClosure *, void *) _BCD_func__4988
     45alias int function(_GtkAccelGroup *, _GObject *, uint, int) _BCD_func__4989
     46alias void function(_GdkSpan *, void *) _BCD_func__5105
     47alias int function(void *, _GdkEvent *, void *) _BCD_func__5270
     48alias void function(_GdkEvent *, void *) _BCD_func__5271
     49alias void function(void *) _BCD_func__5540
     50alias char * function(void *) _BCD_func__5541
    5251alias int function(void *) _BCD_func__1718; 
    5352alias int function(void *, long *, int) _BCD_func__1720; 
    5453alias int function(void *, char *, uint) _BCD_func__1722; 
    5554alias int function(void *, char *, uint) _BCD_func__1724; 
    56 alias int function(void * *, char *) _BCD_func__5593; 
    57 alias int function(char *, char * * *, uint *) _BCD_func__5594; 
    58 alias int function(void *, char *, char *, char *, char *) _BCD_func__5595; 
    59 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__5596; 
    60 alias void function(__gconv_step *) _BCD_func__5597; 
    61 alias int function(__gconv_step *) _BCD_func__5598; 
    62 alias uint function(__gconv_step *, char) _BCD_func__5599; 
    63 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__5600; 
    64 alias int function(char *, uint, _GError * *, void *) _BCD_func__5676; 
    65 alias void function(char *, void *) _BCD_func__5679; 
    66 alias void function(void *, int, int) _BCD_func__5692; 
    67 alias int function(void *, void *, void *) _BCD_func__5876; 
    68 alias void * function(void *) _BCD_func__5897; 
    69 alias int function(_PangoAttribute *, void *) _BCD_func__5898; 
    70 alias void function(void *, uint, uint, _GInterfaceInfo *) _BCD_func__5996; 
    71 alias void function(void *, uint, _GTypeInfo *, _GTypeValueTable *) _BCD_func__5997; 
    72 alias void function(void *) _BCD_func__5998; 
    73 alias void function(void *, _GObject *, int) _BCD_func__6139; 
    74 alias void function(void *, _GObject *) _BCD_func__6141; 
    75 alias void function(_GObject *) _BCD_func__6142; 
    76 alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6143; 
    77 alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6144; 
    78 alias int function(_GSignalInvocationHint *, _GValue *, _GValue *, void *) _BCD_func__6169; 
    79 alias int function(_GSignalInvocationHint *, uint, _GValue *, void *) _BCD_func__6170; 
    80 alias void function(void *, _GClosure *) _BCD_func__6189; 
    81 alias void function(_GValue *, _GValue *) _BCD_func__6246; 
    82 alias void * function(void *) _BCD_func__6264; 
    83 alias void function(void *, void *) _BCD_func__6268; 
    84 alias int function(void *, _GTypeClass *) _BCD_func__6269; 
    85 alias int function(void *, char *, uint) _BCD_func__6361; 
    86 alias int function(void *, char *, uint) _BCD_func__6362; 
    87 alias int function(void *, void *, void *) _BCD_func__6375; 
    88 alias void function(_GScanner *, char *, int) _BCD_func__6388; 
    89 alias void function(void *, void *, void *, _GError * *) _BCD_func__6471; 
    90 alias int function(void *, void *, void *, _GError * *) _BCD_func__6472; 
    91 alias int function(char *, char *, void *, _GError * *) _BCD_func__6473; 
    92 alias void * function(void *, void *) _BCD_func__6485; 
    93 alias void function(_GNode *, void *) _BCD_func__6486; 
    94 alias int function(_GNode *, void *) _BCD_func__6487; 
    95 alias void function(char *) _BCD_func__6495; 
    96 alias void function(char *, int, char *, void *) _BCD_func__6497; 
    97 alias int function(_GIOChannel *, int, void *) _BCD_func__6512; 
    98 alias int function(_GPollFD *, uint, int) _BCD_func__6573; 
    99 alias void function(int, int, void *) _BCD_func__6579; 
    100 alias void function(_GHookList *, _GHook *) _BCD_func__6614; 
    101 alias int function(_GHook *, void *) _BCD_func__6615; 
    102 alias void function(_GHook *, void *) _BCD_func__6616; 
    103 alias int function(_GHook *, _GHook *) _BCD_func__6617; 
    104 alias void function(uint, void *, void *) _BCD_func__6651; 
    105 alias int function(char *, char *, uint) _BCD_func__6654; 
    106 alias char * function(void *) _BCD_func__6655; 
    107 alias char * function(char *, void *) _BCD_func__6775; 
    108 alias void function(void *, void *, void *) _BCD_func__6776; 
    109 alias uint function(void *) _BCD_func__6777; 
    110 alias int function(void *, void *) _BCD_func__6778; 
    111 alias int function(void *, void *, void *) _BCD_func__6779; 
    112 alias int function(void *, void *) _BCD_func__6780; 
     55alias int function(void * *, char *) _BCD_func__5599; 
     56alias int function(char *, char * * *, uint *) _BCD_func__5600; 
     57alias int function(void *, char *, char *, char *, char *) _BCD_func__5601; 
     58alias int function(char *, uint, _GError * *, void *) _BCD_func__5682; 
     59alias void function(char *, void *) _BCD_func__5685; 
     60alias void function(void *, int, int) _BCD_func__5698; 
     61alias int function(void *, void *, void *) _BCD_func__5882; 
     62alias void * function(void *) _BCD_func__5903; 
     63alias int function(_PangoAttribute *, void *) _BCD_func__5904; 
     64alias void function(void *, uint, uint, _GInterfaceInfo *) _BCD_func__6002; 
     65alias void function(void *, uint, _GTypeInfo *, _GTypeValueTable *) _BCD_func__6003; 
     66alias void function(void *) _BCD_func__6004; 
     67alias void function(void *, _GObject *, int) _BCD_func__6145; 
     68alias void function(void *, _GObject *) _BCD_func__6147; 
     69alias void function(_GObject *) _BCD_func__6148; 
     70alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6149; 
     71alias void function(_GObject *, uint, _GValue *, _GParamSpec *) _BCD_func__6150; 
     72alias int function(_GSignalInvocationHint *, _GValue *, _GValue *, void *) _BCD_func__6175; 
     73alias int function(_GSignalInvocationHint *, uint, _GValue *, void *) _BCD_func__6176; 
     74alias void function(void *, _GClosure *) _BCD_func__6195; 
     75alias void function(_GValue *, _GValue *) _BCD_func__6252; 
     76alias void * function(void *) _BCD_func__6270; 
     77alias void function(void *, void *) _BCD_func__6274; 
     78alias int function(void *, _GTypeClass *) _BCD_func__6275; 
     79alias int function(void *, char *, uint) _BCD_func__6367; 
     80alias int function(void *, char *, uint) _BCD_func__6368; 
     81alias int function(void *, void *, void *) _BCD_func__6381; 
     82alias void function(_GScanner *, char *, int) _BCD_func__6394; 
     83alias void function(void *, void *, void *, _GError * *) _BCD_func__6477; 
     84alias int function(void *, void *, void *, _GError * *) _BCD_func__6478; 
     85alias int function(char *, char *, void *, _GError * *) _BCD_func__6479; 
     86alias void * function(void *, void *) _BCD_func__6491; 
     87alias void function(_GNode *, void *) _BCD_func__6492; 
     88alias int function(_GNode *, void *) _BCD_func__6493; 
     89alias void function(char *) _BCD_func__6501; 
     90alias void function(char *, int, char *, void *) _BCD_func__6503; 
     91alias int function(_GIOChannel *, int, void *) _BCD_func__6518; 
     92alias int function(_GPollFD *, uint, int) _BCD_func__6579; 
     93alias void function(int, int, void *) _BCD_func__6585; 
     94alias void function(_GHookList *, _GHook *) _BCD_func__6620; 
     95alias int function(_GHook *, void *) _BCD_func__6621; 
     96alias void function(_GHook *, void *) _BCD_func__6622; 
     97alias int function(_GHook *, _GHook *) _BCD_func__6623; 
     98alias void function(uint, void *, void *) _BCD_func__6657; 
     99alias int function(char *, char *, uint) _BCD_func__6660; 
     100alias char * function(void *) _BCD_func__6661; 
     101alias char * function(char *, void *) _BCD_func__6781; 
     102alias void function(void *, void *, void *) _BCD_func__6782; 
     103alias uint function(void *) _BCD_func__6783; 
     104alias int function(void *, void *) _BCD_func__6784; 
     105alias int function(void *, void *, void *) _BCD_func__6785; 
     106alias int function(void *, void *) _BCD_func__6786; 
    113107struct _GladeXMLClass { 
    114108_GObjectClass parent_class; 
    115 _BCD_func__7416 lookup_type; 
     109_BCD_func__7422 lookup_type; 
    116110} 
    117111struct _GladeXML { 
  • trunk/bindings/bcd/libxml2/DOCBparser.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.DOCBparser; 
    3 import bcd.libxml2.parser; 
    4 import bcd.libxml2.parserInternals; 
    5 import bcd.libxml2.chvalid; 
    6 import bcd.libxml2.HTMLparser; 
    7 import bcd.libxml2.xmlIO; 
    8 import bcd.libxml2.globals; 
    9 import bcd.libxml2.threads; 
    10 import bcd.libxml2.xmlmemory; 
    11 import bcd.libxml2.SAX2; 
    12 import bcd.libxml2.SAX; 
    13 import bcd.libxml2.xlink; 
    14 import bcd.libxml2.encoding; 
    15 import bcd.libxml2.entities; 
    16 import bcd.libxml2.hash; 
    17 import bcd.libxml2.valid; 
    18 import bcd.libxml2.xmlautomata; 
    19 import bcd.libxml2.list; 
    20 import bcd.libxml2.xmlerror; 
    21 import bcd.libxml2.tree; 
    22 import bcd.libxml2.xmlregexp; 
    23 import bcd.libxml2.dict; 
    24 import bcd.libxml2.xmlstring; 
    25 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.parser; 
     5public import bcd.libxml2.parserInternals; 
     6public import bcd.libxml2.chvalid; 
     7public import bcd.libxml2.HTMLparser; 
     8public import bcd.libxml2.xmlIO; 
     9public import bcd.libxml2.globals; 
     10public import bcd.libxml2.threads; 
     11public import bcd.libxml2.xmlmemory; 
     12public import bcd.libxml2.SAX2; 
     13public import bcd.libxml2.SAX; 
     14public import bcd.libxml2.xlink; 
     15public import bcd.libxml2.encoding; 
     16public import bcd.libxml2.entities; 
     17public import bcd.libxml2.hash; 
     18public import bcd.libxml2.valid; 
     19public import bcd.libxml2.xmlautomata; 
     20public import bcd.libxml2.list; 
     21public import bcd.libxml2.xmlerror; 
     22public import bcd.libxml2.tree; 
     23public import bcd.libxml2.xmlregexp; 
     24public import bcd.libxml2.dict; 
     25public import bcd.libxml2.xmlstring; 
     26public import bcd.libxml2.xmlversion; 
    2627alias _xmlDoc * docbDocPtr; 
    2728alias _xmlParserInput * docbParserInputPtr; 
     
    3132alias _xmlParserCtxt * docbParserCtxtPtr; 
    3233alias _xmlParserCtxt docbParserCtxt; 
    33 extern (C) int docbParseDocument(_xmlParserCtxt * ctxt); 
    34 extern (C) _xmlParserCtxt * docbCreateFileParserCtxt(char * filename, char * encoding); 
    35 extern (C) int docbParseChunk(_xmlParserCtxt * ctxt, char * chunk, int size, int terminate); 
    36 extern (C) _xmlParserCtxt * docbCreatePushParserCtxt(_xmlSAXHandler * sax, void * user_data, char * chunk, int size, char * filename, int enc); 
    37 extern (C) void docbFreeParserCtxt(_xmlParserCtxt * ctxt); 
    38 extern (C) _xmlDoc * docbParseFile(char * filename, char * encoding); 
    39 extern (C) _xmlDoc * docbSAXParseFile(char * filename, char * encoding, _xmlSAXHandler * sax, void * userData); 
    40 extern (C) _xmlDoc * docbParseDoc(char * cur, char * encoding); 
    41 extern (C) _xmlDoc * docbSAXParseDoc(char * cur, char * encoding, _xmlSAXHandler * sax, void * userData); 
    42 extern (C) int docbEncodeEntities(char * out_, int * outlen, char * in_, int * inlen, int quoteChar); 
    43 alias void function(_xmlEntity *, _xmlNode *, _xmlNode *) _BCD_func__1973
    44 alias void function(_xmlNode *) _BCD_func__2081
    45 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__2082
    46 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__2083
    47 alias char * function(char *) _BCD_func__2088
    48 alias void * function(void *, uint) _BCD_func__2089
    49 alias void * function(uint) _BCD_func__2090
    50 alias void function(void *) _BCD_func__2091
    51 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__2097
    52 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__2098
    53 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__2099
    54 alias void function(void *, _xmlNode *) _BCD_func__2100
    55 alias int function(void *, void *) _BCD_func__2117
     34extern (C) int docbParseDocument(_xmlParserCtxt *); 
     35extern (C) _xmlParserCtxt * docbCreateFileParserCtxt(char *, char *); 
     36extern (C) int docbParseChunk(_xmlParserCtxt *, char *, int, int); 
     37extern (C) _xmlParserCtxt * docbCreatePushParserCtxt(_xmlSAXHandler *, void *, char *, int, char *, int); 
     38extern (C) void docbFreeParserCtxt(_xmlParserCtxt *); 
     39extern (C) _xmlDoc * docbParseFile(char *, char *); 
     40extern (C) _xmlDoc * docbSAXParseFile(char *, char *, _xmlSAXHandler *, void *); 
     41extern (C) _xmlDoc * docbParseDoc(char *, char *); 
     42extern (C) _xmlDoc * docbSAXParseDoc(char *, char *, _xmlSAXHandler *, void *); 
     43extern (C) int docbEncodeEntities(char *, int *, char *, int *, int); 
     44alias void function(_xmlEntity *, _xmlNode *, _xmlNode *) _BCD_func__1979
     45alias void function(_xmlNode *) _BCD_func__2087
     46alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__2088
     47alias _xmlParserInputBuffer * function(char *, int) _BCD_func__2089
     48alias char * function(char *) _BCD_func__2094
     49alias void * function(void *, uint) _BCD_func__2095
     50alias void * function(uint) _BCD_func__2096
     51alias void function(void *) _BCD_func__2097
     52alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__2103
     53alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__2104
     54alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__2105
     55alias void function(void *, _xmlNode *) _BCD_func__2106
     56alias int function(void *, void *) _BCD_func__2123
    5657alias int function(void *) _BCD_func__1591; 
    57 alias int function(void *, char *, int) _BCD_func__2260
    58 alias void * function(char *) _BCD_func__2261
    59 alias int function(char *) _BCD_func__2262
    60 alias int function(void *, char *, int) _BCD_func__2263
    61 alias int function(char *, int *, char *, int *) _BCD_func__2271
    62 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2274
    63 alias void function(void *, char *, char *, char *) _BCD_func__2305
    64 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2306
    65 alias void function(void *, char *, ...) _BCD_func__2307
    66 alias void function(void *, char *, int) _BCD_func__2308
    67 alias void function(void *, char *) _BCD_func__2309
    68 alias void function(void *, char *, char *) _BCD_func__2310
    69 alias void function(void *, char *, char * *) _BCD_func__2311
    70 alias void function(void *, _xmlSAXLocator *) _BCD_func__2312
    71 alias void function(void *, char *, char *, char *, char *) _BCD_func__2313
    72 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2314
    73 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2315
    74 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2316
    75 alias _xmlEntity * function(void *, char *) _BCD_func__2317
    76 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2318
    77 alias void function(char *) _BCD_func__2324
    78 alias void function(void *) _BCD_func__2344
    79 alias void function(void *, _xmlError *) _BCD_func__2345
    80 alias void function(void *, void *, char *, char *, char *) _BCD_func__2361
    81 alias void function(void *, void *, char *) _BCD_func__2362
    82 alias void * function(void *, char *) _BCD_func__2363
    83 alias void function(void *, char *) _BCD_func__2364
    84 alias void function(void *, char *, void *, void *) _BCD_func__2482
     58alias int function(void *, char *, int) _BCD_func__2266
     59alias void * function(char *) _BCD_func__2267
     60alias int function(char *) _BCD_func__2268
     61alias int function(void *, char *, int) _BCD_func__2269
     62alias int function(char *, int *, char *, int *) _BCD_func__2277
     63alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2280
     64alias void function(void *, char *, char *, char *) _BCD_func__2311
     65alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2312
     66alias void function(void *, char *, ...) _BCD_func__2313
     67alias void function(void *, char *, int) _BCD_func__2314
     68alias void function(void *, char *) _BCD_func__2315
     69alias void function(void *, char *, char *) _BCD_func__2316
     70alias void function(void *, char *, char * *) _BCD_func__2317
     71alias void function(void *, _xmlSAXLocator *) _BCD_func__2318
     72alias void function(void *, char *, char *, char *, char *) _BCD_func__2319
     73alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2320
     74alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2321
     75alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2322
     76alias _xmlEntity * function(void *, char *) _BCD_func__2323
     77alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2324
     78alias void function(char *) _BCD_func__2330
     79alias void function(void *) _BCD_func__2350
     80alias void function(void *, _xmlError *) _BCD_func__2351
     81alias void function(void *, void *, char *, char *, char *) _BCD_func__2367
     82alias void function(void *, void *, char *) _BCD_func__2368
     83alias void * function(void *, char *) _BCD_func__2369
     84alias void function(void *, char *) _BCD_func__2370
     85alias void function(void *, char *, void *, void *) _BCD_func__2488
    8586alias int function(void *, long *, int) _BCD_func__1593; 
    8687alias int function(void *, char *, uint) _BCD_func__1595; 
    8788alias int function(void *, char *, uint) _BCD_func__1597; 
    88 alias int function(void * *, char *) _BCD_func__2620; 
    89 alias int function(char *, char * * *, uint *) _BCD_func__2621; 
    90 alias int function(void *, char *, char *, char *, char *) _BCD_func__2622; 
    91 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2623; 
    92 alias void function(__gconv_step *) _BCD_func__2624; 
    93 alias int function(__gconv_step *) _BCD_func__2625; 
    94 alias uint function(__gconv_step *, char) _BCD_func__2626; 
    95 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2627; 
     89alias int function(void * *, char *) _BCD_func__2626; 
     90alias int function(char *, char * * *, uint *) _BCD_func__2627; 
     91alias int function(void *, char *, char *, char *, char *) _BCD_func__2628; 
  • trunk/bindings/bcd/libxml2/HTMLparser.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.HTMLparser; 
    3 import bcd.libxml2.parser; 
    4 import bcd.libxml2.xmlIO; 
    5 import bcd.libxml2.globals; 
    6 import bcd.libxml2.threads; 
    7 import bcd.libxml2.xmlmemory; 
    8 import bcd.libxml2.SAX2; 
    9 import bcd.libxml2.SAX; 
    10 import bcd.libxml2.xlink; 
    11 import bcd.libxml2.encoding; 
    12 import bcd.libxml2.entities; 
    13 import bcd.libxml2.hash; 
    14 import bcd.libxml2.valid; 
    15 import bcd.libxml2.xmlautomata; 
    16 import bcd.libxml2.list; 
    17 import bcd.libxml2.xmlerror; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.parser; 
     5public import bcd.libxml2.xmlIO; 
     6public import bcd.libxml2.globals; 
     7public import bcd.libxml2.threads; 
     8public import bcd.libxml2.xmlmemory; 
     9public import bcd.libxml2.SAX2; 
     10public import bcd.libxml2.SAX; 
     11public import bcd.libxml2.xlink; 
     12public import bcd.libxml2.encoding; 
     13public import bcd.libxml2.entities; 
     14public import bcd.libxml2.hash; 
     15public import bcd.libxml2.valid; 
     16public import bcd.libxml2.xmlautomata; 
     17public import bcd.libxml2.list; 
     18public import bcd.libxml2.xmlerror; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324enum htmlStatus { 
    2425HTML_NA=0, 
     
    5051alias _xmlParserCtxt * htmlParserCtxtPtr; 
    5152alias _xmlParserCtxt htmlParserCtxt; 
    52 extern (C) int htmlNodeStatus(_xmlNode * _0, int _1); 
    53 extern (C) int htmlElementStatusHere(_htmlElemDesc * _0, _htmlElemDesc * _1); 
    54 extern (C) int htmlElementAllowedHere(_htmlElemDesc * _0, char * _1); 
    55 extern (C) int htmlAttrAllowed(_htmlElemDesc * _0, char * _1, int _2); 
    56 alias int function(void *, char *, int) _BCD_func__2097
     53extern (C) int htmlNodeStatus(_xmlNode *, int); 
     54extern (C) int htmlElementStatusHere(_htmlElemDesc *, _htmlElemDesc *); 
     55extern (C) int htmlElementAllowedHere(_htmlElemDesc *, char *); 
     56extern (C) int htmlAttrAllowed(_htmlElemDesc *, char *, int); 
     57alias int function(void *, char *, int) _BCD_func__2103
    5758alias int function(void *) _BCD_func__1451; 
    58 extern (C) _xmlDoc * htmlCtxtReadIO(_xmlParserCtxt * ctxt, _BCD_func__2097 ioread, _BCD_func__1451 ioclose, void * ioctx, char * URL, char * encoding, int options); 
    59 extern (C) _xmlDoc * htmlCtxtReadFd(_xmlParserCtxt * ctxt, int fd, char * URL, char * encoding, int options); 
    60 extern (C) _xmlDoc * htmlCtxtReadMemory(_xmlParserCtxt * ctxt, char * buffer, int size, char * URL, char * encoding, int options); 
    61 extern (C) _xmlDoc * htmlCtxtReadFile(_xmlParserCtxt * ctxt, char * filename, char * encoding, int options); 
    62 extern (C) _xmlDoc * htmlCtxtReadDoc(_xmlParserCtxt * ctxt, char * cur, char * URL, char * encoding, int options); 
    63 extern (C) _xmlDoc * htmlReadIO(_BCD_func__2097 ioread, _BCD_func__1451 ioclose, void * ioctx, char * URL, char * encoding, int options); 
    64 extern (C) _xmlDoc * htmlReadFd(int fd, char * URL, char * encoding, int options); 
    65 extern (C) _xmlDoc * htmlReadMemory(char * buffer, int size, char * URL, char * encoding, int options); 
    66 extern (C) _xmlDoc * htmlReadFile(char * URL, char * encoding, int options); 
    67 extern (C) _xmlDoc * htmlReadDoc(char * cur, char * URL, char * encoding, int options); 
    68 extern (C) int htmlCtxtUseOptions(_xmlParserCtxt * ctxt, int options); 
    69 extern (C) void htmlCtxtReset(_xmlParserCtxt * ctxt); 
    70 extern (C) void htmlFreeParserCtxt(_xmlParserCtxt * ctxt); 
    71 extern (C) int htmlParseChunk(_xmlParserCtxt * ctxt, char * chunk, int size, int terminate); 
    72 extern (C) _xmlParserCtxt * htmlCreatePushParserCtxt(_xmlSAXHandler * sax, void * user_data, char * chunk, int size, char * filename, int enc); 
    73 extern (C) int htmlHandleOmittedElem(int val); 
    74 extern (C) int htmlIsScriptAttribute(char * name); 
    75 extern (C) int htmlEncodeEntities(char * out_, int * outlen, char * in_, int * inlen, int quoteChar); 
    76 extern (C) int UTF8ToHtml(char * out_, int * outlen, char * in_, int * inlen); 
    77 extern (C) _xmlDoc * htmlParseFile(char * filename, char * encoding); 
    78 extern (C) _xmlDoc * htmlSAXParseFile(char * filename, char * encoding, _xmlSAXHandler * sax, void * userData); 
    79 extern (C) _xmlDoc * htmlParseDoc(char * cur, char * encoding); 
    80 extern (C) _xmlDoc * htmlSAXParseDoc(char * cur, char * encoding, _xmlSAXHandler * sax, void * userData); 
    81 extern (C) int htmlParseDocument(_xmlParserCtxt * ctxt); 
    82 extern (C) _xmlParserCtxt * htmlCreateMemoryParserCtxt(char * buffer, int size); 
    83 extern (C) void htmlParseElement(_xmlParserCtxt * ctxt); 
    84 extern (C) int htmlParseCharRef(_xmlParserCtxt * ctxt); 
    85 extern (C) _htmlEntityDesc * htmlParseEntityRef(_xmlParserCtxt * ctxt, char * * str); 
    86 extern (C) int htmlAutoCloseTag(_xmlDoc * doc, char * name, _xmlNode * elem); 
    87 extern (C) int htmlIsAutoClosed(_xmlDoc * doc, _xmlNode * elem); 
    88 extern (C) _htmlEntityDesc * htmlEntityValueLookup(uint value); 
    89 extern (C) _htmlEntityDesc * htmlEntityLookup(char * name); 
    90 extern (C) _htmlElemDesc * htmlTagLookup(char * tag); 
    91 alias void function(_xmlNode *) _BCD_func__1915
    92 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1916
    93 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1917
    94 alias char * function(char *) _BCD_func__1922
    95 alias void * function(void *, uint) _BCD_func__1923
    96 alias void * function(uint) _BCD_func__1924
    97 alias void function(void *) _BCD_func__1925
    98 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1931
    99 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1932
    100 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1933
    101 alias void function(void *, _xmlNode *) _BCD_func__1934
    102 alias int function(void *, void *) _BCD_func__1951
    103 alias int function(void *, char *, int) _BCD_func__2094
    104 alias void * function(char *) _BCD_func__2095
    105 alias int function(char *) _BCD_func__2096
    106 alias int function(char *, int *, char *, int *) _BCD_func__2105
    107 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2108
    108 alias void function(void *, char *, char *, char *) _BCD_func__2139
    109 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2140
    110 alias void function(void *, char *, ...) _BCD_func__2141
    111 alias void function(void *, char *, int) _BCD_func__2142
    112 alias void function(void *, char *) _BCD_func__2143
    113 alias void function(void *, char *, char *) _BCD_func__2144
    114 alias void function(void *, char *, char * *) _BCD_func__2145
    115 alias void function(void *, _xmlSAXLocator *) _BCD_func__2146
    116 alias void function(void *, char *, char *, char *, char *) _BCD_func__2147
    117 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2148
    118 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2149
    119 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2150
    120 alias _xmlEntity * function(void *, char *) _BCD_func__2151
    121 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2152
    122 alias void function(char *) _BCD_func__2158
    123 alias void function(void *) _BCD_func__2178
    124 alias void function(void *, _xmlError *) _BCD_func__2179
    125 alias void function(void *, void *, char *, char *, char *) _BCD_func__2195
    126 alias void function(void *, void *, char *) _BCD_func__2196
    127 alias void * function(void *, char *) _BCD_func__2197
    128 alias void function(void *, char *) _BCD_func__2198
    129 alias void function(void *, char *, void *, void *) _BCD_func__2317
     59extern (C) _xmlDoc * htmlCtxtReadIO(_xmlParserCtxt *, _BCD_func__2103, _BCD_func__1451, void *, char *, char *, int); 
     60extern (C) _xmlDoc * htmlCtxtReadFd(_xmlParserCtxt *, int, char *, char *, int); 
     61extern (C) _xmlDoc * htmlCtxtReadMemory(_xmlParserCtxt *, char *, int, char *, char *, int); 
     62extern (C) _xmlDoc * htmlCtxtReadFile(_xmlParserCtxt *, char *, char *, int); 
     63extern (C) _xmlDoc * htmlCtxtReadDoc(_xmlParserCtxt *, char *, char *, char *, int); 
     64extern (C) _xmlDoc * htmlReadIO(_BCD_func__2103, _BCD_func__1451, void *, char *, char *, int); 
     65extern (C) _xmlDoc * htmlReadFd(int, char *, char *, int); 
     66extern (C) _xmlDoc * htmlReadMemory(char *, int, char *, char *, int); 
     67extern (C) _xmlDoc * htmlReadFile(char *, char *, int); 
     68extern (C) _xmlDoc * htmlReadDoc(char *, char *, char *, int); 
     69extern (C) int htmlCtxtUseOptions(_xmlParserCtxt *, int); 
     70extern (C) void htmlCtxtReset(_xmlParserCtxt *); 
     71extern (C) void htmlFreeParserCtxt(_xmlParserCtxt *); 
     72extern (C) int htmlParseChunk(_xmlParserCtxt *, char *, int, int); 
     73extern (C) _xmlParserCtxt * htmlCreatePushParserCtxt(_xmlSAXHandler *, void *, char *, int, char *, int); 
     74extern (C) int htmlHandleOmittedElem(int); 
     75extern (C) int htmlIsScriptAttribute(char *); 
     76extern (C) int htmlEncodeEntities(char *, int *, char *, int *, int); 
     77extern (C) int UTF8ToHtml(char *, int *, char *, int *); 
     78extern (C) _xmlDoc * htmlParseFile(char *, char *); 
     79extern (C) _xmlDoc * htmlSAXParseFile(char *, char *, _xmlSAXHandler *, void *); 
     80extern (C) _xmlDoc * htmlParseDoc(char *, char *); 
     81extern (C) _xmlDoc * htmlSAXParseDoc(char *, char *, _xmlSAXHandler *, void *); 
     82extern (C) int htmlParseDocument(_xmlParserCtxt *); 
     83extern (C) _xmlParserCtxt * htmlCreateMemoryParserCtxt(char *, int); 
     84extern (C) void htmlParseElement(_xmlParserCtxt *); 
     85extern (C) int htmlParseCharRef(_xmlParserCtxt *); 
     86extern (C) _htmlEntityDesc * htmlParseEntityRef(_xmlParserCtxt *, char * *); 
     87extern (C) int htmlAutoCloseTag(_xmlDoc *, char *, _xmlNode *); 
     88extern (C) int htmlIsAutoClosed(_xmlDoc *, _xmlNode *); 
     89extern (C) _htmlEntityDesc * htmlEntityValueLookup(uint); 
     90extern (C) _htmlEntityDesc * htmlEntityLookup(char *); 
     91extern (C) _htmlElemDesc * htmlTagLookup(char *); 
     92alias void function(_xmlNode *) _BCD_func__1921
     93alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1922
     94alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1923
     95alias char * function(char *) _BCD_func__1928
     96alias void * function(void *, uint) _BCD_func__1929
     97alias void * function(uint) _BCD_func__1930
     98alias void function(void *) _BCD_func__1931
     99alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1937
     100alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1938
     101alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1939
     102alias void function(void *, _xmlNode *) _BCD_func__1940
     103alias int function(void *, void *) _BCD_func__1957
     104alias int function(void *, char *, int) _BCD_func__2100
     105alias void * function(char *) _BCD_func__2101
     106alias int function(char *) _BCD_func__2102
     107alias int function(char *, int *, char *, int *) _BCD_func__2111
     108alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2114
     109alias void function(void *, char *, char *, char *) _BCD_func__2145
     110alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2146
     111alias void function(void *, char *, ...) _BCD_func__2147
     112alias void function(void *, char *, int) _BCD_func__2148
     113alias void function(void *, char *) _BCD_func__2149
     114alias void function(void *, char *, char *) _BCD_func__2150
     115alias void function(void *, char *, char * *) _BCD_func__2151
     116alias void function(void *, _xmlSAXLocator *) _BCD_func__2152
     117alias void function(void *, char *, char *, char *, char *) _BCD_func__2153
     118alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2154
     119alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2155
     120alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2156
     121alias _xmlEntity * function(void *, char *) _BCD_func__2157
     122alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2158
     123alias void function(char *) _BCD_func__2164
     124alias void function(void *) _BCD_func__2184
     125alias void function(void *, _xmlError *) _BCD_func__2185
     126alias void function(void *, void *, char *, char *, char *) _BCD_func__2201
     127alias void function(void *, void *, char *) _BCD_func__2202
     128alias void * function(void *, char *) _BCD_func__2203
     129alias void function(void *, char *) _BCD_func__2204
     130alias void function(void *, char *, void *, void *) _BCD_func__2323
    130131alias int function(void *, long *, int) _BCD_func__1453; 
    131132alias int function(void *, char *, uint) _BCD_func__1455; 
    132133alias int function(void *, char *, uint) _BCD_func__1457; 
    133 alias int function(void * *, char *) _BCD_func__2455; 
    134 alias int function(char *, char * * *, uint *) _BCD_func__2456; 
    135 alias int function(void *, char *, char *, char *, char *) _BCD_func__2457; 
    136 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2458; 
    137 alias void function(__gconv_step *) _BCD_func__2459; 
    138 alias int function(__gconv_step *) _BCD_func__2460; 
    139 alias uint function(__gconv_step *, char) _BCD_func__2461; 
    140 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2462; 
     134alias int function(void * *, char *) _BCD_func__2461; 
     135alias int function(char *, char * * *, uint *) _BCD_func__2462; 
     136alias int function(void *, char *, char *, char *, char *) _BCD_func__2463; 
    141137struct _htmlEntityDesc { 
    142138uint value; 
  • trunk/bindings/bcd/libxml2/HTMLtree.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.HTMLtree; 
    3 import bcd.libxml2.HTMLparser; 
    4 import bcd.libxml2.parser; 
    5 import bcd.libxml2.threads; 
    6 import bcd.libxml2.globals; 
    7 import bcd.libxml2.SAX2; 
    8 import bcd.libxml2.SAX; 
    9 import bcd.libxml2.xlink; 
    10 import bcd.libxml2.xmlIO; 
    11 import bcd.libxml2.encoding; 
    12 import bcd.libxml2.entities; 
    13 import bcd.libxml2.hash; 
    14 import bcd.libxml2.valid; 
    15 import bcd.libxml2.xmlautomata; 
    16 import bcd.libxml2.list; 
    17 import bcd.libxml2.xmlerror; 
    18 import bcd.libxml2.xmlmemory; 
    19 import bcd.libxml2.tree; 
    20 import bcd.libxml2.xmlregexp; 
    21 import bcd.libxml2.dict; 
    22 import bcd.libxml2.xmlstring; 
    23 import bcd.libxml2.xmlversion; 
    24 extern (C) int htmlIsBooleanAttr(char * name); 
    25 extern (C) void htmlNodeDumpOutput(_xmlOutputBuffer * buf, _xmlDoc * doc, _xmlNode * cur, char * encoding); 
    26 extern (C) void htmlDocContentDumpFormatOutput(_xmlOutputBuffer * buf, _xmlDoc * cur, char * encoding, int format); 
    27 extern (C) void htmlDocContentDumpOutput(_xmlOutputBuffer * buf, _xmlDoc * cur, char * encoding); 
    28 extern (C) void htmlNodeDumpFormatOutput(_xmlOutputBuffer * buf, _xmlDoc * doc, _xmlNode * cur, char * encoding, int format); 
    29 extern (C) int htmlSaveFileFormat(char * filename, _xmlDoc * cur, char * encoding, int format); 
    30 extern (C) int htmlSaveFileEnc(char * filename, _xmlDoc * cur, char * encoding); 
    31 extern (C) int htmlNodeDumpFileFormat(_IO_FILE * out_, _xmlDoc * doc, _xmlNode * cur, char * encoding, int format); 
    32 extern (C) void htmlNodeDumpFile(_IO_FILE * out_, _xmlDoc * doc, _xmlNode * cur); 
    33 extern (C) int htmlNodeDump(_xmlBuffer * buf, _xmlDoc * doc, _xmlNode * cur); 
    34 extern (C) int htmlSaveFile(char * filename, _xmlDoc * cur); 
    35 extern (C) int htmlDocDump(_IO_FILE * f, _xmlDoc * cur); 
    36 extern (C) void htmlDocDumpMemory(_xmlDoc * cur, char * * mem, int * size); 
    37 extern (C) int htmlSetMetaEncoding(_xmlDoc * doc, char * encoding); 
    38 extern (C) char * htmlGetMetaEncoding(_xmlDoc * doc); 
    39 extern (C) _xmlDoc * htmlNewDocNoDtD(char * URI, char * ExternalID); 
    40 extern (C) _xmlDoc * htmlNewDoc(char * URI, char * ExternalID); 
    41 alias void function(_xmlNode *) _BCD_func__1900; 
    42 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1901; 
    43 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1902; 
    44 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1908; 
    45 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1909; 
    46 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1910; 
    47 alias void function(void *, _xmlNode *) _BCD_func__1911; 
    48 alias int function(void *, void *) _BCD_func__1928; 
     3align(4): 
     4public import bcd.libxml2.HTMLparser; 
     5public import bcd.libxml2.parser; 
     6public import bcd.libxml2.threads; 
     7public import bcd.libxml2.globals; 
     8public import bcd.libxml2.SAX2; 
     9public import bcd.libxml2.SAX; 
     10public import bcd.libxml2.xlink; 
     11public import bcd.libxml2.xmlIO; 
     12public import bcd.libxml2.encoding; 
     13public import bcd.libxml2.entities; 
     14public import bcd.libxml2.hash; 
     15public import bcd.libxml2.valid; 
     16public import bcd.libxml2.xmlautomata; 
     17public import bcd.libxml2.list; 
     18public import bcd.libxml2.xmlerror; 
     19public import bcd.libxml2.xmlmemory; 
     20public import bcd.libxml2.tree; 
     21public import bcd.libxml2.xmlregexp; 
     22public import bcd.libxml2.dict; 
     23public import bcd.libxml2.xmlstring; 
     24public import bcd.libxml2.xmlversion; 
     25extern (C) int htmlIsBooleanAttr(char *); 
     26extern (C) void htmlNodeDumpOutput(_xmlOutputBuffer *, _xmlDoc *, _xmlNode *, char *); 
     27extern (C) void htmlDocContentDumpFormatOutput(_xmlOutputBuffer *, _xmlDoc *, char *, int); 
     28extern (C) void htmlDocContentDumpOutput(_xmlOutputBuffer *, _xmlDoc *, char *); 
     29extern (C) void htmlNodeDumpFormatOutput(_xmlOutputBuffer *, _xmlDoc *, _xmlNode *, char *, int); 
     30extern (C) int htmlSaveFileFormat(char *, _xmlDoc *, char *, int); 
     31extern (C) int htmlSaveFileEnc(char *, _xmlDoc *, char *); 
     32extern (C) int htmlNodeDumpFileFormat(_IO_FILE *, _xmlDoc *, _xmlNode *, char *, int); 
     33extern (C) void htmlNodeDumpFile(_IO_FILE *, _xmlDoc *, _xmlNode *); 
     34extern (C) int htmlNodeDump(_xmlBuffer *, _xmlDoc *, _xmlNode *); 
     35extern (C) int htmlSaveFile(char *, _xmlDoc *); 
     36extern (C) int htmlDocDump(_IO_FILE *, _xmlDoc *); 
     37extern (C) void htmlDocDumpMemory(_xmlDoc *, char * *, int *); 
     38extern (C) int htmlSetMetaEncoding(_xmlDoc *, char *); 
     39extern (C) char * htmlGetMetaEncoding(_xmlDoc *); 
     40extern (C) _xmlDoc * htmlNewDocNoDtD(char *, char *); 
     41extern (C) _xmlDoc * htmlNewDoc(char *, char *); 
     42alias void function(_xmlNode *) _BCD_func__1906; 
     43alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1907; 
     44alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1908; 
     45alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1914; 
     46alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1915; 
     47alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1916; 
     48alias void function(void *, _xmlNode *) _BCD_func__1917; 
     49alias int function(void *, void *) _BCD_func__1934; 
    4950alias int function(void *) _BCD_func__1443; 
    50 alias int function(void *, char *, int) _BCD_func__2077
    51 alias void * function(char *) _BCD_func__2078
    52 alias int function(char *) _BCD_func__2079
    53 alias int function(void *, char *, int) _BCD_func__2080
    54 alias int function(char *, int *, char *, int *) _BCD_func__2088
    55 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2091
    56 alias void function(void *, char *, char *, char *) _BCD_func__2122
    57 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2123
    58 alias void function(void *, char *, ...) _BCD_func__2124
    59 alias void function(void *, char *, int) _BCD_func__2125
    60 alias void function(void *, char *) _BCD_func__2126
    61 alias void function(void *, char *, char *) _BCD_func__2127
    62 alias void function(void *, char *, char * *) _BCD_func__2128
    63 alias void function(void *) _BCD_func__2129
    64 alias void function(void *, _xmlSAXLocator *) _BCD_func__2130
    65 alias void function(void *, char *, char *, char *, char *) _BCD_func__2131
    66 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2132
    67 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2133
    68 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2134
    69 alias _xmlEntity * function(void *, char *) _BCD_func__2135
    70 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2136
    71 alias void function(char *) _BCD_func__2142
    72 alias void function(void *) _BCD_func__2162
    73 alias void function(void *, _xmlError *) _BCD_func__2163
    74 alias void function(void *, void *, char *, char *, char *) _BCD_func__2179
    75 alias void function(void *, void *, char *) _BCD_func__2180
    76 alias void * function(void *, char *) _BCD_func__2181
    77 alias void function(void *, char *) _BCD_func__2182
    78 alias char * function(char *) _BCD_func__2187
    79 alias void * function(void *, uint) _BCD_func__2188
    80 alias void * function(uint) _BCD_func__2189
    81 alias void function(void *, char *, void *, void *) _BCD_func__2307
     51alias int function(void *, char *, int) _BCD_func__2083
     52alias void * function(char *) _BCD_func__2084
     53alias int function(char *) _BCD_func__2085
     54alias int function(void *, char *, int) _BCD_func__2086
     55alias int function(char *, int *, char *, int *) _BCD_func__2094
     56alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2097
     57alias void function(void *, char *, char *, char *) _BCD_func__2128
     58alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2129
     59alias void function(void *, char *, ...) _BCD_func__2130
     60alias void function(void *, char *, int) _BCD_func__2131
     61alias void function(void *, char *) _BCD_func__2132
     62alias void function(void *, char *, char *) _BCD_func__2133
     63alias void function(void *, char *, char * *) _BCD_func__2134
     64alias void function(void *) _BCD_func__2135
     65alias void function(void *, _xmlSAXLocator *) _BCD_func__2136
     66alias void function(void *, char *, char *, char *, char *) _BCD_func__2137
     67alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2138
     68alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2139
     69alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2140
     70alias _xmlEntity * function(void *, char *) _BCD_func__2141
     71alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2142
     72alias void function(char *) _BCD_func__2148
     73alias void function(void *) _BCD_func__2168
     74alias void function(void *, _xmlError *) _BCD_func__2169
     75alias void function(void *, void *, char *, char *, char *) _BCD_func__2185
     76alias void function(void *, void *, char *) _BCD_func__2186
     77alias void * function(void *, char *) _BCD_func__2187
     78alias void function(void *, char *) _BCD_func__2188
     79alias char * function(char *) _BCD_func__2193
     80alias void * function(void *, uint) _BCD_func__2194
     81alias void * function(uint) _BCD_func__2195
     82alias void function(void *, char *, void *, void *) _BCD_func__2313
    8283alias int function(void *, long *, int) _BCD_func__1445; 
    8384alias int function(void *, char *, uint) _BCD_func__1447; 
    8485alias int function(void *, char *, uint) _BCD_func__1449; 
    85 alias int function(void * *, char *) _BCD_func__2446; 
    86 alias int function(char *, char * * *, uint *) _BCD_func__2447; 
    87 alias int function(void *, char *, char *, char *, char *) _BCD_func__2448; 
    88 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2449; 
    89 alias void function(__gconv_step *) _BCD_func__2450; 
    90 alias int function(__gconv_step *) _BCD_func__2451; 
    91 alias uint function(__gconv_step *, char) _BCD_func__2452; 
    92 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2453; 
     86alias int function(void * *, char *) _BCD_func__2452; 
     87alias int function(char *, char * * *, uint *) _BCD_func__2453; 
     88alias int function(void *, char *, char *, char *, char *) _BCD_func__2454; 
  • trunk/bindings/bcd/libxml2/SAX.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.SAX; 
    3 import bcd.libxml2.parser; 
    4 import bcd.libxml2.xmlIO; 
    5 import bcd.libxml2.globals; 
    6 import bcd.libxml2.threads; 
    7 import bcd.libxml2.xmlmemory; 
    8 import bcd.libxml2.SAX2; 
    9 import bcd.libxml2.xlink; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
    22 extern (C) void initdocbDefaultSAXHandler(_xmlSAXHandlerV1 * hdlr); 
    23 extern (C) void inithtmlDefaultSAXHandler(_xmlSAXHandlerV1 * hdlr); 
    24 extern (C) void initxmlDefaultSAXHandler(_xmlSAXHandlerV1 * hdlr, int warning); 
    25 extern (C) void cdataBlock(void * ctx, char * value, int len); 
    26 extern (C) void comment(void * ctx, char * value); 
    27 extern (C) void namespaceDecl(void * ctx, char * href, char * prefix); 
    28 extern (C) int checkNamespace(void * ctx, char * nameSpace); 
    29 extern (C) _xmlNs * getNamespace(void * ctx); 
    30 extern (C) void setNamespace(void * ctx, char * name); 
    31 extern (C) void globalNamespace(void * ctx, char * href, char * prefix); 
    32 extern (C) void processingInstruction(void * ctx, char * target, char * data); 
    33 extern (C) void ignorableWhitespace(void * ctx, char * ch, int len); 
    34 extern (C) void characters(void * ctx, char * ch, int len); 
    35 extern (C) void reference(void * ctx, char * name); 
    36 extern (C) void endElement(void * ctx, char * name); 
    37 extern (C) void startElement(void * ctx, char * fullname, char * * atts); 
    38 extern (C) void attribute(void * ctx, char * fullname, char * value); 
    39 extern (C) void endDocument(void * ctx); 
    40 extern (C) void startDocument(void * ctx); 
    41 extern (C) void unparsedEntityDecl(void * ctx, char * name, char * publicId, char * systemId, char * notationName); 
    42 extern (C) void notationDecl(void * ctx, char * name, char * publicId, char * systemId); 
    43 extern (C) void elementDecl(void * ctx, char * name, int type, _xmlElementContent * content); 
    44 extern (C) void attributeDecl(void * ctx, char * elem, char * fullname, int type, int def, char * defaultValue, _xmlEnumeration * tree); 
    45 extern (C) void entityDecl(void * ctx, char * name, int type, char * publicId, char * systemId, char * content); 
    46 extern (C) _xmlParserInput * resolveEntity(void * ctx, char * publicId, char * systemId); 
    47 extern (C) _xmlEntity * getParameterEntity(void * ctx, char * name); 
    48 extern (C) _xmlEntity * getEntity(void * ctx, char * name); 
    49 extern (C) void externalSubset(void * ctx, char * name, char * ExternalID, char * SystemID); 
    50 extern (C) void internalSubset(void * ctx, char * name, char * ExternalID, char * SystemID); 
    51 extern (C) int hasExternalSubset(void * ctx); 
    52 extern (C) int hasInternalSubset(void * ctx); 
    53 extern (C) int isStandalone(void * ctx); 
    54 extern (C) int getColumnNumber(void * ctx); 
    55 extern (C) int getLineNumber(void * ctx); 
    56 extern (C) void setDocumentLocator(void * ctx, _xmlSAXLocator * loc); 
    57 extern (C) char * getSystemId(void * ctx); 
    58 extern (C) char * getPublicId(void * ctx); 
    59 alias void function(_xmlNode *) _BCD_func__1665; 
    60 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1666; 
    61 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1667; 
    62 alias char * function(char *) _BCD_func__1672; 
    63 alias void * function(void *, uint) _BCD_func__1673; 
    64 alias void * function(uint) _BCD_func__1674; 
    65 alias void function(void *) _BCD_func__1675; 
    66 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1681; 
    67 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1682; 
    68 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1683; 
    69 alias void function(void *, _xmlNode *) _BCD_func__1684; 
     3align(4): 
     4public import bcd.libxml2.parser; 
     5public import bcd.libxml2.xmlIO; 
     6public import bcd.libxml2.globals; 
     7public import bcd.libxml2.threads; 
     8public import bcd.libxml2.xmlmemory; 
     9public import bcd.libxml2.SAX2; 
     10public import bcd.libxml2.xlink; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
     23extern (C) void initdocbDefaultSAXHandler(_xmlSAXHandlerV1 *); 
     24extern (C) void inithtmlDefaultSAXHandler(_xmlSAXHandlerV1 *); 
     25extern (C) void initxmlDefaultSAXHandler(_xmlSAXHandlerV1 *, int); 
     26extern (C) void cdataBlock(void *, char *, int); 
     27extern (C) void comment(void *, char *); 
     28extern (C) void namespaceDecl(void *, char *, char *); 
     29extern (C) int checkNamespace(void *, char *); 
     30extern (C) _xmlNs * getNamespace(void *); 
     31extern (C) void setNamespace(void *, char *); 
     32extern (C) void globalNamespace(void *, char *, char *); 
     33extern (C) void processingInstruction(void *, char *, char *); 
     34extern (C) void ignorableWhitespace(void *, char *, int); 
     35extern (C) void characters(void *, char *, int); 
     36extern (C) void reference(void *, char *); 
     37extern (C) void endElement(void *, char *); 
     38extern (C) void startElement(void *, char *, char * *); 
     39extern (C) void attribute(void *, char *, char *); 
     40extern (C) void endDocument(void *); 
     41extern (C) void startDocument(void *); 
     42extern (C) void unparsedEntityDecl(void *, char *, char *, char *, char *); 
     43extern (C) void notationDecl(void *, char *, char *, char *); 
     44extern (C) void elementDecl(void *, char *, int, _xmlElementContent *); 
     45extern (C) void attributeDecl(void *, char *, char *, int, int, char *, _xmlEnumeration *); 
     46extern (C) void entityDecl(void *, char *, int, char *, char *, char *); 
     47extern (C) _xmlParserInput * resolveEntity(void *, char *, char *); 
     48extern (C) _xmlEntity * getParameterEntity(void *, char *); 
     49extern (C) _xmlEntity * getEntity(void *, char *); 
     50extern (C) void externalSubset(void *, char *, char *, char *); 
     51extern (C) void internalSubset(void *, char *, char *, char *); 
     52extern (C) int hasExternalSubset(void *); 
     53extern (C) int hasInternalSubset(void *); 
     54extern (C) int isStandalone(void *); 
     55extern (C) int getColumnNumber(void *); 
     56extern (C) int getLineNumber(void *); 
     57extern (C) void setDocumentLocator(void *, _xmlSAXLocator *); 
     58extern (C) char * getSystemId(void *); 
     59extern (C) char * getPublicId(void *); 
     60alias void function(_xmlNode *) _BCD_func__1671; 
     61alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1672; 
     62alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1673; 
     63alias char * function(char *) _BCD_func__1678; 
     64alias void * function(void *, uint) _BCD_func__1679; 
     65alias void * function(uint) _BCD_func__1680; 
     66alias void function(void *) _BCD_func__1681; 
     67alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1687; 
     68alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1688; 
     69alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1689; 
     70alias void function(void *, _xmlNode *) _BCD_func__1690; 
    7071alias int function(void *) _BCD_func__1370; 
    71 alias int function(void *, char *, int) _BCD_func__1685
    72 alias void * function(char *) _BCD_func__1686
    73 alias int function(char *) _BCD_func__1687
    74 alias int function(void *, char *, int) _BCD_func__1688
    75 alias int function(char *, int *, char *, int *) _BCD_func__1698
    76 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1703
    77 alias void function(void *, char *, char *, char *) _BCD_func__1734
    78 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1735
    79 alias void function(void *, char *, ...) _BCD_func__1736
    80 alias void function(void *, char *, int) _BCD_func__1737
    81 alias void function(void *, char *) _BCD_func__1738
    82 alias void function(void *, char *, char *) _BCD_func__1739
    83 alias void function(void *, char *, char * *) _BCD_func__1740
    84 alias void function(void *, _xmlSAXLocator *) _BCD_func__1741
    85 alias void function(void *, char *, char *, char *, char *) _BCD_func__1742
    86 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1743
    87 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1744
    88 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1745
    89 alias _xmlEntity * function(void *, char *) _BCD_func__1746
    90 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1747
    91 alias void function(char *) _BCD_func__1760
    92 alias int function(void *, void *) _BCD_func__1781
    93 alias void function(void *) _BCD_func__1782
    94 alias void function(void *, _xmlError *) _BCD_func__1783
    95 alias void function(void *, void *, char *, char *, char *) _BCD_func__1799
    96 alias void function(void *, void *, char *) _BCD_func__1800
    97 alias void * function(void *, char *) _BCD_func__1801
    98 alias void function(void *, char *) _BCD_func__1802
    99 alias void function(void *, char *, void *, void *) _BCD_func__1921
     72alias int function(void *, char *, int) _BCD_func__1691
     73alias void * function(char *) _BCD_func__1692
     74alias int function(char *) _BCD_func__1693
     75alias int function(void *, char *, int) _BCD_func__1694
     76alias int function(char *, int *, char *, int *) _BCD_func__1704
     77alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1709
     78alias void function(void *, char *, char *, char *) _BCD_func__1740
     79alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1741
     80alias void function(void *, char *, ...) _BCD_func__1742
     81alias void function(void *, char *, int) _BCD_func__1743
     82alias void function(void *, char *) _BCD_func__1744
     83alias void function(void *, char *, char *) _BCD_func__1745
     84alias void function(void *, char *, char * *) _BCD_func__1746
     85alias void function(void *, _xmlSAXLocator *) _BCD_func__1747
     86alias void function(void *, char *, char *, char *, char *) _BCD_func__1748
     87alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1749
     88alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1750
     89alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1751
     90alias _xmlEntity * function(void *, char *) _BCD_func__1752
     91alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1753
     92alias void function(char *) _BCD_func__1766
     93alias int function(void *, void *) _BCD_func__1787
     94alias void function(void *) _BCD_func__1788
     95alias void function(void *, _xmlError *) _BCD_func__1789
     96alias void function(void *, void *, char *, char *, char *) _BCD_func__1805
     97alias void function(void *, void *, char *) _BCD_func__1806
     98alias void * function(void *, char *) _BCD_func__1807
     99alias void function(void *, char *) _BCD_func__1808
     100alias void function(void *, char *, void *, void *) _BCD_func__1927
    100101alias int function(void *, long *, int) _BCD_func__1372; 
    101102alias int function(void *, char *, uint) _BCD_func__1374; 
    102103alias int function(void *, char *, uint) _BCD_func__1376; 
    103 alias int function(void * *, char *) _BCD_func__2349; 
    104 alias int function(char *, char * * *, uint *) _BCD_func__2350; 
    105 alias int function(void *, char *, char *, char *, char *) _BCD_func__2351; 
    106 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2352; 
    107 alias void function(__gconv_step *) _BCD_func__2353; 
    108 alias int function(__gconv_step *) _BCD_func__2354; 
    109 alias uint function(__gconv_step *, char) _BCD_func__2355; 
    110 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2356; 
     104alias int function(void * *, char *) _BCD_func__2355; 
     105alias int function(char *, char * * *, uint *) _BCD_func__2356; 
     106alias int function(void *, char *, char *, char *, char *) _BCD_func__2357; 
  • trunk/bindings/bcd/libxml2/SAX2.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.SAX2; 
    3 import bcd.libxml2.parser; 
    4 import bcd.libxml2.xmlIO; 
    5 import bcd.libxml2.globals; 
    6 import bcd.libxml2.threads; 
    7 import bcd.libxml2.xmlmemory; 
    8 import bcd.libxml2.SAX; 
    9 import bcd.libxml2.xlink; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.parser; 
     5public import bcd.libxml2.xmlIO; 
     6public import bcd.libxml2.globals; 
     7public import bcd.libxml2.threads; 
     8public import bcd.libxml2.xmlmemory; 
     9public import bcd.libxml2.SAX; 
     10public import bcd.libxml2.xlink; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
    2223extern (C) void xmlDefaultSAXHandlerInit(); 
    2324extern (C) void docbDefaultSAXHandlerInit(); 
    24 extern (C) void xmlSAX2InitDocbDefaultSAXHandler(_xmlSAXHandler * hdlr); 
     25extern (C) void xmlSAX2InitDocbDefaultSAXHandler(_xmlSAXHandler *); 
    2526extern (C) void htmlDefaultSAXHandlerInit(); 
    26 extern (C) void xmlSAX2InitHtmlDefaultSAXHandler(_xmlSAXHandler * hdlr); 
    27 extern (C) void xmlSAX2InitDefaultSAXHandler(_xmlSAXHandler * hdlr, int warning); 
    28 extern (C) int xmlSAXVersion(_xmlSAXHandler * hdlr, int version_); 
    29 extern (C) int xmlSAXDefaultVersion(int version_); 
    30 extern (C) void xmlSAX2CDataBlock(void * ctx, char * value, int len); 
    31 extern (C) void xmlSAX2Comment(void * ctx, char * value); 
    32 extern (C) void xmlSAX2ProcessingInstruction(void * ctx, char * target, char * data); 
    33 extern (C) void xmlSAX2IgnorableWhitespace(void * ctx, char * ch, int len); 
    34 extern (C) void xmlSAX2Characters(void * ctx, char * ch, int len); 
    35 extern (C) void xmlSAX2Reference(void * ctx, char * name); 
    36 extern (C) void xmlSAX2EndElementNs(void * ctx, char * localname, char * prefix, char * URI); 
    37 extern (C) void xmlSAX2StartElementNs(void * ctx, char * localname, char * prefix, char * URI, int nb_namespaces, char * * namespaces, int nb_attributes, int nb_defaulted, char * * attributes); 
    38 extern (C) void xmlSAX2EndElement(void * ctx, char * name); 
    39 extern (C) void xmlSAX2StartElement(void * ctx, char * fullname, char * * atts); 
    40 extern (C) void xmlSAX2EndDocument(void * ctx); 
    41 extern (C) void xmlSAX2StartDocument(void * ctx); 
    42 extern (C) void xmlSAX2UnparsedEntityDecl(void * ctx, char * name, char * publicId, char * systemId, char * notationName); 
    43 extern (C) void xmlSAX2NotationDecl(void * ctx, char * name, char * publicId, char * systemId); 
    44 extern (C) void xmlSAX2ElementDecl(void * ctx, char * name, int type, _xmlElementContent * content); 
    45 extern (C) void xmlSAX2AttributeDecl(void * ctx, char * elem, char * fullname, int type, int def, char * defaultValue, _xmlEnumeration * tree); 
    46 extern (C) void xmlSAX2EntityDecl(void * ctx, char * name, int type, char * publicId, char * systemId, char * content); 
    47 extern (C) _xmlParserInput * xmlSAX2ResolveEntity(void * ctx, char * publicId, char * systemId); 
    48 extern (C) _xmlEntity * xmlSAX2GetParameterEntity(void * ctx, char * name); 
    49 extern (C) _xmlEntity * xmlSAX2GetEntity(void * ctx, char * name); 
    50 extern (C) void xmlSAX2ExternalSubset(void * ctx, char * name, char * ExternalID, char * SystemID); 
    51 extern (C) void xmlSAX2InternalSubset(void * ctx, char * name, char * ExternalID, char * SystemID); 
    52 extern (C) int xmlSAX2HasExternalSubset(void * ctx); 
    53 extern (C) int xmlSAX2HasInternalSubset(void * ctx); 
    54 extern (C) int xmlSAX2IsStandalone(void * ctx); 
    55 extern (C) int xmlSAX2GetColumnNumber(void * ctx); 
    56 extern (C) int xmlSAX2GetLineNumber(void * ctx); 
    57 extern (C) void xmlSAX2SetDocumentLocator(void * ctx, _xmlSAXLocator * loc); 
    58 extern (C) char * xmlSAX2GetSystemId(void * ctx); 
    59 extern (C) char * xmlSAX2GetPublicId(void * ctx); 
    60 alias void function(_xmlNode *) _BCD_func__1665
    61 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1666
    62 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1667
    63 alias char * function(char *) _BCD_func__1672
    64 alias void * function(void *, uint) _BCD_func__1673
    65 alias void * function(uint) _BCD_func__1674
    66 alias void function(void *) _BCD_func__1675
    67 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1681
    68 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1682
    69 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1683
    70 alias void function(void *, _xmlNode *) _BCD_func__1684
     27extern (C) void xmlSAX2InitHtmlDefaultSAXHandler(_xmlSAXHandler *); 
     28extern (C) void xmlSAX2InitDefaultSAXHandler(_xmlSAXHandler *, int); 
     29extern (C) int xmlSAXVersion(_xmlSAXHandler *, int); 
     30extern (C) int xmlSAXDefaultVersion(int); 
     31extern (C) void xmlSAX2CDataBlock(void *, char *, int); 
     32extern (C) void xmlSAX2Comment(void *, char *); 
     33extern (C) void xmlSAX2ProcessingInstruction(void *, char *, char *); 
     34extern (C) void xmlSAX2IgnorableWhitespace(void *, char *, int); 
     35extern (C) void xmlSAX2Characters(void *, char *, int); 
     36extern (C) void xmlSAX2Reference(void *, char *); 
     37extern (C) void xmlSAX2EndElementNs(void *, char *, char *, char *); 
     38extern (C) void xmlSAX2StartElementNs(void *, char *, char *, char *, int, char * *, int, int, char * *); 
     39extern (C) void xmlSAX2EndElement(void *, char *); 
     40extern (C) void xmlSAX2StartElement(void *, char *, char * *); 
     41extern (C) void xmlSAX2EndDocument(void *); 
     42extern (C) void xmlSAX2StartDocument(void *); 
     43extern (C) void xmlSAX2UnparsedEntityDecl(void *, char *, char *, char *, char *); 
     44extern (C) void xmlSAX2NotationDecl(void *, char *, char *, char *); 
     45extern (C) void xmlSAX2ElementDecl(void *, char *, int, _xmlElementContent *); 
     46extern (C) void xmlSAX2AttributeDecl(void *, char *, char *, int, int, char *, _xmlEnumeration *); 
     47extern (C) void xmlSAX2EntityDecl(void *, char *, int, char *, char *, char *); 
     48extern (C) _xmlParserInput * xmlSAX2ResolveEntity(void *, char *, char *); 
     49extern (C) _xmlEntity * xmlSAX2GetParameterEntity(void *, char *); 
     50extern (C) _xmlEntity * xmlSAX2GetEntity(void *, char *); 
     51extern (C) void xmlSAX2ExternalSubset(void *, char *, char *, char *); 
     52extern (C) void xmlSAX2InternalSubset(void *, char *, char *, char *); 
     53extern (C) int xmlSAX2HasExternalSubset(void *); 
     54extern (C) int xmlSAX2HasInternalSubset(void *); 
     55extern (C) int xmlSAX2IsStandalone(void *); 
     56extern (C) int xmlSAX2GetColumnNumber(void *); 
     57extern (C) int xmlSAX2GetLineNumber(void *); 
     58extern (C) void xmlSAX2SetDocumentLocator(void *, _xmlSAXLocator *); 
     59extern (C) char * xmlSAX2GetSystemId(void *); 
     60extern (C) char * xmlSAX2GetPublicId(void *); 
     61alias void function(_xmlNode *) _BCD_func__1671
     62alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1672
     63alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1673
     64alias char * function(char *) _BCD_func__1678
     65alias void * function(void *, uint) _BCD_func__1679
     66alias void * function(uint) _BCD_func__1680
     67alias void function(void *) _BCD_func__1681
     68alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1687
     69alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1688
     70alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1689
     71alias void function(void *, _xmlNode *) _BCD_func__1690
    7172alias int function(void *) _BCD_func__1370; 
    72 alias int function(void *, char *, int) _BCD_func__1685
    73 alias void * function(char *) _BCD_func__1686
    74 alias int function(char *) _BCD_func__1687
    75 alias int function(void *, char *, int) _BCD_func__1688
    76 alias int function(char *, int *, char *, int *) _BCD_func__1698
    77 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1703
    78 alias void function(void *, char *, char *, char *) _BCD_func__1734
    79 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1735
    80 alias void function(void *, char *, ...) _BCD_func__1736
    81 alias void function(void *, char *, int) _BCD_func__1737
    82 alias void function(void *, char *) _BCD_func__1738
    83 alias void function(void *, char *, char *) _BCD_func__1739
    84 alias void function(void *, char *, char * *) _BCD_func__1740
    85 alias void function(void *, _xmlSAXLocator *) _BCD_func__1741
    86 alias void function(void *, char *, char *, char *, char *) _BCD_func__1742
    87 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1743
    88 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1744
    89 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1745
    90 alias _xmlEntity * function(void *, char *) _BCD_func__1746
    91 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1747
    92 alias void function(char *) _BCD_func__1760
    93 alias int function(void *, void *) _BCD_func__1781
    94 alias void function(void *) _BCD_func__1782
    95 alias void function(void *, _xmlError *) _BCD_func__1783
    96 alias void function(void *, void *, char *, char *, char *) _BCD_func__1799
    97 alias void function(void *, void *, char *) _BCD_func__1800
    98 alias void * function(void *, char *) _BCD_func__1801
    99 alias void function(void *, char *) _BCD_func__1802
    100 alias void function(void *, char *, void *, void *) _BCD_func__1921
     73alias int function(void *, char *, int) _BCD_func__1691
     74alias void * function(char *) _BCD_func__1692
     75alias int function(char *) _BCD_func__1693
     76alias int function(void *, char *, int) _BCD_func__1694
     77alias int function(char *, int *, char *, int *) _BCD_func__1704
     78alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1709
     79alias void function(void *, char *, char *, char *) _BCD_func__1740
     80alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1741
     81alias void function(void *, char *, ...) _BCD_func__1742
     82alias void function(void *, char *, int) _BCD_func__1743
     83alias void function(void *, char *) _BCD_func__1744
     84alias void function(void *, char *, char *) _BCD_func__1745
     85alias void function(void *, char *, char * *) _BCD_func__1746
     86alias void function(void *, _xmlSAXLocator *) _BCD_func__1747
     87alias void function(void *, char *, char *, char *, char *) _BCD_func__1748
     88alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1749
     89alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1750
     90alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1751
     91alias _xmlEntity * function(void *, char *) _BCD_func__1752
     92alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1753
     93alias void function(char *) _BCD_func__1766
     94alias int function(void *, void *) _BCD_func__1787
     95alias void function(void *) _BCD_func__1788
     96alias void function(void *, _xmlError *) _BCD_func__1789
     97alias void function(void *, void *, char *, char *, char *) _BCD_func__1805
     98alias void function(void *, void *, char *) _BCD_func__1806
     99alias void * function(void *, char *) _BCD_func__1807
     100alias void function(void *, char *) _BCD_func__1808
     101alias void function(void *, char *, void *, void *) _BCD_func__1927
    101102alias int function(void *, long *, int) _BCD_func__1372; 
    102103alias int function(void *, char *, uint) _BCD_func__1374; 
    103104alias int function(void *, char *, uint) _BCD_func__1376; 
    104 alias int function(void * *, char *) _BCD_func__2349; 
    105 alias int function(char *, char * * *, uint *) _BCD_func__2350; 
    106 alias int function(void *, char *, char *, char *, char *) _BCD_func__2351; 
    107 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2352; 
    108 alias void function(__gconv_step *) _BCD_func__2353; 
    109 alias int function(__gconv_step *) _BCD_func__2354; 
    110 alias uint function(__gconv_step *, char) _BCD_func__2355; 
    111 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2356; 
     105alias int function(void * *, char *) _BCD_func__2355; 
     106alias int function(char *, char * * *, uint *) _BCD_func__2356; 
     107alias int function(void *, char *, char *, char *, char *) _BCD_func__2357; 
  • trunk/bindings/bcd/libxml2/c14n.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.c14n; 
     3align(4): 
  • trunk/bindings/bcd/libxml2/catalog.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.catalog; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.xmlmemory; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.xmlmemory; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324alias void xmlCatalog; 
    2425alias void * xmlCatalogPtr; 
     
    3435XML_CATA_PREFER_SYSTEM=2, 
    3536} 
    36 extern (C) char * xmlCatalogGetPublic(char * pubID); 
    37 extern (C) char * xmlCatalogGetSystem(char * sysID); 
     37extern (C) char * xmlCatalogGetPublic(char *); 
     38extern (C) char * xmlCatalogGetSystem(char *); 
    3839extern (C) int xmlCatalogGetDefaults(); 
    39 extern (C) void xmlCatalogSetDefaults(int allow); 
    40 extern (C) int xmlCatalogSetDefaultPrefer(int prefer); 
    41 extern (C) int xmlCatalogSetDebug(int level); 
    42 extern (C) char * xmlCatalogLocalResolveURI(void * catalogs, char * URI); 
    43 extern (C) char * xmlCatalogLocalResolve(void * catalogs, char * pubID, char * sysID); 
    44 extern (C) void * xmlCatalogAddLocal(void * catalogs, char * URL); 
    45 extern (C) void xmlCatalogFreeLocal(void * catalogs); 
     40extern (C) void xmlCatalogSetDefaults(int); 
     41extern (C) int xmlCatalogSetDefaultPrefer(int); 
     42extern (C) int xmlCatalogSetDebug(int); 
     43extern (C) char * xmlCatalogLocalResolveURI(void *, char *); 
     44extern (C) char * xmlCatalogLocalResolve(void *, char *, char *); 
     45extern (C) void * xmlCatalogAddLocal(void *, char *); 
     46extern (C) void xmlCatalogFreeLocal(void *); 
    4647extern (C) int xmlCatalogConvert(); 
    47 extern (C) _xmlDoc * xmlParseCatalogFile(char * filename); 
    48 extern (C) int xmlCatalogRemove(char * value); 
    49 extern (C) int xmlCatalogAdd(char * type, char * orig, char * replace); 
    50 extern (C) char * xmlCatalogResolveURI(char * URI); 
    51 extern (C) char * xmlCatalogResolvePublic(char * pubID); 
    52 extern (C) char * xmlCatalogResolveSystem(char * sysID); 
    53 extern (C) char * xmlCatalogResolve(char * pubID, char * sysID); 
    54 extern (C) void xmlCatalogDump(_IO_FILE * out_); 
     48extern (C) _xmlDoc * xmlParseCatalogFile(char *); 
     49extern (C) int xmlCatalogRemove(char *); 
     50extern (C) int xmlCatalogAdd(char *, char *, char *); 
     51extern (C) char * xmlCatalogResolveURI(char *); 
     52extern (C) char * xmlCatalogResolvePublic(char *); 
     53extern (C) char * xmlCatalogResolveSystem(char *); 
     54extern (C) char * xmlCatalogResolve(char *, char *); 
     55extern (C) void xmlCatalogDump(_IO_FILE *); 
    5556extern (C) void xmlCatalogCleanup(); 
    56 extern (C) void xmlLoadCatalogs(char * paths); 
    57 extern (C) int xmlLoadCatalog(char * filename); 
     57extern (C) void xmlLoadCatalogs(char *); 
     58extern (C) int xmlLoadCatalog(char *); 
    5859extern (C) void xmlInitializeCatalog(); 
    59 extern (C) int xmlCatalogIsEmpty(void * catal); 
    60 extern (C) void xmlFreeCatalog(void * catal); 
    61 extern (C) void xmlACatalogDump(void * catal, _IO_FILE * out_); 
    62 extern (C) char * xmlACatalogResolveURI(void * catal, char * URI); 
    63 extern (C) char * xmlACatalogResolvePublic(void * catal, char * pubID); 
    64 extern (C) char * xmlACatalogResolveSystem(void * catal, char * sysID); 
    65 extern (C) char * xmlACatalogResolve(void * catal, char * pubID, char * sysID); 
    66 extern (C) int xmlACatalogRemove(void * catal, char * value); 
    67 extern (C) int xmlACatalogAdd(void * catal, char * type, char * orig, char * replace); 
    68 extern (C) int xmlConvertSGMLCatalog(void * catal); 
    69 extern (C) void * xmlLoadSGMLSuperCatalog(char * filename); 
    70 extern (C) void * xmlLoadACatalog(char * filename); 
    71 extern (C) void * xmlNewCatalog(int sgml); 
    72 alias void function(_xmlNode *) _BCD_func__1700
    73 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1701
    74 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1702
    75 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1709
    76 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1710
    77 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1711
    78 alias void function(void *, _xmlNode *) _BCD_func__1712
    79 alias int function(void *, void *) _BCD_func__1729
     60extern (C) int xmlCatalogIsEmpty(void *); 
     61extern (C) void xmlFreeCatalog(void *); 
     62extern (C) void xmlACatalogDump(void *, _IO_FILE *); 
     63extern (C) char * xmlACatalogResolveURI(void *, char *); 
     64extern (C) char * xmlACatalogResolvePublic(void *, char *); 
     65extern (C) char * xmlACatalogResolveSystem(void *, char *); 
     66extern (C) char * xmlACatalogResolve(void *, char *, char *); 
     67extern (C) int xmlACatalogRemove(void *, char *); 
     68extern (C) int xmlACatalogAdd(void *, char *, char *, char *); 
     69extern (C) int xmlConvertSGMLCatalog(void *); 
     70extern (C) void * xmlLoadSGMLSuperCatalog(char *); 
     71extern (C) void * xmlLoadACatalog(char *); 
     72extern (C) void * xmlNewCatalog(int); 
     73alias void function(_xmlNode *) _BCD_func__1706
     74alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1707
     75alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1708
     76alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1715
     77alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1716
     78alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1717
     79alias void function(void *, _xmlNode *) _BCD_func__1718
     80alias int function(void *, void *) _BCD_func__1735
    8081alias int function(void *) _BCD_func__1412; 
    81 alias int function(void *, char *, int) _BCD_func__1878
    82 alias void * function(char *) _BCD_func__1879
    83 alias int function(char *) _BCD_func__1880
    84 alias int function(void *, char *, int) _BCD_func__1881
    85 alias int function(char *, int *, char *, int *) _BCD_func__1891
    86 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1894
    87 alias void function(void *, char *, char *, char *) _BCD_func__1925
    88 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1926
    89 alias void function(void *, char *, ...) _BCD_func__1927
    90 alias void function(void *, char *, int) _BCD_func__1928
    91 alias void function(void *, char *) _BCD_func__1929
    92 alias void function(void *, char *, char *) _BCD_func__1930
    93 alias void function(void *, char *, char * *) _BCD_func__1931
    94 alias void function(void *) _BCD_func__1932
    95 alias void function(void *, _xmlSAXLocator *) _BCD_func__1933
    96 alias void function(void *, char *, char *, char *, char *) _BCD_func__1934
    97 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1935
    98 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1936
    99 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1937
    100 alias _xmlEntity * function(void *, char *) _BCD_func__1938
    101 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1939
    102 alias void function(char *) _BCD_func__1952
    103 alias void function(void *) _BCD_func__1972
    104 alias void function(void *, _xmlError *) _BCD_func__1973
    105 alias void function(void *, void *, char *, char *, char *) _BCD_func__1989
    106 alias void function(void *, void *, char *) _BCD_func__1990
    107 alias void * function(void *, char *) _BCD_func__1991
    108 alias void function(void *, char *) _BCD_func__1992
    109 alias char * function(char *) _BCD_func__1997
    110 alias void * function(void *, uint) _BCD_func__1998
    111 alias void * function(uint) _BCD_func__1999
    112 alias void function(void *, char *, void *, void *) _BCD_func__2118
     82alias int function(void *, char *, int) _BCD_func__1884
     83alias void * function(char *) _BCD_func__1885
     84alias int function(char *) _BCD_func__1886
     85alias int function(void *, char *, int) _BCD_func__1887
     86alias int function(char *, int *, char *, int *) _BCD_func__1897
     87alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1900
     88alias void function(void *, char *, char *, char *) _BCD_func__1931
     89alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1932
     90alias void function(void *, char *, ...) _BCD_func__1933
     91alias void function(void *, char *, int) _BCD_func__1934
     92alias void function(void *, char *) _BCD_func__1935
     93alias void function(void *, char *, char *) _BCD_func__1936
     94alias void function(void *, char *, char * *) _BCD_func__1937
     95alias void function(void *) _BCD_func__1938
     96alias void function(void *, _xmlSAXLocator *) _BCD_func__1939
     97alias void function(void *, char *, char *, char *, char *) _BCD_func__1940
     98alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1941
     99alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1942
     100alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1943
     101alias _xmlEntity * function(void *, char *) _BCD_func__1944
     102alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1945
     103alias void function(char *) _BCD_func__1958
     104alias void function(void *) _BCD_func__1978
     105alias void function(void *, _xmlError *) _BCD_func__1979
     106alias void function(void *, void *, char *, char *, char *) _BCD_func__1995
     107alias void function(void *, void *, char *) _BCD_func__1996
     108alias void * function(void *, char *) _BCD_func__1997
     109alias void function(void *, char *) _BCD_func__1998
     110alias char * function(char *) _BCD_func__2003
     111alias void * function(void *, uint) _BCD_func__2004
     112alias void * function(uint) _BCD_func__2005
     113alias void function(void *, char *, void *, void *) _BCD_func__2124
    113114alias int function(void *, long *, int) _BCD_func__1414; 
    114115alias int function(void *, char *, uint) _BCD_func__1416; 
    115116alias int function(void *, char *, uint) _BCD_func__1418; 
    116 alias int function(void * *, char *) _BCD_func__2391; 
    117 alias int function(char *, char * * *, uint *) _BCD_func__2392; 
    118 alias int function(void *, char *, char *, char *, char *) _BCD_func__2393; 
    119 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2394; 
    120 alias void function(__gconv_step *) _BCD_func__2395; 
    121 alias int function(__gconv_step *) _BCD_func__2396; 
    122 alias uint function(__gconv_step *, char) _BCD_func__2397; 
    123 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2398; 
     117alias int function(void * *, char *) _BCD_func__2397; 
     118alias int function(char *, char * * *, uint *) _BCD_func__2398; 
     119alias int function(void *, char *, char *, char *, char *) _BCD_func__2399; 
  • trunk/bindings/bcd/libxml2/chvalid.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.chvalid; 
    3 import bcd.libxml2.xmlstring; 
    4 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.xmlstring; 
     5public import bcd.libxml2.xmlversion; 
    56alias _xmlChRangeGroup xmlChRangeGroup; 
    67alias _xmlChRangeGroup * xmlChRangeGroupPtr; 
     
    910alias _xmlChLRange xmlChLRange; 
    1011alias _xmlChLRange * xmlChLRangePtr; 
    11 extern (C) int xmlIsPubidChar(uint ch); 
    12 extern (C) int xmlIsIdeographic(uint ch); 
    13 extern (C) int xmlIsExtender(uint ch); 
    14 extern (C) int xmlIsDigit(uint ch); 
    15 extern (C) int xmlIsCombining(uint ch); 
    16 extern (C) int xmlIsChar(uint ch); 
    17 extern (C) int xmlIsBlank(uint ch); 
    18 extern (C) int xmlIsBaseChar(uint ch); 
    19 extern (C) int xmlCharInRange(uint val, _xmlChRangeGroup * group); 
     12extern (C) int xmlIsPubidChar(uint); 
     13extern (C) int xmlIsIdeographic(uint); 
     14extern (C) int xmlIsExtender(uint); 
     15extern (C) int xmlIsDigit(uint); 
     16extern (C) int xmlIsCombining(uint); 
     17extern (C) int xmlIsChar(uint); 
     18extern (C) int xmlIsBlank(uint); 
     19extern (C) int xmlIsBaseChar(uint); 
     20extern (C) int xmlCharInRange(uint, _xmlChRangeGroup *); 
    2021struct _xmlChRangeGroup { 
    2122int nbShortRange; 
     
    3233ushort high; 
    3334} 
    34 extern (C) char [256] xmlIsPubidChar_tab; 
    35 extern (C) _xmlChRangeGroup xmlIsIdeographicGroup; 
    36 extern (C) _xmlChRangeGroup xmlIsExtenderGroup; 
    37 extern (C) _xmlChRangeGroup xmlIsDigitGroup; 
    38 extern (C) _xmlChRangeGroup xmlIsCombiningGroup; 
    39 extern (C) _xmlChRangeGroup xmlIsCharGroup; 
    40 extern (C) _xmlChRangeGroup xmlIsBaseCharGroup; 
     35extern (C) extern char [256] xmlIsPubidChar_tab; 
     36extern (C) extern _xmlChRangeGroup xmlIsIdeographicGroup; 
     37extern (C) extern _xmlChRangeGroup xmlIsExtenderGroup; 
     38extern (C) extern _xmlChRangeGroup xmlIsDigitGroup; 
     39extern (C) extern _xmlChRangeGroup xmlIsCombiningGroup; 
     40extern (C) extern _xmlChRangeGroup xmlIsCharGroup; 
     41extern (C) extern _xmlChRangeGroup xmlIsBaseCharGroup; 
  • trunk/bindings/bcd/libxml2/encoding.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.encoding; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.entities; 
    11 import bcd.libxml2.hash; 
    12 import bcd.libxml2.valid; 
    13 import bcd.libxml2.xmlautomata; 
    14 import bcd.libxml2.list; 
    15 import bcd.libxml2.xmlerror; 
    16 import bcd.libxml2.xmlmemory; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.entities; 
     12public import bcd.libxml2.hash; 
     13public import bcd.libxml2.valid; 
     14public import bcd.libxml2.xmlautomata; 
     15public import bcd.libxml2.list; 
     16public import bcd.libxml2.xmlerror; 
     17public import bcd.libxml2.xmlmemory; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
    2223alias _xmlCharEncodingHandler xmlCharEncodingHandler; 
    2324alias _xmlCharEncodingHandler * xmlCharEncodingHandlerPtr; 
    24 alias int function(char *, int *, char *, int *) _BCD_func__2450
    25 alias _BCD_func__2450 xmlCharEncodingInputFunc; 
    26 alias _BCD_func__2450 xmlCharEncodingOutputFunc; 
     25alias int function(char *, int *, char *, int *) _BCD_func__2456
     26alias _BCD_func__2456 xmlCharEncodingInputFunc; 
     27alias _BCD_func__2456 xmlCharEncodingOutputFunc; 
    2728enum xmlCharEncoding { 
    2829XML_CHAR_ENCODING_ERROR=-1, 
     
    5152XML_CHAR_ENCODING_ASCII=22, 
    5253} 
    53 extern (C) int isolat1ToUTF8(char * out_, int * outlen, char * in_, int * inlen); 
    54 extern (C) int UTF8Toisolat1(char * out_, int * outlen, char * in_, int * inlen); 
    55 extern (C) int xmlCharEncCloseFunc(_xmlCharEncodingHandler * handler); 
    56 extern (C) int xmlCharEncFirstLine(_xmlCharEncodingHandler * handler, _xmlBuffer * out_, _xmlBuffer * in_); 
    57 extern (C) int xmlCharEncInFunc(_xmlCharEncodingHandler * handler, _xmlBuffer * out_, _xmlBuffer * in_); 
    58 extern (C) int xmlCharEncOutFunc(_xmlCharEncodingHandler * handler, _xmlBuffer * out_, _xmlBuffer * in_); 
    59 extern (C) int xmlDetectCharEncoding(char * in_, int len); 
    60 extern (C) char * xmlGetCharEncodingName(int enc); 
    61 extern (C) int xmlParseCharEncoding(char * name); 
     54extern (C) int isolat1ToUTF8(char *, int *, char *, int *); 
     55extern (C) int UTF8Toisolat1(char *, int *, char *, int *); 
     56extern (C) int xmlCharEncCloseFunc(_xmlCharEncodingHandler *); 
     57extern (C) int xmlCharEncFirstLine(_xmlCharEncodingHandler *, _xmlBuffer *, _xmlBuffer *); 
     58extern (C) int xmlCharEncInFunc(_xmlCharEncodingHandler *, _xmlBuffer *, _xmlBuffer *); 
     59extern (C) int xmlCharEncOutFunc(_xmlCharEncodingHandler *, _xmlBuffer *, _xmlBuffer *); 
     60extern (C) int xmlDetectCharEncoding(char *, int); 
     61extern (C) char * xmlGetCharEncodingName(int); 
     62extern (C) int xmlParseCharEncoding(char *); 
    6263extern (C) void xmlCleanupEncodingAliases(); 
    63 extern (C) char * xmlGetEncodingAlias(char * alias_); 
    64 extern (C) int xmlDelEncodingAlias(char * alias_); 
    65 extern (C) int xmlAddEncodingAlias(char * name, char * alias_); 
    66 extern (C) _xmlCharEncodingHandler * xmlNewCharEncodingHandler(char * name, _BCD_func__2450 input, _BCD_func__2450 output); 
    67 extern (C) _xmlCharEncodingHandler * xmlFindCharEncodingHandler(char * name); 
    68 extern (C) _xmlCharEncodingHandler * xmlGetCharEncodingHandler(int enc); 
    69 extern (C) void xmlRegisterCharEncodingHandler(_xmlCharEncodingHandler * handler); 
     64extern (C) char * xmlGetEncodingAlias(char *); 
     65extern (C) int xmlDelEncodingAlias(char *); 
     66extern (C) int xmlAddEncodingAlias(char *, char *); 
     67extern (C) _xmlCharEncodingHandler * xmlNewCharEncodingHandler(char *, _BCD_func__2456, _BCD_func__2456); 
     68extern (C) _xmlCharEncodingHandler * xmlFindCharEncodingHandler(char *); 
     69extern (C) _xmlCharEncodingHandler * xmlGetCharEncodingHandler(int); 
     70extern (C) void xmlRegisterCharEncodingHandler(_xmlCharEncodingHandler *); 
    7071extern (C) void xmlCleanupCharEncodingHandlers(); 
    7172extern (C) void xmlInitCharEncodingHandlers(); 
    72 alias void function(_xmlNode *) _BCD_func__1685
    73 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1686
    74 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1687
    75 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1695
    76 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1696
    77 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1697
    78 alias void function(void *, _xmlNode *) _BCD_func__1698
    79 alias int function(void *, void *) _BCD_func__1715
     73alias void function(_xmlNode *) _BCD_func__1691
     74alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1692
     75alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1693
     76alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1701
     77alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1702
     78alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1703
     79alias void function(void *, _xmlNode *) _BCD_func__1704
     80alias int function(void *, void *) _BCD_func__1721
    8081alias int function(void *) _BCD_func__1383; 
    81 alias int function(void *, char *, int) _BCD_func__1865
    82 alias void * function(char *) _BCD_func__1866
    83 alias int function(char *) _BCD_func__1867
    84 alias int function(void *, char *, int) _BCD_func__1868
    85 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1869
    86 alias void function(void *, char *, char *, char *) _BCD_func__1900
    87 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1901
    88 alias void function(void *, char *, ...) _BCD_func__1902
    89 alias void function(void *, char *, int) _BCD_func__1903
    90 alias void function(void *, char *) _BCD_func__1904
    91 alias void function(void *, char *, char *) _BCD_func__1905
    92 alias void function(void *, char *, char * *) _BCD_func__1906
    93 alias void function(void *) _BCD_func__1907
    94 alias void function(void *, _xmlSAXLocator *) _BCD_func__1908
    95 alias void function(void *, char *, char *, char *, char *) _BCD_func__1909
    96 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1910
    97 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1911
    98 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1912
    99 alias _xmlEntity * function(void *, char *) _BCD_func__1913
    100 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1914
    101 alias void function(char *) _BCD_func__1927
    102 alias void function(void *) _BCD_func__1947
    103 alias void function(void *, _xmlError *) _BCD_func__1948
    104 alias void function(void *, void *, char *, char *, char *) _BCD_func__1964
    105 alias void function(void *, void *, char *) _BCD_func__1965
    106 alias void * function(void *, char *) _BCD_func__1966
    107 alias void function(void *, char *) _BCD_func__1967
    108 alias char * function(char *) _BCD_func__1972
    109 alias void * function(void *, uint) _BCD_func__1973
    110 alias void * function(uint) _BCD_func__1974
    111 alias void function(void *, char *, void *, void *) _BCD_func__2093
     82alias int function(void *, char *, int) _BCD_func__1871
     83alias void * function(char *) _BCD_func__1872
     84alias int function(char *) _BCD_func__1873
     85alias int function(void *, char *, int) _BCD_func__1874
     86alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1875
     87alias void function(void *, char *, char *, char *) _BCD_func__1906
     88alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1907
     89alias void function(void *, char *, ...) _BCD_func__1908
     90alias void function(void *, char *, int) _BCD_func__1909
     91alias void function(void *, char *) _BCD_func__1910
     92alias void function(void *, char *, char *) _BCD_func__1911
     93alias void function(void *, char *, char * *) _BCD_func__1912
     94alias void function(void *) _BCD_func__1913
     95alias void function(void *, _xmlSAXLocator *) _BCD_func__1914
     96alias void function(void *, char *, char *, char *, char *) _BCD_func__1915
     97alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1916
     98alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1917
     99alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1918
     100alias _xmlEntity * function(void *, char *) _BCD_func__1919
     101alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1920
     102alias void function(char *) _BCD_func__1933
     103alias void function(void *) _BCD_func__1953
     104alias void function(void *, _xmlError *) _BCD_func__1954
     105alias void function(void *, void *, char *, char *, char *) _BCD_func__1970
     106alias void function(void *, void *, char *) _BCD_func__1971
     107alias void * function(void *, char *) _BCD_func__1972
     108alias void function(void *, char *) _BCD_func__1973
     109alias char * function(char *) _BCD_func__1978
     110alias void * function(void *, uint) _BCD_func__1979
     111alias void * function(uint) _BCD_func__1980
     112alias void function(void *, char *, void *, void *) _BCD_func__2099
    112113alias int function(void *, long *, int) _BCD_func__1385; 
    113114alias int function(void *, char *, uint) _BCD_func__1387; 
    114115alias int function(void *, char *, uint) _BCD_func__1389; 
    115 alias int function(void * *, char *) _BCD_func__2368; 
    116 alias int function(char *, char * * *, uint *) _BCD_func__2369; 
    117 alias int function(void *, char *, char *, char *, char *) _BCD_func__2370; 
    118 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2371; 
    119 alias void function(__gconv_step *) _BCD_func__2372; 
    120 alias int function(__gconv_step *) _BCD_func__2373; 
    121 alias uint function(__gconv_step *, char) _BCD_func__2374; 
    122 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2375; 
     116alias int function(void * *, char *) _BCD_func__2374; 
     117alias int function(char *, char * * *, uint *) _BCD_func__2375; 
     118alias int function(void *, char *, char *, char *, char *) _BCD_func__2376; 
    123119struct _xmlCharEncodingHandler { 
    124120char * name; 
    125 _BCD_func__2450 input; 
    126 _BCD_func__2450 output; 
     121_BCD_func__2456 input; 
     122_BCD_func__2456 output; 
    127123void * iconv_in; 
    128124void * iconv_out; 
  • trunk/bindings/bcd/libxml2/entities.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.entities; 
    3 import bcd.libxml2.hash; 
    4 import bcd.libxml2.threads; 
    5 import bcd.libxml2.globals; 
    6 import bcd.libxml2.SAX2; 
    7 import bcd.libxml2.SAX; 
    8 import bcd.libxml2.xlink; 
    9 import bcd.libxml2.parser; 
    10 import bcd.libxml2.xmlIO; 
    11 import bcd.libxml2.encoding; 
    12 import bcd.libxml2.valid; 
    13 import bcd.libxml2.xmlautomata; 
    14 import bcd.libxml2.list; 
    15 import bcd.libxml2.xmlerror; 
    16 import bcd.libxml2.xmlmemory; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.hash; 
     5public import bcd.libxml2.threads; 
     6public import bcd.libxml2.globals; 
     7public import bcd.libxml2.SAX2; 
     8public import bcd.libxml2.SAX; 
     9public import bcd.libxml2.xlink; 
     10public import bcd.libxml2.parser; 
     11public import bcd.libxml2.xmlIO; 
     12public import bcd.libxml2.encoding; 
     13public import bcd.libxml2.valid; 
     14public import bcd.libxml2.xmlautomata; 
     15public import bcd.libxml2.list; 
     16public import bcd.libxml2.xmlerror; 
     17public import bcd.libxml2.xmlmemory; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
    2223alias void xmlEntitiesTable; 
    2324alias void * xmlEntitiesTablePtr; 
     
    3132} 
    3233extern (C) void xmlCleanupPredefinedEntities(); 
    33 extern (C) void xmlDumpEntityDecl(_xmlBuffer * buf, _xmlEntity * ent); 
    34 extern (C) void xmlDumpEntitiesTable(_xmlBuffer * buf, void * table); 
    35 extern (C) void xmlFreeEntitiesTable(void * table); 
    36 extern (C) void * xmlCopyEntitiesTable(void * table); 
     34extern (C) void xmlDumpEntityDecl(_xmlBuffer *, _xmlEntity *); 
     35extern (C) void xmlDumpEntitiesTable(_xmlBuffer *, void *); 
     36extern (C) void xmlFreeEntitiesTable(void *); 
     37extern (C) void * xmlCopyEntitiesTable(void *); 
    3738extern (C) void * xmlCreateEntitiesTable(); 
    38 extern (C) char * xmlEncodeSpecialChars(_xmlDoc * doc, char * input); 
    39 extern (C) char * xmlEncodeEntitiesReentrant(_xmlDoc * doc, char * input); 
    40 extern (C) char * xmlEncodeEntities(_xmlDoc * doc, char * input); 
    41 extern (C) _xmlEntity * xmlGetParameterEntity(_xmlDoc * doc, char * name); 
    42 extern (C) _xmlEntity * xmlGetDtdEntity(_xmlDoc * doc, char * name); 
    43 extern (C) _xmlEntity * xmlGetDocEntity(_xmlDoc * doc, char * name); 
    44 extern (C) _xmlEntity * xmlGetPredefinedEntity(char * name); 
    45 extern (C) _xmlEntity * xmlAddDtdEntity(_xmlDoc * doc, char * name, int type, char * ExternalID, char * SystemID, char * content); 
    46 extern (C) _xmlEntity * xmlAddDocEntity(_xmlDoc * doc, char * name, int type, char * ExternalID, char * SystemID, char * content); 
     39extern (C) char * xmlEncodeSpecialChars(_xmlDoc *, char *); 
     40extern (C) char * xmlEncodeEntitiesReentrant(_xmlDoc *, char *); 
     41extern (C) char * xmlEncodeEntities(_xmlDoc *, char *); 
     42extern (C) _xmlEntity * xmlGetParameterEntity(_xmlDoc *, char *); 
     43extern (C) _xmlEntity * xmlGetDtdEntity(_xmlDoc *, char *); 
     44extern (C) _xmlEntity * xmlGetDocEntity(_xmlDoc *, char *); 
     45extern (C) _xmlEntity * xmlGetPredefinedEntity(char *); 
     46extern (C) _xmlEntity * xmlAddDtdEntity(_xmlDoc *, char *, int, char *, char *, char *); 
     47extern (C) _xmlEntity * xmlAddDocEntity(_xmlDoc *, char *, int, char *, char *, char *); 
    4748extern (C) void xmlInitializePredefinedEntities(); 
    48 alias void function(_xmlNode *) _BCD_func__1684
    49 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1685
    50 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1686
    51 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1693
    52 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1694
    53 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1695
    54 alias void function(void *, _xmlNode *) _BCD_func__1696
    55 alias int function(void *, void *) _BCD_func__1713
     49alias void function(_xmlNode *) _BCD_func__1690
     50alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1691
     51alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1692
     52alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1699
     53alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1700
     54alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1701
     55alias void function(void *, _xmlNode *) _BCD_func__1702
     56alias int function(void *, void *) _BCD_func__1719
    5657alias int function(void *) _BCD_func__1396; 
    57 alias int function(void *, char *, int) _BCD_func__1863
    58 alias void * function(char *) _BCD_func__1864
    59 alias int function(char *) _BCD_func__1865
    60 alias int function(void *, char *, int) _BCD_func__1866
    61 alias int function(char *, int *, char *, int *) _BCD_func__1876
    62 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1879
    63 alias void function(void *, char *, char *, char *) _BCD_func__1910
    64 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1911
    65 alias void function(void *, char *, ...) _BCD_func__1912
    66 alias void function(void *, char *, int) _BCD_func__1913
    67 alias void function(void *, char *) _BCD_func__1914
    68 alias void function(void *, char *, char *) _BCD_func__1915
    69 alias void function(void *, char *, char * *) _BCD_func__1916
    70 alias void function(void *) _BCD_func__1917
    71 alias void function(void *, _xmlSAXLocator *) _BCD_func__1918
    72 alias void function(void *, char *, char *, char *, char *) _BCD_func__1919
    73 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1920
    74 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1921
    75 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1922
    76 alias _xmlEntity * function(void *, char *) _BCD_func__1923
    77 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1924
    78 alias void function(char *) _BCD_func__1937
    79 alias void function(void *) _BCD_func__1957
    80 alias void function(void *, _xmlError *) _BCD_func__1958
    81 alias void function(void *, void *, char *, char *, char *) _BCD_func__1974
    82 alias void function(void *, void *, char *) _BCD_func__1975
    83 alias void * function(void *, char *) _BCD_func__1976
    84 alias void function(void *, char *) _BCD_func__1977
    85 alias char * function(char *) _BCD_func__1982
    86 alias void * function(void *, uint) _BCD_func__1983
    87 alias void * function(uint) _BCD_func__1984
    88 alias void function(void *, char *, void *, void *) _BCD_func__2103
     58alias int function(void *, char *, int) _BCD_func__1869
     59alias void * function(char *) _BCD_func__1870
     60alias int function(char *) _BCD_func__1871
     61alias int function(void *, char *, int) _BCD_func__1872
     62alias int function(char *, int *, char *, int *) _BCD_func__1882
     63alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1885
     64alias void function(void *, char *, char *, char *) _BCD_func__1916
     65alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1917
     66alias void function(void *, char *, ...) _BCD_func__1918
     67alias void function(void *, char *, int) _BCD_func__1919
     68alias void function(void *, char *) _BCD_func__1920
     69alias void function(void *, char *, char *) _BCD_func__1921
     70alias void function(void *, char *, char * *) _BCD_func__1922
     71alias void function(void *) _BCD_func__1923
     72alias void function(void *, _xmlSAXLocator *) _BCD_func__1924
     73alias void function(void *, char *, char *, char *, char *) _BCD_func__1925
     74alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1926
     75alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1927
     76alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1928
     77alias _xmlEntity * function(void *, char *) _BCD_func__1929
     78alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1930
     79alias void function(char *) _BCD_func__1943
     80alias void function(void *) _BCD_func__1963
     81alias void function(void *, _xmlError *) _BCD_func__1964
     82alias void function(void *, void *, char *, char *, char *) _BCD_func__1980
     83alias void function(void *, void *, char *) _BCD_func__1981
     84alias void * function(void *, char *) _BCD_func__1982
     85alias void function(void *, char *) _BCD_func__1983
     86alias char * function(char *) _BCD_func__1988
     87alias void * function(void *, uint) _BCD_func__1989
     88alias void * function(uint) _BCD_func__1990
     89alias void function(void *, char *, void *, void *) _BCD_func__2109
    8990alias int function(void *, long *, int) _BCD_func__1398; 
    9091alias int function(void *, char *, uint) _BCD_func__1400; 
    9192alias int function(void *, char *, uint) _BCD_func__1402; 
    92 alias int function(void * *, char *) _BCD_func__2376; 
    93 alias int function(char *, char * * *, uint *) _BCD_func__2377; 
    94 alias int function(void *, char *, char *, char *, char *) _BCD_func__2378; 
    95 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2379; 
    96 alias void function(__gconv_step *) _BCD_func__2380; 
    97 alias int function(__gconv_step *) _BCD_func__2381; 
    98 alias uint function(__gconv_step *, char) _BCD_func__2382; 
    99 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2383; 
     93alias int function(void * *, char *) _BCD_func__2382; 
     94alias int function(char *, char * * *, uint *) _BCD_func__2383; 
     95alias int function(void *, char *, char *, char *, char *) _BCD_func__2384; 
    10096struct _xmlEntity { 
    10197void * _private; 
  • trunk/bindings/bcd/libxml2/globals.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.globals; 
    3 import std.c.stdio; 
    4 alias FILE _IO_FILE; 
    5 import bcd.libxml2.threads; 
    6 import bcd.libxml2.xmlmemory; 
    7 import bcd.libxml2.SAX2; 
    8 import bcd.libxml2.SAX; 
    9 import bcd.libxml2.xlink; 
    10 import bcd.libxml2.parser; 
    11 import bcd.libxml2.xmlIO; 
    12 import bcd.libxml2.encoding; 
    13 import bcd.libxml2.entities; 
    14 import bcd.libxml2.hash; 
    15 import bcd.libxml2.valid; 
    16 import bcd.libxml2.xmlautomata; 
    17 import bcd.libxml2.list; 
    18 import bcd.libxml2.xmlerror; 
    19 import bcd.libxml2.tree; 
    20 import bcd.libxml2.xmlregexp; 
    21 import bcd.libxml2.dict; 
    22 import bcd.libxml2.xmlstring; 
    23 import bcd.libxml2.xmlversion; 
    24 struct __gconv_step {} 
    25 struct __gconv_step_data {} 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.xmlmemory; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
    2623alias _xmlGlobalState xmlGlobalState; 
    2724alias _xmlGlobalState * xmlGlobalStatePtr; 
    28 alias void function(void *) _BCD_func__1694
    29 alias void * function(uint) _BCD_func__1693
    30 alias char * function(char *) _BCD_func__1691
    31 alias void * function(void *, uint) _BCD_func__1692
    32 alias void function(void *, char *, ...) _BCD_func__1920
    33 alias void function(void *, _xmlError *) _BCD_func__1965
    34 alias void function(_xmlNode *) _BCD_func__1683
    35 alias _BCD_func__1683 xmlRegisterNodeFunc; 
    36 alias _BCD_func__1683 xmlDeregisterNodeFunc; 
    37 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1685
    38 alias _BCD_func__1685 xmlParserInputBufferCreateFilenameFunc; 
    39 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1684
    40 alias _BCD_func__1684 xmlOutputBufferCreateFilenameFunc; 
    41 extern (C) _BCD_func__1684 * __xmlOutputBufferCreateFilenameValue(); 
    42 extern (C) _BCD_func__1685 * __xmlParserInputBufferCreateFilenameValue(); 
    43 extern (C) _BCD_func__1683 * __xmlDeregisterNodeDefaultValue(); 
    44 extern (C) _BCD_func__1683 * __xmlRegisterNodeDefaultValue(); 
    45 extern (C) int xmlThrDefSubstituteEntitiesDefaultValue(int v); 
     25alias void function(void *) _BCD_func__1700
     26alias void * function(uint) _BCD_func__1699
     27alias char * function(char *) _BCD_func__1697
     28alias void * function(void *, uint) _BCD_func__1698
     29alias void function(void *, char *, ...) _BCD_func__1926
     30alias void function(void *, _xmlError *) _BCD_func__1971
     31alias void function(_xmlNode *) _BCD_func__1689
     32alias _BCD_func__1689 xmlRegisterNodeFunc; 
     33alias _BCD_func__1689 xmlDeregisterNodeFunc; 
     34alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1691
     35alias _BCD_func__1691 xmlParserInputBufferCreateFilenameFunc; 
     36alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1690
     37alias _BCD_func__1690 xmlOutputBufferCreateFilenameFunc; 
     38extern (C) _BCD_func__1690 * __xmlOutputBufferCreateFilenameValue(); 
     39extern (C) _BCD_func__1691 * __xmlParserInputBufferCreateFilenameValue(); 
     40extern (C) _BCD_func__1689 * __xmlDeregisterNodeDefaultValue(); 
     41extern (C) _BCD_func__1689 * __xmlRegisterNodeDefaultValue(); 
     42extern (C) int xmlThrDefSubstituteEntitiesDefaultValue(int); 
    4643extern (C) int * __xmlSubstituteEntitiesDefaultValue(); 
    47 extern (C) int xmlThrDefSaveNoEmptyTags(int v); 
     44extern (C) int xmlThrDefSaveNoEmptyTags(int); 
    4845extern (C) int * __xmlSaveNoEmptyTags(); 
    49 extern (C) int xmlThrDefPedanticParserDefaultValue(int v); 
     46extern (C) int xmlThrDefPedanticParserDefaultValue(int); 
    5047extern (C) int * __xmlPedanticParserDefaultValue(); 
    5148extern (C) char * * __xmlParserVersion(); 
    52 extern (C) int xmlThrDefParserDebugEntities(int v); 
     49extern (C) int xmlThrDefParserDebugEntities(int); 
    5350extern (C) int * __xmlParserDebugEntities(); 
    54 extern (C) int xmlThrDefLoadExtDtdDefaultValue(int v); 
     51extern (C) int xmlThrDefLoadExtDtdDefaultValue(int); 
    5552extern (C) int * __xmlLoadExtDtdDefaultValue(); 
    56 extern (C) int xmlThrDefLineNumbersDefaultValue(int v); 
     53extern (C) int xmlThrDefLineNumbersDefaultValue(int); 
    5754extern (C) int * __xmlLineNumbersDefaultValue(); 
    58 extern (C) int xmlThrDefKeepBlanksDefaultValue(int v); 
     55extern (C) int xmlThrDefKeepBlanksDefaultValue(int); 
    5956extern (C) int * __xmlKeepBlanksDefaultValue(); 
    60 extern (C) char * xmlThrDefTreeIndentString(char * v); 
     57extern (C) char * xmlThrDefTreeIndentString(char *); 
    6158extern (C) char * * __xmlTreeIndentString(); 
    62 extern (C) int xmlThrDefIndentTreeOutput(int v); 
     59extern (C) int xmlThrDefIndentTreeOutput(int); 
    6360extern (C) int * __xmlIndentTreeOutput(); 
    64 extern (C) int xmlThrDefGetWarningsDefaultValue(int v); 
     61extern (C) int xmlThrDefGetWarningsDefaultValue(int); 
    6562extern (C) int * __xmlGetWarningsDefaultValue(); 
    6663extern (C) void * * __xmlGenericErrorContext(); 
    67 extern (C) _BCD_func__1965 * __xmlStructuredError(); 
    68 extern (C) _BCD_func__1920 * __xmlGenericError(); 
    69 extern (C) int xmlThrDefDoValidityCheckingDefaultValue(int v); 
     64extern (C) _BCD_func__1971 * __xmlStructuredError(); 
     65extern (C) _BCD_func__1926 * __xmlGenericError(); 
     66extern (C) int xmlThrDefDoValidityCheckingDefaultValue(int); 
    7067extern (C) int * __xmlDoValidityCheckingDefaultValue(); 
    7168extern (C) _xmlSAXLocator * __xmlDefaultSAXLocator(); 
    7269extern (C) _xmlSAXHandlerV1 * __xmlDefaultSAXHandler(); 
    73 extern (C) int xmlThrDefDefaultBufferSize(int v); 
     70extern (C) int xmlThrDefDefaultBufferSize(int); 
    7471extern (C) int * __xmlDefaultBufferSize(); 
    75 extern (C) int xmlThrDefBufferAllocScheme(int v); 
     72extern (C) int xmlThrDefBufferAllocScheme(int); 
    7673extern (C) int * __xmlBufferAllocScheme(); 
    7774extern (C) int * __oldXMLWDcompatibility(); 
     
    7976extern (C) _xmlSAXHandlerV1 * __htmlDefaultSAXHandler(); 
    8077extern (C) _xmlSAXHandlerV1 * __docbDefaultSAXHandler(); 
    81 extern (C) _BCD_func__1685 xmlThrDefParserInputBufferCreateFilenameDefault(_BCD_func__1685 func); 
    82 extern (C) _BCD_func__1684 xmlThrDefOutputBufferCreateFilenameDefault(_BCD_func__1684 func); 
    83 extern (C) _BCD_func__1683 xmlThrDefDeregisterNodeDefault(_BCD_func__1683 func); 
    84 extern (C) _BCD_func__1683 xmlDeregisterNodeDefault(_BCD_func__1683 func); 
    85 extern (C) _BCD_func__1683 xmlThrDefRegisterNodeDefault(_BCD_func__1683 func); 
    86 extern (C) _BCD_func__1683 xmlRegisterNodeDefault(_BCD_func__1683 func); 
    87 extern (C) void xmlThrDefSetStructuredErrorFunc(void * ctx, _BCD_func__1965 handler); 
    88 extern (C) void xmlThrDefSetGenericErrorFunc(void * ctx, _BCD_func__1920 handler); 
    89 extern (C) void xmlInitializeGlobalState(_xmlGlobalState * gs); 
    90 extern (C) _BCD_func__1684 xmlOutputBufferCreateFilenameDefault(_BCD_func__1684 func); 
    91 extern (C) _BCD_func__1685 xmlParserInputBufferCreateFilenameDefault(_BCD_func__1685 func); 
     78extern (C) _BCD_func__1691 xmlThrDefParserInputBufferCreateFilenameDefault(_BCD_func__1691); 
     79extern (C) _BCD_func__1690 xmlThrDefOutputBufferCreateFilenameDefault(_BCD_func__1690); 
     80extern (C) _BCD_func__1689 xmlThrDefDeregisterNodeDefault(_BCD_func__1689); 
     81extern (C) _BCD_func__1689 xmlDeregisterNodeDefault(_BCD_func__1689); 
     82extern (C) _BCD_func__1689 xmlThrDefRegisterNodeDefault(_BCD_func__1689); 
     83extern (C) _BCD_func__1689 xmlRegisterNodeDefault(_BCD_func__1689); 
     84extern (C) void xmlThrDefSetStructuredErrorFunc(void *, _BCD_func__1971); 
     85extern (C) void xmlThrDefSetGenericErrorFunc(void *, _BCD_func__1926); 
     86extern (C) void xmlInitializeGlobalState(_xmlGlobalState *); 
     87extern (C) _BCD_func__1690 xmlOutputBufferCreateFilenameDefault(_BCD_func__1690); 
     88extern (C) _BCD_func__1691 xmlParserInputBufferCreateFilenameDefault(_BCD_func__1691); 
    9289extern (C) void xmlCleanupGlobals(); 
    9390extern (C) void xmlInitGlobals(); 
    94 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1702
    95 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1703
    96 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1704
    97 alias void function(void *, _xmlNode *) _BCD_func__1705
    98 alias int function(void *, void *) _BCD_func__1722
     91alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1708
     92alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1709
     93alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1710
     94alias void function(void *, _xmlNode *) _BCD_func__1711
     95alias int function(void *, void *) _BCD_func__1728
    9996alias int function(void *) _BCD_func__1395; 
    100 alias int function(void *, char *, int) _BCD_func__1871
    101 alias void * function(char *) _BCD_func__1872
    102 alias int function(char *) _BCD_func__1873
    103 alias int function(void *, char *, int) _BCD_func__1874
    104 alias int function(char *, int *, char *, int *) _BCD_func__1884
    105 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1887
    106 alias void function(void *, char *, char *, char *) _BCD_func__1918
    107 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1919
    108 alias void function(void *, char *, int) _BCD_func__1921
    109 alias void function(void *, char *) _BCD_func__1922
    110 alias void function(void *, char *, char *) _BCD_func__1923
    111 alias void function(void *, char *, char * *) _BCD_func__1924
    112 alias void function(void *, _xmlSAXLocator *) _BCD_func__1925
    113 alias void function(void *, char *, char *, char *, char *) _BCD_func__1926
    114 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1927
    115 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1928
    116 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1929
    117 alias _xmlEntity * function(void *, char *) _BCD_func__1930
    118 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1931
    119 alias void function(char *) _BCD_func__1944
    120 alias void function(void *) _BCD_func__1964
    121 alias void function(void *, void *, char *, char *, char *) _BCD_func__1981
    122 alias void function(void *, void *, char *) _BCD_func__1982
    123 alias void * function(void *, char *) _BCD_func__1983
    124 alias void function(void *, char *) _BCD_func__1984
    125 alias void function(void *, char *, void *, void *) _BCD_func__2103
     97alias int function(void *, char *, int) _BCD_func__1877
     98alias void * function(char *) _BCD_func__1878
     99alias int function(char *) _BCD_func__1879
     100alias int function(void *, char *, int) _BCD_func__1880
     101alias int function(char *, int *, char *, int *) _BCD_func__1890
     102alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1893
     103alias void function(void *, char *, char *, char *) _BCD_func__1924
     104alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1925
     105alias void function(void *, char *, int) _BCD_func__1927
     106alias void function(void *, char *) _BCD_func__1928
     107alias void function(void *, char *, char *) _BCD_func__1929
     108alias void function(void *, char *, char * *) _BCD_func__1930
     109alias void function(void *, _xmlSAXLocator *) _BCD_func__1931
     110alias void function(void *, char *, char *, char *, char *) _BCD_func__1932
     111alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1933
     112alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1934
     113alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1935
     114alias _xmlEntity * function(void *, char *) _BCD_func__1936
     115alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1937
     116alias void function(char *) _BCD_func__1950
     117alias void function(void *) _BCD_func__1970
     118alias void function(void *, void *, char *, char *, char *) _BCD_func__1987
     119alias void function(void *, void *, char *) _BCD_func__1988
     120alias void * function(void *, char *) _BCD_func__1989
     121alias void function(void *, char *) _BCD_func__1990
     122alias void function(void *, char *, void *, void *) _BCD_func__2109
    126123alias int function(void *, long *, int) _BCD_func__1397; 
    127124alias int function(void *, char *, uint) _BCD_func__1399; 
    128125alias int function(void *, char *, uint) _BCD_func__1401; 
    129 alias int function(void * *, char *) _BCD_func__2375; 
    130 alias int function(char *, char * * *, uint *) _BCD_func__2376; 
    131 alias int function(void *, char *, char *, char *, char *) _BCD_func__2377; 
    132 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2378; 
    133 alias void function(__gconv_step *) _BCD_func__2379; 
    134 alias int function(__gconv_step *) _BCD_func__2380; 
    135 alias uint function(__gconv_step *, char) _BCD_func__2381; 
    136 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2382; 
     126alias int function(void * *, char *) _BCD_func__2381; 
     127alias int function(char *, char * * *, uint *) _BCD_func__2382; 
     128alias int function(void *, char *, char *, char *, char *) _BCD_func__2383; 
    137129struct _xmlGlobalState { 
    138130char * xmlParserVersion; 
     
    141133_xmlSAXHandlerV1 docbDefaultSAXHandler; 
    142134_xmlSAXHandlerV1 htmlDefaultSAXHandler; 
    143 _BCD_func__1694 xmlFree; 
    144 _BCD_func__1693 xmlMalloc; 
    145 _BCD_func__1691 xmlMemStrdup; 
    146 _BCD_func__1692 xmlRealloc; 
    147 _BCD_func__1920 xmlGenericError; 
    148 _BCD_func__1965 xmlStructuredError; 
     135_BCD_func__1700 xmlFree; 
     136_BCD_func__1699 xmlMalloc; 
     137_BCD_func__1697 xmlMemStrdup; 
     138_BCD_func__1698 xmlRealloc; 
     139_BCD_func__1926 xmlGenericError; 
     140_BCD_func__1971 xmlStructuredError; 
    149141void * xmlGenericErrorContext; 
    150142int oldXMLWDcompatibility; 
     
    162154int xmlIndentTreeOutput; 
    163155char * xmlTreeIndentString; 
    164 _BCD_func__1683 xmlRegisterNodeDefaultValue; 
    165 _BCD_func__1683 xmlDeregisterNodeDefaultValue; 
    166 _BCD_func__1693 xmlMallocAtomic; 
     156_BCD_func__1689 xmlRegisterNodeDefaultValue; 
     157_BCD_func__1689 xmlDeregisterNodeDefaultValue; 
     158_BCD_func__1699 xmlMallocAtomic; 
    167159_xmlError xmlLastError; 
    168 _BCD_func__1685 xmlParserInputBufferCreateFilenameValue; 
    169 _BCD_func__1684 xmlOutputBufferCreateFilenameValue; 
     160_BCD_func__1691 xmlParserInputBufferCreateFilenameValue; 
     161_BCD_func__1690 xmlOutputBufferCreateFilenameValue; 
    170162} 
    171 extern (C) _BCD_func__1684 xmlOutputBufferCreateFilenameValue; 
    172 extern (C) _BCD_func__1685 xmlParserInputBufferCreateFilenameValue; 
    173 extern (C) _BCD_func__1683 xmlDeregisterNodeDefaultValue; 
    174 extern (C) _BCD_func__1683 xmlRegisterNodeDefaultValue; 
    175 extern (C) int xmlSubstituteEntitiesDefaultValue; 
    176 extern (C) int xmlSaveNoEmptyTags; 
    177 extern (C) int xmlPedanticParserDefaultValue; 
    178 extern (C) char * xmlParserVersion; 
    179 extern (C) int xmlParserDebugEntities; 
    180 extern (C) int xmlLoadExtDtdDefaultValue; 
    181 extern (C) int xmlLineNumbersDefaultValue; 
    182 extern (C) int xmlKeepBlanksDefaultValue; 
    183 extern (C) char * xmlTreeIndentString; 
    184 extern (C) int xmlIndentTreeOutput; 
    185 extern (C) int xmlGetWarningsDefaultValue; 
    186 extern (C) void * xmlGenericErrorContext; 
    187 extern (C) _BCD_func__1965 xmlStructuredError; 
    188 extern (C) _BCD_func__1920 xmlGenericError; 
    189 extern (C) int xmlDoValidityCheckingDefaultValue; 
    190 extern (C) _xmlSAXLocator xmlDefaultSAXLocator; 
    191 extern (C) _xmlSAXHandlerV1 xmlDefaultSAXHandler; 
    192 extern (C) int xmlDefaultBufferSize; 
    193 extern (C) int xmlBufferAllocScheme; 
    194 extern (C) int oldXMLWDcompatibility; 
    195 extern (C) _xmlError xmlLastError; 
    196 extern (C) _xmlSAXHandlerV1 htmlDefaultSAXHandler; 
    197 extern (C) _xmlSAXHandlerV1 docbDefaultSAXHandler; 
    198 extern (C) _BCD_func__1691 xmlMemStrdup; 
    199 extern (C) _BCD_func__1694 xmlFree; 
    200 extern (C) _BCD_func__1692 xmlRealloc; 
    201 extern (C) _BCD_func__1693 xmlMallocAtomic; 
    202 extern (C) _BCD_func__1693 xmlMalloc; 
     163extern (C) extern _BCD_func__1690 xmlOutputBufferCreateFilenameValue; 
     164extern (C) extern _BCD_func__1691 xmlParserInputBufferCreateFilenameValue; 
     165extern (C) extern _BCD_func__1689 xmlDeregisterNodeDefaultValue; 
     166extern (C) extern _BCD_func__1689 xmlRegisterNodeDefaultValue; 
     167extern (C) extern int xmlSubstituteEntitiesDefaultValue; 
     168extern (C) extern int xmlSaveNoEmptyTags; 
     169extern (C) extern int xmlPedanticParserDefaultValue; 
     170extern (C) extern char * xmlParserVersion; 
     171extern (C) extern int xmlParserDebugEntities; 
     172extern (C) extern int xmlLoadExtDtdDefaultValue; 
     173extern (C) extern int xmlLineNumbersDefaultValue; 
     174extern (C) extern int xmlKeepBlanksDefaultValue; 
     175extern (C) extern char * xmlTreeIndentString; 
     176extern (C) extern int xmlIndentTreeOutput; 
     177extern (C) extern int xmlGetWarningsDefaultValue; 
     178extern (C) extern void * xmlGenericErrorContext; 
     179extern (C) extern _BCD_func__1971 xmlStructuredError; 
     180extern (C) extern _BCD_func__1926 xmlGenericError; 
     181extern (C) extern int xmlDoValidityCheckingDefaultValue; 
     182extern (C) extern _xmlSAXLocator xmlDefaultSAXLocator; 
     183extern (C) extern _xmlSAXHandlerV1 xmlDefaultSAXHandler; 
     184extern (C) extern int xmlDefaultBufferSize; 
     185extern (C) extern int xmlBufferAllocScheme; 
     186extern (C) extern int oldXMLWDcompatibility; 
     187extern (C) extern _xmlError xmlLastError; 
     188extern (C) extern _xmlSAXHandlerV1 htmlDefaultSAXHandler; 
     189extern (C) extern _xmlSAXHandlerV1 docbDefaultSAXHandler; 
     190extern (C) extern _BCD_func__1697 xmlMemStrdup; 
     191extern (C) extern _BCD_func__1700 xmlFree; 
     192extern (C) extern _BCD_func__1698 xmlRealloc; 
     193extern (C) extern _BCD_func__1699 xmlMallocAtomic; 
     194extern (C) extern _BCD_func__1699 xmlMalloc; 
  • trunk/bindings/bcd/libxml2/hash.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.hash; 
    3 import bcd.libxml2.parser; 
    4 import bcd.libxml2.xmlIO; 
    5 import bcd.libxml2.globals; 
    6 import bcd.libxml2.threads; 
    7 import bcd.libxml2.xmlmemory; 
    8 import bcd.libxml2.SAX2; 
    9 import bcd.libxml2.SAX; 
    10 import bcd.libxml2.xlink; 
    11 import bcd.libxml2.encoding; 
    12 import bcd.libxml2.entities; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
    22 alias void function(void *, void *, char *, char *, char *) _BCD_func__1639; 
    23 alias _BCD_func__1639 xmlHashScannerFull; 
    24 alias void function(void *, void *, char *) _BCD_func__1640; 
    25 alias _BCD_func__1640 xmlHashScanner; 
    26 alias void * function(void *, char *) _BCD_func__1641; 
    27 alias _BCD_func__1641 xmlHashCopier; 
    28 alias void function(void *, char *) _BCD_func__1642; 
    29 alias _BCD_func__1642 xmlHashDeallocator; 
     3align(4): 
     4public import bcd.libxml2.parser; 
     5public import bcd.libxml2.xmlIO; 
     6public import bcd.libxml2.globals; 
     7public import bcd.libxml2.threads; 
     8public import bcd.libxml2.xmlmemory; 
     9public import bcd.libxml2.SAX2; 
     10public import bcd.libxml2.SAX; 
     11public import bcd.libxml2.xlink; 
     12public import bcd.libxml2.encoding; 
     13public import bcd.libxml2.entities; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
     23alias void function(void *, void *, char *, char *, char *) _BCD_func__1645; 
     24alias _BCD_func__1645 xmlHashScannerFull; 
     25alias void function(void *, void *, char *) _BCD_func__1646; 
     26alias _BCD_func__1646 xmlHashScanner; 
     27alias void * function(void *, char *) _BCD_func__1647; 
     28alias _BCD_func__1647 xmlHashCopier; 
     29alias void function(void *, char *) _BCD_func__1648; 
     30alias _BCD_func__1648 xmlHashDeallocator; 
    3031alias void xmlHashTable; 
    3132alias void * xmlHashTablePtr; 
    32 extern (C) void xmlHashScanFull3(void * table, char * name, char * name2, char * name3, _BCD_func__1639 f, void * data); 
    33 extern (C) void xmlHashScanFull(void * table, _BCD_func__1639 f, void * data); 
    34 extern (C) void xmlHashScan3(void * table, char * name, char * name2, char * name3, _BCD_func__1640 f, void * data); 
    35 extern (C) void xmlHashScan(void * table, _BCD_func__1640 f, void * data); 
    36 extern (C) int xmlHashSize(void * table); 
    37 extern (C) void * xmlHashCopy(void * table, _BCD_func__1641 f); 
    38 extern (C) void * xmlHashQLookup3(void * table, char * name, char * prefix, char * name2, char * prefix2, char * name3, char * prefix3); 
    39 extern (C) void * xmlHashQLookup2(void * table, char * name, char * prefix, char * name2, char * prefix2); 
    40 extern (C) void * xmlHashQLookup(void * table, char * name, char * prefix); 
    41 extern (C) void * xmlHashLookup3(void * table, char * name, char * name2, char * name3); 
    42 extern (C) void * xmlHashLookup2(void * table, char * name, char * name2); 
    43 extern (C) void * xmlHashLookup(void * table, char * name); 
    44 extern (C) int xmlHashRemoveEntry3(void * table, char * name, char * name2, char * name3, _BCD_func__1642 f); 
    45 extern (C) int xmlHashRemoveEntry2(void * table, char * name, char * name2, _BCD_func__1642 f); 
    46 extern (C) int xmlHashRemoveEntry(void * table, char * name, _BCD_func__1642 f); 
    47 extern (C) int xmlHashUpdateEntry3(void * table, char * name, char * name2, char * name3, void * userdata, _BCD_func__1642 f); 
    48 extern (C) int xmlHashAddEntry3(void * table, char * name, char * name2, char * name3, void * userdata); 
    49 extern (C) int xmlHashUpdateEntry2(void * table, char * name, char * name2, void * userdata, _BCD_func__1642 f); 
    50 extern (C) int xmlHashAddEntry2(void * table, char * name, char * name2, void * userdata); 
    51 extern (C) int xmlHashUpdateEntry(void * table, char * name, void * userdata, _BCD_func__1642 f); 
    52 extern (C) int xmlHashAddEntry(void * table, char * name, void * userdata); 
    53 extern (C) void xmlHashFree(void * table, _BCD_func__1642 f); 
    54 extern (C) void * xmlHashCreateDict(int size, void * dict); 
    55 extern (C) void * xmlHashCreate(int size); 
    56 alias void function(_xmlNode *) _BCD_func__1695
    57 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1696
    58 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1697
    59 alias char * function(char *) _BCD_func__1702
    60 alias void * function(void *, uint) _BCD_func__1703
    61 alias void * function(uint) _BCD_func__1704
    62 alias void function(void *) _BCD_func__1705
    63 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1712
    64 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1713
    65 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1714
    66 alias void function(void *, _xmlNode *) _BCD_func__1715
    67 alias int function(void *, void *) _BCD_func__1732
     33extern (C) void xmlHashScanFull3(void *, char *, char *, char *, _BCD_func__1645, void *); 
     34extern (C) void xmlHashScanFull(void *, _BCD_func__1645, void *); 
     35extern (C) void xmlHashScan3(void *, char *, char *, char *, _BCD_func__1646, void *); 
     36extern (C) void xmlHashScan(void *, _BCD_func__1646, void *); 
     37extern (C) int xmlHashSize(void *); 
     38extern (C) void * xmlHashCopy(void *, _BCD_func__1647); 
     39extern (C) void * xmlHashQLookup3(void *, char *, char *, char *, char *, char *, char *); 
     40extern (C) void * xmlHashQLookup2(void *, char *, char *, char *, char *); 
     41extern (C) void * xmlHashQLookup(void *, char *, char *); 
     42extern (C) void * xmlHashLookup3(void *, char *, char *, char *); 
     43extern (C) void * xmlHashLookup2(void *, char *, char *); 
     44extern (C) void * xmlHashLookup(void *, char *); 
     45extern (C) int xmlHashRemoveEntry3(void *, char *, char *, char *, _BCD_func__1648); 
     46extern (C) int xmlHashRemoveEntry2(void *, char *, char *, _BCD_func__1648); 
     47extern (C) int xmlHashRemoveEntry(void *, char *, _BCD_func__1648); 
     48extern (C) int xmlHashUpdateEntry3(void *, char *, char *, char *, void *, _BCD_func__1648); 
     49extern (C) int xmlHashAddEntry3(void *, char *, char *, char *, void *); 
     50extern (C) int xmlHashUpdateEntry2(void *, char *, char *, void *, _BCD_func__1648); 
     51extern (C) int xmlHashAddEntry2(void *, char *, char *, void *); 
     52extern (C) int xmlHashUpdateEntry(void *, char *, void *, _BCD_func__1648); 
     53extern (C) int xmlHashAddEntry(void *, char *, void *); 
     54extern (C) void xmlHashFree(void *, _BCD_func__1648); 
     55extern (C) void * xmlHashCreateDict(int, void *); 
     56extern (C) void * xmlHashCreate(int); 
     57alias void function(_xmlNode *) _BCD_func__1701
     58alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1702
     59alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1703
     60alias char * function(char *) _BCD_func__1708
     61alias void * function(void *, uint) _BCD_func__1709
     62alias void * function(uint) _BCD_func__1710
     63alias void function(void *) _BCD_func__1711
     64alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1718
     65alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1719
     66alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1720
     67alias void function(void *, _xmlNode *) _BCD_func__1721
     68alias int function(void *, void *) _BCD_func__1738
    6869alias int function(void *) _BCD_func__1392; 
    69 alias int function(void *, char *, int) _BCD_func__1875
    70 alias void * function(char *) _BCD_func__1876
    71 alias int function(char *) _BCD_func__1877
    72 alias int function(void *, char *, int) _BCD_func__1878
    73 alias int function(char *, int *, char *, int *) _BCD_func__1888
    74 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1891
    75 alias void function(void *, char *, char *, char *) _BCD_func__1922
    76 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1923
    77 alias void function(void *, char *, ...) _BCD_func__1924
    78 alias void function(void *, char *, int) _BCD_func__1925
    79 alias void function(void *, char *) _BCD_func__1926
    80 alias void function(void *, char *, char *) _BCD_func__1927
    81 alias void function(void *, char *, char * *) _BCD_func__1928
    82 alias void function(void *, _xmlSAXLocator *) _BCD_func__1929
    83 alias void function(void *, char *, char *, char *, char *) _BCD_func__1930
    84 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1931
    85 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1932
    86 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1933
    87 alias _xmlEntity * function(void *, char *) _BCD_func__1934
    88 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1935
    89 alias void function(char *) _BCD_func__1948
    90 alias void function(void *) _BCD_func__1968
    91 alias void function(void *, _xmlError *) _BCD_func__1969
    92 alias void function(void *, char *, void *, void *) _BCD_func__2103
     70alias int function(void *, char *, int) _BCD_func__1881
     71alias void * function(char *) _BCD_func__1882
     72alias int function(char *) _BCD_func__1883
     73alias int function(void *, char *, int) _BCD_func__1884
     74alias int function(char *, int *, char *, int *) _BCD_func__1894
     75alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1897
     76alias void function(void *, char *, char *, char *) _BCD_func__1928
     77alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1929
     78alias void function(void *, char *, ...) _BCD_func__1930
     79alias void function(void *, char *, int) _BCD_func__1931
     80alias void function(void *, char *) _BCD_func__1932
     81alias void function(void *, char *, char *) _BCD_func__1933
     82alias void function(void *, char *, char * *) _BCD_func__1934
     83alias void function(void *, _xmlSAXLocator *) _BCD_func__1935
     84alias void function(void *, char *, char *, char *, char *) _BCD_func__1936
     85alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1937
     86alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1938
     87alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1939
     88alias _xmlEntity * function(void *, char *) _BCD_func__1940
     89alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1941
     90alias void function(char *) _BCD_func__1954
     91alias void function(void *) _BCD_func__1974
     92alias void function(void *, _xmlError *) _BCD_func__1975
     93alias void function(void *, char *, void *, void *) _BCD_func__2109
    9394alias int function(void *, long *, int) _BCD_func__1394; 
    9495alias int function(void *, char *, uint) _BCD_func__1396; 
    9596alias int function(void *, char *, uint) _BCD_func__1398; 
    96 alias int function(void * *, char *) _BCD_func__2375; 
    97 alias int function(char *, char * * *, uint *) _BCD_func__2376; 
    98 alias int function(void *, char *, char *, char *, char *) _BCD_func__2377; 
    99 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2378; 
    100 alias void function(__gconv_step *) _BCD_func__2379; 
    101 alias int function(__gconv_step *) _BCD_func__2380; 
    102 alias uint function(__gconv_step *, char) _BCD_func__2381; 
    103 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2382; 
     97alias int function(void * *, char *) _BCD_func__2381; 
     98alias int function(char *, char * * *, uint *) _BCD_func__2382; 
     99alias int function(void *, char *, char *, char *, char *) _BCD_func__2383; 
  • trunk/bindings/bcd/libxml2/list.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.list; 
    3 import bcd.libxml2.xmlversion; 
    4 alias int function(void *, void *) _BCD_func__158; 
    5 alias _BCD_func__158 xmlListWalker; 
    6 alias _BCD_func__158 xmlListDataCompare; 
     3align(4): 
     4public import bcd.libxml2.xmlversion; 
     5alias int function(void *, void *) _BCD_func__164; 
     6alias _BCD_func__164 xmlListWalker; 
     7alias _BCD_func__164 xmlListDataCompare; 
    78alias void xmlLink; 
    8 alias void function(void *) _BCD_func__159
    9 alias _BCD_func__159 xmlListDeallocator; 
     9alias void function(void *) _BCD_func__165
     10alias _BCD_func__165 xmlListDeallocator; 
    1011alias void xmlList; 
    1112alias void * xmlListPtr; 
    1213alias void * xmlLinkPtr; 
    13 extern (C) void * xmlLinkGetData(void * lk); 
    14 extern (C) int xmlListCopy(void * cur, void * old); 
    15 extern (C) void * xmlListDup(void * old); 
    16 extern (C) void xmlListMerge(void * l1, void * l2); 
    17 extern (C) void xmlListReverseWalk(void * l, _BCD_func__158 walker, void * user); 
    18 extern (C) void xmlListWalk(void * l, _BCD_func__158 walker, void * user); 
    19 extern (C) void xmlListSort(void * l); 
    20 extern (C) void xmlListReverse(void * l); 
    21 extern (C) int xmlListPushBack(void * l, void * data); 
    22 extern (C) int xmlListPushFront(void * l, void * data); 
    23 extern (C) void xmlListPopBack(void * l); 
    24 extern (C) void xmlListPopFront(void * l); 
    25 extern (C) int xmlListSize(void * l); 
    26 extern (C) void * xmlListEnd(void * l); 
    27 extern (C) void * xmlListFront(void * l); 
    28 extern (C) int xmlListEmpty(void * l); 
    29 extern (C) void xmlListClear(void * l); 
    30 extern (C) int xmlListRemoveAll(void * l, void * data); 
    31 extern (C) int xmlListRemoveLast(void * l, void * data); 
    32 extern (C) int xmlListRemoveFirst(void * l, void * data); 
    33 extern (C) int xmlListAppend(void * l, void * data); 
    34 extern (C) int xmlListInsert(void * l, void * data); 
    35 extern (C) void * xmlListReverseSearch(void * l, void * data); 
    36 extern (C) void * xmlListSearch(void * l, void * data); 
    37 extern (C) void xmlListDelete(void * l); 
    38 extern (C) void * xmlListCreate(_BCD_func__159 deallocator, _BCD_func__158 compare); 
     14extern (C) void * xmlLinkGetData(void *); 
     15extern (C) int xmlListCopy(void *, void *); 
     16extern (C) void * xmlListDup(void *); 
     17extern (C) void xmlListMerge(void *, void *); 
     18extern (C) void xmlListReverseWalk(void *, _BCD_func__164, void *); 
     19extern (C) void xmlListWalk(void *, _BCD_func__164, void *); 
     20extern (C) void xmlListSort(void *); 
     21extern (C) void xmlListReverse(void *); 
     22extern (C) int xmlListPushBack(void *, void *); 
     23extern (C) int xmlListPushFront(void *, void *); 
     24extern (C) void xmlListPopBack(void *); 
     25extern (C) void xmlListPopFront(void *); 
     26extern (C) int xmlListSize(void *); 
     27extern (C) void * xmlListEnd(void *); 
     28extern (C) void * xmlListFront(void *); 
     29extern (C) int xmlListEmpty(void *); 
     30extern (C) void xmlListClear(void *); 
     31extern (C) int xmlListRemoveAll(void *, void *); 
     32extern (C) int xmlListRemoveLast(void *, void *); 
     33extern (C) int xmlListRemoveFirst(void *, void *); 
     34extern (C) int xmlListAppend(void *, void *); 
     35extern (C) int xmlListInsert(void *, void *); 
     36extern (C) void * xmlListReverseSearch(void *, void *); 
     37extern (C) void * xmlListSearch(void *, void *); 
     38extern (C) void xmlListDelete(void *); 
     39extern (C) void * xmlListCreate(_BCD_func__165, _BCD_func__164); 
  • trunk/bindings/bcd/libxml2/nanoftp.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.nanoftp; 
    3 import bcd.libxml2.xmlversion; 
    4 alias void function(void *, char *, int) _BCD_func__144; 
    5 alias _BCD_func__144 ftpDataCallback; 
    6 alias void function(void *, char *, char *, char *, char *, uint, int, int, char *, int, int, int) _BCD_func__145; 
    7 alias _BCD_func__145 ftpListCallback; 
    8 extern (C) int xmlNanoFTPRead(void * ctx, void * dest, int len); 
    9 extern (C) int xmlNanoFTPGet(void * ctx, _BCD_func__144 callback, void * userData, char * filename); 
    10 extern (C) int xmlNanoFTPGetSocket(void * ctx, char * filename); 
    11 extern (C) int xmlNanoFTPList(void * ctx, _BCD_func__145 callback, void * userData, char * filename); 
    12 extern (C) int xmlNanoFTPCloseConnection(void * ctx); 
    13 extern (C) int xmlNanoFTPGetConnection(void * ctx); 
    14 extern (C) int xmlNanoFTPDele(void * ctx, char * file); 
    15 extern (C) int xmlNanoFTPCwd(void * ctx, char * directory); 
    16 extern (C) int xmlNanoFTPCheckResponse(void * ctx); 
    17 extern (C) int xmlNanoFTPGetResponse(void * ctx); 
    18 extern (C) int xmlNanoFTPUpdateURL(void * ctx, char * URL); 
    19 extern (C) void xmlNanoFTPProxy(char * host, int port, char * user, char * passwd, int type); 
    20 extern (C) void xmlNanoFTPScanProxy(char * URL); 
    21 extern (C) int xmlNanoFTPQuit(void * ctx); 
    22 extern (C) int xmlNanoFTPClose(void * ctx); 
    23 extern (C) int xmlNanoFTPConnect(void * ctx); 
    24 extern (C) void * xmlNanoFTPOpen(char * URL); 
    25 extern (C) void * xmlNanoFTPConnectTo(char * server, int port); 
    26 extern (C) void xmlNanoFTPFreeCtxt(void * ctx); 
    27 extern (C) void * xmlNanoFTPNewCtxt(char * URL); 
     3align(4): 
     4public import bcd.libxml2.xmlversion; 
     5alias void function(void *, char *, int) _BCD_func__150; 
     6alias _BCD_func__150 ftpDataCallback; 
     7alias void function(void *, char *, char *, char *, char *, uint, int, int, char *, int, int, int) _BCD_func__151; 
     8alias _BCD_func__151 ftpListCallback; 
     9extern (C) int xmlNanoFTPRead(void *, void *, int); 
     10extern (C) int xmlNanoFTPGet(void *, _BCD_func__150, void *, char *); 
     11extern (C) int xmlNanoFTPGetSocket(void *, char *); 
     12extern (C) int xmlNanoFTPList(void *, _BCD_func__151, void *, char *); 
     13extern (C) int xmlNanoFTPCloseConnection(void *); 
     14extern (C) int xmlNanoFTPGetConnection(void *); 
     15extern (C) int xmlNanoFTPDele(void *, char *); 
     16extern (C) int xmlNanoFTPCwd(void *, char *); 
     17extern (C) int xmlNanoFTPCheckResponse(void *); 
     18extern (C) int xmlNanoFTPGetResponse(void *); 
     19extern (C) int xmlNanoFTPUpdateURL(void *, char *); 
     20extern (C) void xmlNanoFTPProxy(char *, int, char *, char *, int); 
     21extern (C) void xmlNanoFTPScanProxy(char *); 
     22extern (C) int xmlNanoFTPQuit(void *); 
     23extern (C) int xmlNanoFTPClose(void *); 
     24extern (C) int xmlNanoFTPConnect(void *); 
     25extern (C) void * xmlNanoFTPOpen(char *); 
     26extern (C) void * xmlNanoFTPConnectTo(char *, int); 
     27extern (C) void xmlNanoFTPFreeCtxt(void *); 
     28extern (C) void * xmlNanoFTPNewCtxt(char *); 
    2829extern (C) void xmlNanoFTPCleanup(); 
    2930extern (C) void xmlNanoFTPInit(); 
  • trunk/bindings/bcd/libxml2/nanohttp.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.nanohttp; 
    3 import bcd.libxml2.xmlversion; 
    4 extern (C) void xmlNanoHTTPClose(void * ctx); 
    5 extern (C) int xmlNanoHTTPSave(void * ctxt, char * filename); 
    6 extern (C) int xmlNanoHTTPRead(void * ctx, void * dest, int len); 
    7 extern (C) char * xmlNanoHTTPMimeType(void * ctx); 
    8 extern (C) char * xmlNanoHTTPEncoding(void * ctx); 
    9 extern (C) int xmlNanoHTTPContentLength(void * ctx); 
    10 extern (C) char * xmlNanoHTTPRedir(void * ctx); 
    11 extern (C) char * xmlNanoHTTPAuthHeader(void * ctx); 
    12 extern (C) int xmlNanoHTTPReturnCode(void * ctx); 
    13 extern (C) void * xmlNanoHTTPOpenRedir(char * URL, char * * contentType, char * * redir); 
    14 extern (C) void * xmlNanoHTTPOpen(char * URL, char * * contentType); 
    15 extern (C) void * xmlNanoHTTPMethodRedir(char * URL, char * method, char * input, char * * contentType, char * * redir, char * headers, int ilen); 
    16 extern (C) void * xmlNanoHTTPMethod(char * URL, char * method, char * input, char * * contentType, char * headers, int ilen); 
    17 extern (C) int xmlNanoHTTPFetch(char * URL, char * filename, char * * contentType); 
    18 extern (C) void xmlNanoHTTPScanProxy(char * URL); 
     3align(4): 
     4public import bcd.libxml2.xmlversion; 
     5extern (C) void xmlNanoHTTPClose(void *); 
     6extern (C) int xmlNanoHTTPSave(void *, char *); 
     7extern (C) int xmlNanoHTTPRead(void *, void *, int); 
     8extern (C) char * xmlNanoHTTPMimeType(void *); 
     9extern (C) char * xmlNanoHTTPEncoding(void *); 
     10extern (C) int xmlNanoHTTPContentLength(void *); 
     11extern (C) char * xmlNanoHTTPRedir(void *); 
     12extern (C) char * xmlNanoHTTPAuthHeader(void *); 
     13extern (C) int xmlNanoHTTPReturnCode(void *); 
     14extern (C) void * xmlNanoHTTPOpenRedir(char *, char * *, char * *); 
     15extern (C) void * xmlNanoHTTPOpen(char *, char * *); 
     16extern (C) void * xmlNanoHTTPMethodRedir(char *, char *, char *, char * *, char * *, char *, int); 
     17extern (C) void * xmlNanoHTTPMethod(char *, char *, char *, char * *, char *, int); 
     18extern (C) int xmlNanoHTTPFetch(char *, char *, char * *); 
     19extern (C) void xmlNanoHTTPScanProxy(char *); 
    1920extern (C) void xmlNanoHTTPCleanup(); 
    2021extern (C) void xmlNanoHTTPInit(); 
  • trunk/bindings/bcd/libxml2/parser.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.parser; 
     3align(4): 
     4const char[] XML_DEFAULT_VERSION = "1.0"; 
    35const int XML_DETECT_IDS = 2; 
    46const int XML_COMPLETE_ATTRS = 4; 
    57const int XML_SKIP_IDS = 8; 
    6 import bcd.libxml2.xmlIO; 
    7 import bcd.libxml2.globals; 
    8 import bcd.libxml2.threads; 
    9 import bcd.libxml2.xmlmemory; 
    10 import bcd.libxml2.SAX2; 
    11 import bcd.libxml2.SAX; 
    12 import bcd.libxml2.xlink; 
    13 import bcd.libxml2.encoding; 
    14 import bcd.libxml2.entities; 
    15 import bcd.libxml2.hash; 
    16 import bcd.libxml2.valid; 
    17 import bcd.libxml2.xmlautomata; 
    18 import bcd.libxml2.list; 
    19 import bcd.libxml2.xmlerror; 
    20 import bcd.libxml2.tree; 
    21 import bcd.libxml2.xmlregexp; 
    22 import bcd.libxml2.dict; 
    23 import bcd.libxml2.xmlstring; 
    24 import bcd.libxml2.xmlversion; 
     8const double XML_SAX2_MAGIC = 0xDEEDBEAF; 
     9public import bcd.libxml2.xmlIO; 
     10public import bcd.libxml2.globals; 
     11public import bcd.libxml2.threads; 
     12public import bcd.libxml2.xmlmemory; 
     13public import bcd.libxml2.SAX2; 
     14public import bcd.libxml2.SAX; 
     15public import bcd.libxml2.xlink; 
     16public import bcd.libxml2.encoding; 
     17public import bcd.libxml2.entities; 
     18public import bcd.libxml2.hash; 
     19public import bcd.libxml2.valid; 
     20public import bcd.libxml2.xmlautomata; 
     21public import bcd.libxml2.list; 
     22public import bcd.libxml2.xmlerror; 
     23public import bcd.libxml2.tree; 
     24public import bcd.libxml2.xmlregexp; 
     25public import bcd.libxml2.dict; 
     26public import bcd.libxml2.xmlstring; 
     27public import bcd.libxml2.xmlversion; 
    2528enum xmlFeature { 
    2629XML_WITH_THREAD=1, 
     
    7578XML_PARSE_COMPACT=65536, 
    7679} 
    77 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1887
    78 alias _BCD_func__1887 xmlExternalEntityLoader; 
     80alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1893
     81alias _BCD_func__1893 xmlExternalEntityLoader; 
    7982alias _xmlSAXHandlerV1 xmlSAXHandlerV1; 
    8083alias _xmlSAXHandlerV1 * xmlSAXHandlerV1Ptr; 
    81 alias void function(void *, char *, char *, char *) _BCD_func__1918
    82 alias _BCD_func__1918 internalSubsetSAXFunc; 
     84alias void function(void *, char *, char *, char *) _BCD_func__1924
     85alias _BCD_func__1924 internalSubsetSAXFunc; 
    8386alias int function(void *) _BCD_func__1395; 
    8487alias _BCD_func__1395 isStandaloneSAXFunc; 
    8588alias _BCD_func__1395 hasInternalSubsetSAXFunc; 
    8689alias _BCD_func__1395 hasExternalSubsetSAXFunc; 
    87 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1931
    88 alias _BCD_func__1931 resolveEntitySAXFunc; 
    89 alias _xmlEntity * function(void *, char *) _BCD_func__1930
    90 alias _BCD_func__1930 getEntitySAXFunc; 
    91 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1929
    92 alias _BCD_func__1929 entityDeclSAXFunc; 
    93 alias _BCD_func__1918 notationDeclSAXFunc; 
    94 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1928
    95 alias _BCD_func__1928 attributeDeclSAXFunc; 
    96 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1927
    97 alias _BCD_func__1927 elementDeclSAXFunc; 
    98 alias void function(void *, char *, char *, char *, char *) _BCD_func__1926
    99 alias _BCD_func__1926 unparsedEntityDeclSAXFunc; 
    100 alias void function(void *, _xmlSAXLocator *) _BCD_func__1925
    101 alias _BCD_func__1925 setDocumentLocatorSAXFunc; 
    102 alias void function(void *) _BCD_func__1701
    103 alias _BCD_func__1701 startDocumentSAXFunc; 
    104 alias _BCD_func__1701 endDocumentSAXFunc; 
    105 alias void function(void *, char *, char * *) _BCD_func__1924
    106 alias _BCD_func__1924 startElementSAXFunc; 
    107 alias void function(void *, char *) _BCD_func__1922
    108 alias _BCD_func__1922 endElementSAXFunc; 
    109 alias _BCD_func__1922 referenceSAXFunc; 
    110 alias void function(void *, char *, int) _BCD_func__1921
    111 alias _BCD_func__1921 charactersSAXFunc; 
    112 alias _BCD_func__1921 ignorableWhitespaceSAXFunc; 
    113 alias void function(void *, char *, char *) _BCD_func__1923
    114 alias _BCD_func__1923 processingInstructionSAXFunc; 
    115 alias _BCD_func__1922 commentSAXFunc; 
    116 alias void function(void *, char *, ...) _BCD_func__1920
    117 alias _BCD_func__1920 warningSAXFunc; 
    118 alias _BCD_func__1920 errorSAXFunc; 
    119 alias _BCD_func__1920 fatalErrorSAXFunc; 
    120 alias _BCD_func__1930 getParameterEntitySAXFunc; 
    121 alias _BCD_func__1921 cdataBlockSAXFunc; 
    122 alias _BCD_func__1918 externalSubsetSAXFunc; 
    123 alias _BCD_func__1918 endElementNsSAX2Func; 
    124 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1919
    125 alias _BCD_func__1919 startElementNsSAX2Func; 
    126 alias _BCD_func__1923 attributeSAXFunc; 
     90alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1937
     91alias _BCD_func__1937 resolveEntitySAXFunc; 
     92alias _xmlEntity * function(void *, char *) _BCD_func__1936
     93alias _BCD_func__1936 getEntitySAXFunc; 
     94alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1935
     95alias _BCD_func__1935 entityDeclSAXFunc; 
     96alias _BCD_func__1924 notationDeclSAXFunc; 
     97alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1934
     98alias _BCD_func__1934 attributeDeclSAXFunc; 
     99alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1933
     100alias _BCD_func__1933 elementDeclSAXFunc; 
     101alias void function(void *, char *, char *, char *, char *) _BCD_func__1932
     102alias _BCD_func__1932 unparsedEntityDeclSAXFunc; 
     103alias void function(void *, _xmlSAXLocator *) _BCD_func__1931
     104alias _BCD_func__1931 setDocumentLocatorSAXFunc; 
     105alias void function(void *) _BCD_func__1707
     106alias _BCD_func__1707 startDocumentSAXFunc; 
     107alias _BCD_func__1707 endDocumentSAXFunc; 
     108alias void function(void *, char *, char * *) _BCD_func__1930
     109alias _BCD_func__1930 startElementSAXFunc; 
     110alias void function(void *, char *) _BCD_func__1928
     111alias _BCD_func__1928 endElementSAXFunc; 
     112alias _BCD_func__1928 referenceSAXFunc; 
     113alias void function(void *, char *, int) _BCD_func__1927
     114alias _BCD_func__1927 charactersSAXFunc; 
     115alias _BCD_func__1927 ignorableWhitespaceSAXFunc; 
     116alias void function(void *, char *, char *) _BCD_func__1929
     117alias _BCD_func__1929 processingInstructionSAXFunc; 
     118alias _BCD_func__1928 commentSAXFunc; 
     119alias void function(void *, char *, ...) _BCD_func__1926
     120alias _BCD_func__1926 warningSAXFunc; 
     121alias _BCD_func__1926 errorSAXFunc; 
     122alias _BCD_func__1926 fatalErrorSAXFunc; 
     123alias _BCD_func__1936 getParameterEntitySAXFunc; 
     124alias _BCD_func__1927 cdataBlockSAXFunc; 
     125alias _BCD_func__1924 externalSubsetSAXFunc; 
     126alias _BCD_func__1924 endElementNsSAX2Func; 
     127alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1925
     128alias _BCD_func__1925 startElementNsSAX2Func; 
     129alias _BCD_func__1929 attributeSAXFunc; 
    127130enum xmlParserMode { 
    128131XML_PARSE_UNKNOWN=0, 
     
    157160alias _xmlParserNodeInfo xmlParserNodeInfo; 
    158161alias _xmlParserNodeInfo * xmlParserNodeInfoPtr; 
    159 alias void function(char *) _BCD_func__1944
    160 alias _BCD_func__1944 xmlParserInputDeallocate; 
    161 alias void function(void *, _xmlError *) _BCD_func__1965
    162 alias char * function(void *) _BCD_func__2639
    163 extern (C) int xmlHasFeature(int feature); 
    164 alias int function(void *, char *, int) _BCD_func__1874
    165 extern (C) _xmlDoc * xmlCtxtReadIO(_xmlParserCtxt * ctxt, _BCD_func__1874 ioread, _BCD_func__1395 ioclose, void * ioctx, char * URL, char * encoding, int options); 
    166 extern (C) _xmlDoc * xmlCtxtReadFd(_xmlParserCtxt * ctxt, int fd, char * URL, char * encoding, int options); 
    167 extern (C) _xmlDoc * xmlCtxtReadMemory(_xmlParserCtxt * ctxt, char * buffer, int size, char * URL, char * encoding, int options); 
    168 extern (C) _xmlDoc * xmlCtxtReadFile(_xmlParserCtxt * ctxt, char * filename, char * encoding, int options); 
    169 extern (C) _xmlDoc * xmlCtxtReadDoc(_xmlParserCtxt * ctxt, char * cur, char * URL, char * encoding, int options); 
    170 extern (C) _xmlDoc * xmlReadIO(_BCD_func__1874 ioread, _BCD_func__1395 ioclose, void * ioctx, char * URL, char * encoding, int options); 
    171 extern (C) _xmlDoc * xmlReadFd(int fd, char * URL, char * encoding, int options); 
    172 extern (C) _xmlDoc * xmlReadMemory(char * buffer, int size, char * URL, char * encoding, int options); 
    173 extern (C) _xmlDoc * xmlReadFile(char * URL, char * encoding, int options); 
    174 extern (C) _xmlDoc * xmlReadDoc(char * cur, char * URL, char * encoding, int options); 
    175 extern (C) int xmlCtxtUseOptions(_xmlParserCtxt * ctxt, int options); 
    176 extern (C) int xmlCtxtResetPush(_xmlParserCtxt * ctxt, char * chunk, int size, char * filename, char * encoding); 
    177 extern (C) void xmlCtxtReset(_xmlParserCtxt * ctxt); 
    178 extern (C) int xmlByteConsumed(_xmlParserCtxt * ctxt); 
    179 extern (C) _xmlParserInput * xmlLoadExternalEntity(char * URL, char * ID, _xmlParserCtxt * ctxt); 
    180 extern (C) _BCD_func__1887 xmlGetExternalEntityLoader(); 
    181 extern (C) void xmlSetExternalEntityLoader(_BCD_func__1887 f); 
    182 extern (C) void xmlParserAddNodeInfo(_xmlParserCtxt * ctxt, _xmlParserNodeInfo * info); 
    183 extern (C) uint xmlParserFindNodeInfoIndex(_xmlParserNodeInfoSeq * seq, _xmlNode * node); 
    184 extern (C) void xmlClearNodeInfoSeq(_xmlParserNodeInfoSeq * seq); 
    185 extern (C) void xmlInitNodeInfoSeq(_xmlParserNodeInfoSeq * seq); 
    186 extern (C) _xmlParserNodeInfo * xmlParserFindNodeInfo(_xmlParserCtxt * ctxt, _xmlNode * node); 
    187 extern (C) _xmlParserInput * xmlNewIOInputStream(_xmlParserCtxt * ctxt, _xmlParserInputBuffer * input, int enc); 
    188 extern (C) _xmlParserCtxt * xmlCreateIOParserCtxt(_xmlSAXHandler * sax, void * user_data, _BCD_func__1874 ioread, _BCD_func__1395 ioclose, void * ioctx, int enc); 
    189 extern (C) int xmlParseChunk(_xmlParserCtxt * ctxt, char * chunk, int size, int terminate); 
    190 extern (C) _xmlParserCtxt * xmlCreatePushParserCtxt(_xmlSAXHandler * sax, void * user_data, char * chunk, int size, char * filename); 
    191 extern (C) int xmlSetFeature(_xmlParserCtxt * ctxt, char * name, void * value); 
    192 extern (C) int xmlGetFeature(_xmlParserCtxt * ctxt, char * name, void * result); 
    193 extern (C) int xmlGetFeaturesList(int * len, char * * result); 
    194 extern (C) _xmlParserCtxt * xmlCreateDocParserCtxt(char * cur); 
    195 extern (C) void xmlSetupParserForBuffer(_xmlParserCtxt * ctxt, char * buffer, char * filename); 
    196 extern (C) void xmlFreeParserCtxt(_xmlParserCtxt * ctxt); 
    197 extern (C) void xmlClearParserCtxt(_xmlParserCtxt * ctxt); 
    198 extern (C) int xmlInitParserCtxt(_xmlParserCtxt * ctxt); 
     162alias void function(char *) _BCD_func__1950
     163alias _BCD_func__1950 xmlParserInputDeallocate; 
     164alias void function(void *, _xmlError *) _BCD_func__1971
     165alias char * function(void *) _BCD_func__2645
     166extern (C) int xmlHasFeature(int); 
     167alias int function(void *, char *, int) _BCD_func__1880
     168extern (C) _xmlDoc * xmlCtxtReadIO(_xmlParserCtxt *, _BCD_func__1880, _BCD_func__1395, void *, char *, char *, int); 
     169extern (C) _xmlDoc * xmlCtxtReadFd(_xmlParserCtxt *, int, char *, char *, int); 
     170extern (C) _xmlDoc * xmlCtxtReadMemory(_xmlParserCtxt *, char *, int, char *, char *, int); 
     171extern (C) _xmlDoc * xmlCtxtReadFile(_xmlParserCtxt *, char *, char *, int); 
     172extern (C) _xmlDoc * xmlCtxtReadDoc(_xmlParserCtxt *, char *, char *, char *, int); 
     173extern (C) _xmlDoc * xmlReadIO(_BCD_func__1880, _BCD_func__1395, void *, char *, char *, int); 
     174extern (C) _xmlDoc * xmlReadFd(int, char *, char *, int); 
     175extern (C) _xmlDoc * xmlReadMemory(char *, int, char *, char *, int); 
     176extern (C) _xmlDoc * xmlReadFile(char *, char *, int); 
     177extern (C) _xmlDoc * xmlReadDoc(char *, char *, char *, int); 
     178extern (C) int xmlCtxtUseOptions(_xmlParserCtxt *, int); 
     179extern (C) int xmlCtxtResetPush(_xmlParserCtxt *, char *, int, char *, char *); 
     180extern (C) void xmlCtxtReset(_xmlParserCtxt *); 
     181extern (C) int xmlByteConsumed(_xmlParserCtxt *); 
     182extern (C) _xmlParserInput * xmlLoadExternalEntity(char *, char *, _xmlParserCtxt *); 
     183extern (C) _BCD_func__1893 xmlGetExternalEntityLoader(); 
     184extern (C) void xmlSetExternalEntityLoader(_BCD_func__1893); 
     185extern (C) void xmlParserAddNodeInfo(_xmlParserCtxt *, _xmlParserNodeInfo *); 
     186extern (C) uint xmlParserFindNodeInfoIndex(_xmlParserNodeInfoSeq *, _xmlNode *); 
     187extern (C) void xmlClearNodeInfoSeq(_xmlParserNodeInfoSeq *); 
     188extern (C) void xmlInitNodeInfoSeq(_xmlParserNodeInfoSeq *); 
     189extern (C) _xmlParserNodeInfo * xmlParserFindNodeInfo(_xmlParserCtxt *, _xmlNode *); 
     190extern (C) _xmlParserInput * xmlNewIOInputStream(_xmlParserCtxt *, _xmlParserInputBuffer *, int); 
     191extern (C) _xmlParserCtxt * xmlCreateIOParserCtxt(_xmlSAXHandler *, void *, _BCD_func__1880, _BCD_func__1395, void *, int); 
     192extern (C) int xmlParseChunk(_xmlParserCtxt *, char *, int, int); 
     193extern (C) _xmlParserCtxt * xmlCreatePushParserCtxt(_xmlSAXHandler *, void *, char *, int, char *); 
     194extern (C) int xmlSetFeature(_xmlParserCtxt *, char *, void *); 
     195extern (C) int xmlGetFeature(_xmlParserCtxt *, char *, void *); 
     196extern (C) int xmlGetFeaturesList(int *, char * *); 
     197extern (C) _xmlParserCtxt * xmlCreateDocParserCtxt(char *); 
     198extern (C) void xmlSetupParserForBuffer(_xmlParserCtxt *, char *, char *); 
     199extern (C) void xmlFreeParserCtxt(_xmlParserCtxt *); 
     200extern (C) void xmlClearParserCtxt(_xmlParserCtxt *); 
     201extern (C) int xmlInitParserCtxt(_xmlParserCtxt *); 
    199202extern (C) _xmlParserCtxt * xmlNewParserCtxt(); 
    200 extern (C) int xmlParseCtxtExternalEntity(_xmlParserCtxt * ctx, char * URL, char * ID, _xmlNode * * lst); 
    201 extern (C) int xmlParseExternalEntity(_xmlDoc * doc, _xmlSAXHandler * sax, void * user_data, int depth, char * URL, char * ID, _xmlNode * * lst); 
    202 extern (C) int xmlParseBalancedChunkMemoryRecover(_xmlDoc * doc, _xmlSAXHandler * sax, void * user_data, int depth, char * string, _xmlNode * * lst, int recover); 
    203 extern (C) int xmlParseInNodeContext(_xmlNode * node, char * data, int datalen, int options, _xmlNode * * lst); 
    204 extern (C) int xmlParseBalancedChunkMemory(_xmlDoc * doc, _xmlSAXHandler * sax, void * user_data, int depth, char * string, _xmlNode * * lst); 
    205 extern (C) _xmlDtd * xmlIOParseDTD(_xmlSAXHandler * sax, _xmlParserInputBuffer * input, int enc); 
    206 extern (C) _xmlDtd * xmlParseDTD(char * ExternalID, char * SystemID); 
    207 extern (C) _xmlDtd * xmlSAXParseDTD(_xmlSAXHandler * sax, char * ExternalID, char * SystemID); 
    208 extern (C) _xmlDoc * xmlParseEntity(char * filename); 
    209 extern (C) _xmlDoc * xmlSAXParseEntity(_xmlSAXHandler * sax, char * filename); 
    210 extern (C) _xmlDoc * xmlSAXParseFileWithData(_xmlSAXHandler * sax, char * filename, int recovery, void * data); 
    211 extern (C) _xmlDoc * xmlSAXParseFile(_xmlSAXHandler * sax, char * filename, int recovery); 
    212 extern (C) _xmlDoc * xmlSAXParseMemoryWithData(_xmlSAXHandler * sax, char * buffer, int size, int recovery, void * data); 
    213 extern (C) _xmlDoc * xmlSAXParseMemory(_xmlSAXHandler * sax, char * buffer, int size, int recovery); 
    214 extern (C) _xmlDoc * xmlSAXParseDoc(_xmlSAXHandler * sax, char * cur, int recovery); 
    215 extern (C) int xmlSAXUserParseMemory(_xmlSAXHandler * sax, void * user_data, char * buffer, int size); 
    216 extern (C) int xmlSAXUserParseFile(_xmlSAXHandler * sax, void * user_data, char * filename); 
    217 extern (C) int xmlParseExtParsedEnt(_xmlParserCtxt * ctxt); 
    218 extern (C) int xmlParseDocument(_xmlParserCtxt * ctxt); 
    219 extern (C) _xmlDoc * xmlRecoverFile(char * filename); 
    220 extern (C) _xmlDoc * xmlRecoverMemory(char * buffer, int size); 
    221 extern (C) _xmlDoc * xmlRecoverDoc(char * cur); 
    222 extern (C) int xmlLineNumbersDefault(int val); 
    223 extern (C) int xmlPedanticParserDefault(int val); 
    224 extern (C) void xmlStopParser(_xmlParserCtxt * ctxt); 
    225 extern (C) int xmlKeepBlanksDefault(int val); 
    226 extern (C) int xmlSubstituteEntitiesDefault(int val); 
    227 extern (C) _xmlDoc * xmlParseMemory(char * buffer, int size); 
    228 extern (C) _xmlDoc * xmlParseFile(char * filename); 
    229 extern (C) _xmlDoc * xmlParseDoc(char * cur); 
    230 extern (C) int xmlParserInputGrow(_xmlParserInput * in_, int len); 
    231 extern (C) int xmlParserInputRead(_xmlParserInput * in_, int len); 
     203extern (C) int xmlParseCtxtExternalEntity(_xmlParserCtxt *, char *, char *, _xmlNode * *); 
     204extern (C) int xmlParseExternalEntity(_xmlDoc *, _xmlSAXHandler *, void *, int, char *, char *, _xmlNode * *); 
     205extern (C) int xmlParseBalancedChunkMemoryRecover(_xmlDoc *, _xmlSAXHandler *, void *, int, char *, _xmlNode * *, int); 
     206extern (C) int xmlParseInNodeContext(_xmlNode *, char *, int, int, _xmlNode * *); 
     207extern (C) int xmlParseBalancedChunkMemory(_xmlDoc *, _xmlSAXHandler *, void *, int, char *, _xmlNode * *); 
     208extern (C) _xmlDtd * xmlIOParseDTD(_xmlSAXHandler *, _xmlParserInputBuffer *, int); 
     209extern (C) _xmlDtd * xmlParseDTD(char *, char *); 
     210extern (C) _xmlDtd * xmlSAXParseDTD(_xmlSAXHandler *, char *, char *); 
     211extern (C) _xmlDoc * xmlParseEntity(char *); 
     212extern (C) _xmlDoc * xmlSAXParseEntity(_xmlSAXHandler *, char *); 
     213extern (C) _xmlDoc * xmlSAXParseFileWithData(_xmlSAXHandler *, char *, int, void *); 
     214extern (C) _xmlDoc * xmlSAXParseFile(_xmlSAXHandler *, char *, int); 
     215extern (C) _xmlDoc * xmlSAXParseMemoryWithData(_xmlSAXHandler *, char *, int, int, void *); 
     216extern (C) _xmlDoc * xmlSAXParseMemory(_xmlSAXHandler *, char *, int, int); 
     217extern (C) _xmlDoc * xmlSAXParseDoc(_xmlSAXHandler *, char *, int); 
     218extern (C) int xmlSAXUserParseMemory(_xmlSAXHandler *, void *, char *, int); 
     219extern (C) int xmlSAXUserParseFile(_xmlSAXHandler *, void *, char *); 
     220extern (C) int xmlParseExtParsedEnt(_xmlParserCtxt *); 
     221extern (C) int xmlParseDocument(_xmlParserCtxt *); 
     222extern (C) _xmlDoc * xmlRecoverFile(char *); 
     223extern (C) _xmlDoc * xmlRecoverMemory(char *, int); 
     224extern (C) _xmlDoc * xmlRecoverDoc(char *); 
     225extern (C) int xmlLineNumbersDefault(int); 
     226extern (C) int xmlPedanticParserDefault(int); 
     227extern (C) void xmlStopParser(_xmlParserCtxt *); 
     228extern (C) int xmlKeepBlanksDefault(int); 
     229extern (C) int xmlSubstituteEntitiesDefault(int); 
     230extern (C) _xmlDoc * xmlParseMemory(char *, int); 
     231extern (C) _xmlDoc * xmlParseFile(char *); 
     232extern (C) _xmlDoc * xmlParseDoc(char *); 
     233extern (C) int xmlParserInputGrow(_xmlParserInput *, int); 
     234extern (C) int xmlParserInputRead(_xmlParserInput *, int); 
    232235extern (C) void xmlCleanupParser(); 
    233236extern (C) void xmlInitParser(); 
    234 alias void function(_xmlNode *) _BCD_func__1691
    235 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1692
    236 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1693
    237 alias char * function(char *) _BCD_func__1698
    238 alias void * function(void *, uint) _BCD_func__1699
    239 alias void * function(uint) _BCD_func__1700
    240 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1708
    241 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1709
    242 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1710
    243 alias void function(void *, _xmlNode *) _BCD_func__1711
    244 alias int function(void *, void *) _BCD_func__1728
    245 alias int function(void *, char *, int) _BCD_func__1871
    246 alias void * function(char *) _BCD_func__1872
    247 alias int function(char *) _BCD_func__1873
    248 alias int function(char *, int *, char *, int *) _BCD_func__1884
    249 alias void function(void *) _BCD_func__1964
    250 alias void function(void *, void *, char *, char *, char *) _BCD_func__1981
    251 alias void function(void *, void *, char *) _BCD_func__1982
    252 alias void * function(void *, char *) _BCD_func__1983
    253 alias void function(void *, char *) _BCD_func__1984
    254 alias void function(void *, char *, void *, void *) _BCD_func__2103
     237alias void function(_xmlNode *) _BCD_func__1697
     238alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1698
     239alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1699
     240alias char * function(char *) _BCD_func__1704
     241alias void * function(void *, uint) _BCD_func__1705
     242alias void * function(uint) _BCD_func__1706
     243alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1714
     244alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1715
     245alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1716
     246alias void function(void *, _xmlNode *) _BCD_func__1717
     247alias int function(void *, void *) _BCD_func__1734
     248alias int function(void *, char *, int) _BCD_func__1877
     249alias void * function(char *) _BCD_func__1878
     250alias int function(char *) _BCD_func__1879
     251alias int function(char *, int *, char *, int *) _BCD_func__1890
     252alias void function(void *) _BCD_func__1970
     253alias void function(void *, void *, char *, char *, char *) _BCD_func__1987
     254alias void function(void *, void *, char *) _BCD_func__1988
     255alias void * function(void *, char *) _BCD_func__1989
     256alias void function(void *, char *) _BCD_func__1990
     257alias void function(void *, char *, void *, void *) _BCD_func__2109
    255258alias int function(void *, long *, int) _BCD_func__1397; 
    256259alias int function(void *, char *, uint) _BCD_func__1399; 
    257260alias int function(void *, char *, uint) _BCD_func__1401; 
    258 alias int function(void * *, char *) _BCD_func__2375; 
    259 alias int function(char *, char * * *, uint *) _BCD_func__2376; 
    260 alias int function(void *, char *, char *, char *, char *) _BCD_func__2377; 
    261 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2378; 
    262 alias void function(__gconv_step *) _BCD_func__2379; 
    263 alias int function(__gconv_step *) _BCD_func__2380; 
    264 alias uint function(__gconv_step *, char) _BCD_func__2381; 
    265 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2382; 
     261alias int function(void * *, char *) _BCD_func__2381; 
     262alias int function(char *, char * * *, uint *) _BCD_func__2382; 
     263alias int function(void *, char *, char *, char *, char *) _BCD_func__2383; 
    266264struct _xmlSAXHandlerV1 { 
    267 _BCD_func__1918 internalSubset; 
     265_BCD_func__1924 internalSubset; 
    268266_BCD_func__1395 isStandalone; 
    269267_BCD_func__1395 hasInternalSubset; 
    270268_BCD_func__1395 hasExternalSubset; 
    271 _BCD_func__1931 resolveEntity; 
    272 _BCD_func__1930 getEntity; 
    273 _BCD_func__1929 entityDecl; 
    274 _BCD_func__1918 notationDecl; 
    275 _BCD_func__1928 attributeDecl; 
    276 _BCD_func__1927 elementDecl; 
    277 _BCD_func__1926 unparsedEntityDecl; 
    278 _BCD_func__1925 setDocumentLocator; 
    279 _BCD_func__1701 startDocument; 
    280 _BCD_func__1701 endDocument; 
    281 _BCD_func__1924 startElement; 
    282 _BCD_func__1922 endElement; 
    283 _BCD_func__1922 reference; 
    284 _BCD_func__1921 characters; 
    285 _BCD_func__1921 ignorableWhitespace; 
    286 _BCD_func__1923 processingInstruction; 
    287 _BCD_func__1922 comment; 
    288 _BCD_func__1920 warning; 
    289 _BCD_func__1920 error; 
    290 _BCD_func__1920 fatalError; 
    291 _BCD_func__1930 getParameterEntity; 
    292 _BCD_func__1921 cdataBlock; 
    293 _BCD_func__1918 externalSubset; 
     269_BCD_func__1937 resolveEntity; 
     270_BCD_func__1936 getEntity; 
     271_BCD_func__1935 entityDecl; 
     272_BCD_func__1924 notationDecl; 
     273_BCD_func__1934 attributeDecl; 
     274_BCD_func__1933 elementDecl; 
     275_BCD_func__1932 unparsedEntityDecl; 
     276_BCD_func__1931 setDocumentLocator; 
     277_BCD_func__1707 startDocument; 
     278_BCD_func__1707 endDocument; 
     279_BCD_func__1930 startElement; 
     280_BCD_func__1928 endElement; 
     281_BCD_func__1928 reference; 
     282_BCD_func__1927 characters; 
     283_BCD_func__1927 ignorableWhitespace; 
     284_BCD_func__1929 processingInstruction; 
     285_BCD_func__1928 comment; 
     286_BCD_func__1926 warning; 
     287_BCD_func__1926 error; 
     288_BCD_func__1926 fatalError; 
     289_BCD_func__1936 getParameterEntity; 
     290_BCD_func__1927 cdataBlock; 
     291_BCD_func__1924 externalSubset; 
    294292uint initialized; 
    295293} 
     
    307305} 
    308306struct _xmlSAXHandler { 
    309 _BCD_func__1918 internalSubset; 
     307_BCD_func__1924 internalSubset; 
    310308_BCD_func__1395 isStandalone; 
    311309_BCD_func__1395 hasInternalSubset; 
    312310_BCD_func__1395 hasExternalSubset; 
    313 _BCD_func__1931 resolveEntity; 
    314 _BCD_func__1930 getEntity; 
    315 _BCD_func__1929 entityDecl; 
    316 _BCD_func__1918 notationDecl; 
    317 _BCD_func__1928 attributeDecl; 
    318 _BCD_func__1927 elementDecl; 
    319 _BCD_func__1926 unparsedEntityDecl; 
    320 _BCD_func__1925 setDocumentLocator; 
    321 _BCD_func__1701 startDocument; 
    322 _BCD_func__1701 endDocument; 
    323 _BCD_func__1924 startElement; 
    324 _BCD_func__1922 endElement; 
    325 _BCD_func__1922 reference; 
    326 _BCD_func__1921 characters; 
    327 _BCD_func__1921 ignorableWhitespace; 
    328 _BCD_func__1923 processingInstruction; 
    329 _BCD_func__1922 comment; 
    330 _BCD_func__1920 warning; 
    331 _BCD_func__1920 error; 
    332 _BCD_func__1920 fatalError; 
    333 _BCD_func__1930 getParameterEntity; 
    334 _BCD_func__1921 cdataBlock; 
    335 _BCD_func__1918 externalSubset; 
     311_BCD_func__1937 resolveEntity; 
     312_BCD_func__1936 getEntity; 
     313_BCD_func__1935 entityDecl; 
     314_BCD_func__1924 notationDecl; 
     315_BCD_func__1934 attributeDecl; 
     316_BCD_func__1933 elementDecl; 
     317_BCD_func__1932 unparsedEntityDecl; 
     318_BCD_func__1931 setDocumentLocator; 
     319_BCD_func__1707 startDocument; 
     320_BCD_func__1707 endDocument; 
     321_BCD_func__1930 startElement; 
     322_BCD_func__1928 endElement; 
     323_BCD_func__1928 reference; 
     324_BCD_func__1927 characters; 
     325_BCD_func__1927 ignorableWhitespace; 
     326_BCD_func__1929 processingInstruction; 
     327_BCD_func__1928 comment; 
     328_BCD_func__1926 warning; 
     329_BCD_func__1926 error; 
     330_BCD_func__1926 fatalError; 
     331_BCD_func__1936 getParameterEntity; 
     332_BCD_func__1927 cdataBlock; 
     333_BCD_func__1924 externalSubset; 
    336334uint initialized; 
    337335void * _private; 
    338 _BCD_func__1919 startElementNs; 
    339 _BCD_func__1918 endElementNs; 
    340 _BCD_func__1965 serror; 
     336_BCD_func__1925 startElementNs; 
     337_BCD_func__1924 endElementNs; 
     338_BCD_func__1971 serror; 
    341339} 
    342340struct _xmlSAXLocator { 
    343 _BCD_func__2639 getPublicId; 
    344 _BCD_func__2639 getSystemId; 
     341_BCD_func__2645 getPublicId; 
     342_BCD_func__2645 getSystemId; 
    345343_BCD_func__1395 getLineNumber; 
    346344_BCD_func__1395 getColumnNumber; 
     
    440438int col; 
    441439uint consumed; 
    442 _BCD_func__1944 free; 
     440_BCD_func__1950 free; 
    443441char * encoding; 
    444442char * version_; 
  • trunk/bindings/bcd/libxml2/parserInternals.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.parserInternals; 
     3align(4): 
    34const int XML_MAX_NAMELEN = 100; 
    45const int INPUT_CHUNK = 250; 
    5 const int IS_COMBINING_CH(c) = 0; 
    66const int XML_SUBSTITUTE_NONE = 0; 
    77const int XML_SUBSTITUTE_REF = 1; 
    88const int XML_SUBSTITUTE_PEREF = 2; 
    99const int XML_SUBSTITUTE_BOTH = 3; 
    10 import bcd.libxml2.chvalid; 
    11 import bcd.libxml2.HTMLparser; 
    12 import bcd.libxml2.parser; 
    13 import bcd.libxml2.xmlIO; 
    14 import bcd.libxml2.globals; 
    15 import bcd.libxml2.threads; 
    16 import bcd.libxml2.xmlmemory; 
    17 import bcd.libxml2.SAX2; 
    18 import bcd.libxml2.SAX; 
    19 import bcd.libxml2.xlink; 
    20 import bcd.libxml2.encoding; 
    21 import bcd.libxml2.entities; 
    22 import bcd.libxml2.hash; 
    23 import bcd.libxml2.valid; 
    24 import bcd.libxml2.xmlautomata; 
    25 import bcd.libxml2.list; 
    26 import bcd.libxml2.xmlerror; 
    27 import bcd.libxml2.tree; 
    28 import bcd.libxml2.xmlregexp; 
    29 import bcd.libxml2.dict; 
    30 import bcd.libxml2.xmlstring; 
    31 import bcd.libxml2.xmlversion; 
    32 alias void function(_xmlEntity *, _xmlNode *, _xmlNode *) _BCD_func__1818
    33 alias _BCD_func__1818 xmlEntityReferenceFunc; 
    34 extern (C) void xmlHandleEntity(_xmlParserCtxt * ctxt, _xmlEntity * entity); 
    35 extern (C) char * xmlDecodeEntities(_xmlParserCtxt * ctxt, int len, int what, char end, char end2, char end3); 
    36 extern (C) char * xmlNamespaceParseQName(_xmlParserCtxt * ctxt, char * * prefix); 
    37 extern (C) void xmlParserHandleReference(_xmlParserCtxt * ctxt); 
    38 extern (C) char * xmlNamespaceParseNCName(_xmlParserCtxt * ctxt); 
    39 extern (C) char * xmlScanName(_xmlParserCtxt * ctxt); 
    40 extern (C) char * xmlNamespaceParseNSDef(_xmlParserCtxt * ctxt); 
    41 extern (C) void xmlParseNamespace(_xmlParserCtxt * ctxt); 
    42 extern (C) char * xmlParseQuotedString(_xmlParserCtxt * ctxt); 
    43 extern (C) void xmlSetEntityReferenceFunc(_BCD_func__1818 func); 
    44 extern (C) _xmlParserCtxt * htmlCreateFileParserCtxt(char * filename, char * encoding); 
     10public import bcd.libxml2.chvalid; 
     11public import bcd.libxml2.HTMLparser; 
     12public import bcd.libxml2.parser; 
     13public import bcd.libxml2.xmlIO; 
     14public import bcd.libxml2.globals; 
     15public import bcd.libxml2.threads; 
     16public import bcd.libxml2.xmlmemory; 
     17public import bcd.libxml2.SAX2; 
     18public import bcd.libxml2.SAX; 
     19public import bcd.libxml2.xlink; 
     20public import bcd.libxml2.encoding; 
     21public import bcd.libxml2.entities; 
     22public import bcd.libxml2.hash; 
     23public import bcd.libxml2.valid; 
     24public import bcd.libxml2.xmlautomata; 
     25public import bcd.libxml2.list; 
     26public import bcd.libxml2.xmlerror; 
     27public import bcd.libxml2.tree; 
     28public import bcd.libxml2.xmlregexp; 
     29public import bcd.libxml2.dict; 
     30public import bcd.libxml2.xmlstring; 
     31public import bcd.libxml2.xmlversion; 
     32alias void function(_xmlEntity *, _xmlNode *, _xmlNode *) _BCD_func__1824
     33alias _BCD_func__1824 xmlEntityReferenceFunc; 
     34extern (C) void xmlHandleEntity(_xmlParserCtxt *, _xmlEntity *); 
     35extern (C) char * xmlDecodeEntities(_xmlParserCtxt *, int, int, char, char, char); 
     36extern (C) char * xmlNamespaceParseQName(_xmlParserCtxt *, char * *); 
     37extern (C) void xmlParserHandleReference(_xmlParserCtxt *); 
     38extern (C) char * xmlNamespaceParseNCName(_xmlParserCtxt *); 
     39extern (C) char * xmlScanName(_xmlParserCtxt *); 
     40extern (C) char * xmlNamespaceParseNSDef(_xmlParserCtxt *); 
     41extern (C) void xmlParseNamespace(_xmlParserCtxt *); 
     42extern (C) char * xmlParseQuotedString(_xmlParserCtxt *); 
     43extern (C) void xmlSetEntityReferenceFunc(_BCD_func__1824); 
     44extern (C) _xmlParserCtxt * htmlCreateFileParserCtxt(char *, char *); 
    4545extern (C) void htmlInitAutoClose(); 
    46 extern (C) void xmlParserInputShrink(_xmlParserInput * in_); 
    47 extern (C) void xmlNextChar(_xmlParserCtxt * ctxt); 
    48 extern (C) int xmlCopyChar(int len, char * out_, int val); 
    49 extern (C) int xmlCopyCharMultiByte(char * out_, int val); 
    50 extern (C) int xmlCurrentChar(_xmlParserCtxt * ctxt, int * len); 
    51 extern (C) int xmlCheckLanguageID(char * lang); 
    52 extern (C) void xmlParserHandlePEReference(_xmlParserCtxt * ctxt); 
    53 extern (C) int xmlStringCurrentChar(_xmlParserCtxt * ctxt, char * cur, int * len); 
    54 extern (C) int xmlSkipBlankChars(_xmlParserCtxt * ctxt); 
    55 extern (C) int namePush(_xmlParserCtxt * ctxt, char * value); 
    56 extern (C) char * namePop(_xmlParserCtxt * ctxt); 
    57 extern (C) _xmlParserInput * inputPop(_xmlParserCtxt * ctxt); 
    58 extern (C) int inputPush(_xmlParserCtxt * ctxt, _xmlParserInput * value); 
    59 extern (C) _xmlNode * nodePop(_xmlParserCtxt * ctxt); 
    60 extern (C) int nodePush(_xmlParserCtxt * ctxt, _xmlNode * value); 
    61 extern (C) char * xmlStringLenDecodeEntities(_xmlParserCtxt * ctxt, char * str, int len, int what, char end, char end2, char end3); 
    62 extern (C) char * xmlStringDecodeEntities(_xmlParserCtxt * ctxt, char * str, int what, char end, char end2, char end3); 
    63 extern (C) void xmlParseExternalSubset(_xmlParserCtxt * ctxt, char * ExternalID, char * SystemID); 
    64 extern (C) void xmlParseMisc(_xmlParserCtxt * ctxt); 
    65 extern (C) void xmlParseTextDecl(_xmlParserCtxt * ctxt); 
    66 extern (C) void xmlParseXMLDecl(_xmlParserCtxt * ctxt); 
    67 extern (C) int xmlParseSDDecl(_xmlParserCtxt * ctxt); 
    68 extern (C) char * xmlParseEncodingDecl(_xmlParserCtxt * ctxt); 
    69 extern (C) char * xmlParseEncName(_xmlParserCtxt * ctxt); 
    70 extern (C) char * xmlParseVersionInfo(_xmlParserCtxt * ctxt); 
    71 extern (C) char * xmlParseVersionNum(_xmlParserCtxt * ctxt); 
    72 extern (C) void xmlParseElement(_xmlParserCtxt * ctxt); 
    73 extern (C) void xmlParseContent(_xmlParserCtxt * ctxt); 
    74 extern (C) void xmlParseCDSect(_xmlParserCtxt * ctxt); 
    75 extern (C) void xmlParseEndTag(_xmlParserCtxt * ctxt); 
    76 extern (C) char * xmlParseStartTag(_xmlParserCtxt * ctxt); 
    77 extern (C) char * xmlParseAttribute(_xmlParserCtxt * ctxt, char * * value); 
    78 extern (C) void xmlParseDocTypeDecl(_xmlParserCtxt * ctxt); 
    79 extern (C) void xmlParsePEReference(_xmlParserCtxt * ctxt); 
    80 extern (C) void xmlParseReference(_xmlParserCtxt * ctxt); 
    81 extern (C) _xmlEntity * xmlParseEntityRef(_xmlParserCtxt * ctxt); 
    82 extern (C) int xmlParseCharRef(_xmlParserCtxt * ctxt); 
    83 extern (C) void xmlParseMarkupDecl(_xmlParserCtxt * ctxt); 
    84 extern (C) int xmlParseElementDecl(_xmlParserCtxt * ctxt); 
    85 extern (C) int xmlParseElementContentDecl(_xmlParserCtxt * ctxt, char * name, _xmlElementContent * * result); 
    86 extern (C) _xmlElementContent * xmlParseElementChildrenContentDecl(_xmlParserCtxt * ctxt, int inputchk); 
    87 extern (C) _xmlElementContent * xmlParseElementMixedContentDecl(_xmlParserCtxt * ctxt, int inputchk); 
    88 extern (C) void xmlParseAttributeListDecl(_xmlParserCtxt * ctxt); 
    89 extern (C) int xmlParseAttributeType(_xmlParserCtxt * ctxt, _xmlEnumeration * * tree); 
    90 extern (C) int xmlParseEnumeratedType(_xmlParserCtxt * ctxt, _xmlEnumeration * * tree); 
    91 extern (C) _xmlEnumeration * xmlParseEnumerationType(_xmlParserCtxt * ctxt); 
    92 extern (C) _xmlEnumeration * xmlParseNotationType(_xmlParserCtxt * ctxt); 
    93 extern (C) int xmlParseDefaultDecl(_xmlParserCtxt * ctxt, char * * value); 
    94 extern (C) void xmlParseEntityDecl(_xmlParserCtxt * ctxt); 
    95 extern (C) void xmlParseNotationDecl(_xmlParserCtxt * ctxt); 
    96 extern (C) void xmlParsePI(_xmlParserCtxt * ctxt); 
    97 extern (C) char * xmlParsePITarget(_xmlParserCtxt * ctxt); 
    98 extern (C) void xmlParseComment(_xmlParserCtxt * ctxt); 
    99 extern (C) char * xmlParseExternalID(_xmlParserCtxt * ctxt, char * * publicID, int strict); 
    100 extern (C) void xmlParseCharData(_xmlParserCtxt * ctxt, int cdata); 
    101 extern (C) char * xmlParsePubidLiteral(_xmlParserCtxt * ctxt); 
    102 extern (C) char * xmlParseSystemLiteral(_xmlParserCtxt * ctxt); 
    103 extern (C) char * xmlParseAttValue(_xmlParserCtxt * ctxt); 
    104 extern (C) char * xmlParseEntityValue(_xmlParserCtxt * ctxt, char * * orig); 
    105 extern (C) char * xmlParseNmtoken(_xmlParserCtxt * ctxt); 
    106 extern (C) char * xmlParseName(_xmlParserCtxt * ctxt); 
    107 extern (C) char * xmlSplitQName(_xmlParserCtxt * ctxt, char * name, char * * prefix); 
    108 extern (C) _xmlParserInput * xmlNewInputStream(_xmlParserCtxt * ctxt); 
    109 extern (C) _xmlParserInput * xmlNewInputFromFile(_xmlParserCtxt * ctxt, char * filename); 
    110 extern (C) void xmlFreeInputStream(_xmlParserInput * input); 
    111 extern (C) char xmlPopInput(_xmlParserCtxt * ctxt); 
    112 extern (C) void xmlPushInput(_xmlParserCtxt * ctxt, _xmlParserInput * input); 
    113 extern (C) _xmlParserInput * xmlNewEntityInputStream(_xmlParserCtxt * ctxt, _xmlEntity * entity); 
    114 extern (C) _xmlParserInput * xmlNewStringInputStream(_xmlParserCtxt * ctxt, char * buffer); 
    115 extern (C) int xmlSwitchInputEncoding(_xmlParserCtxt * ctxt, _xmlParserInput * input, _xmlCharEncodingHandler * handler); 
    116 extern (C) int xmlSwitchToEncoding(_xmlParserCtxt * ctxt, _xmlCharEncodingHandler * handler); 
    117 extern (C) int xmlSwitchEncoding(_xmlParserCtxt * ctxt, int enc); 
    118 extern (C) _xmlParserCtxt * xmlCreateEntityParserCtxt(char * URL, char * ID, char * base); 
    119 extern (C) _xmlParserCtxt * xmlCreateMemoryParserCtxt(char * buffer, int size); 
    120 extern (C) _xmlParserCtxt * xmlCreateURLParserCtxt(char * filename, int options); 
    121 extern (C) _xmlParserCtxt * xmlCreateFileParserCtxt(char * filename); 
    122 extern (C) int xmlIsLetter(int c); 
    123 alias void function(_xmlNode *) _BCD_func__2064
    124 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__2065
    125 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__2066
    126 alias char * function(char *) _BCD_func__2071
    127 alias void * function(void *, uint) _BCD_func__2072
    128 alias void * function(uint) _BCD_func__2073
    129 alias void function(void *) _BCD_func__2074
    130 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__2080
    131 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__2081
    132 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__2082
    133 alias void function(void *, _xmlNode *) _BCD_func__2083
    134 alias int function(void *, void *) _BCD_func__2100
     46extern (C) void xmlParserInputShrink(_xmlParserInput *); 
     47extern (C) void xmlNextChar(_xmlParserCtxt *); 
     48extern (C) int xmlCopyChar(int, char *, int); 
     49extern (C) int xmlCopyCharMultiByte(char *, int); 
     50extern (C) int xmlCurrentChar(_xmlParserCtxt *, int *); 
     51extern (C) int xmlCheckLanguageID(char *); 
     52extern (C) void xmlParserHandlePEReference(_xmlParserCtxt *); 
     53extern (C) int xmlStringCurrentChar(_xmlParserCtxt *, char *, int *); 
     54extern (C) int xmlSkipBlankChars(_xmlParserCtxt *); 
     55extern (C) int namePush(_xmlParserCtxt *, char *); 
     56extern (C) char * namePop(_xmlParserCtxt *); 
     57extern (C) _xmlParserInput * inputPop(_xmlParserCtxt *); 
     58extern (C) int inputPush(_xmlParserCtxt *, _xmlParserInput *); 
     59extern (C) _xmlNode * nodePop(_xmlParserCtxt *); 
     60extern (C) int nodePush(_xmlParserCtxt *, _xmlNode *); 
     61extern (C) char * xmlStringLenDecodeEntities(_xmlParserCtxt *, char *, int, int, char, char, char); 
     62extern (C) char * xmlStringDecodeEntities(_xmlParserCtxt *, char *, int, char, char, char); 
     63extern (C) void xmlParseExternalSubset(_xmlParserCtxt *, char *, char *); 
     64extern (C) void xmlParseMisc(_xmlParserCtxt *); 
     65extern (C) void xmlParseTextDecl(_xmlParserCtxt *); 
     66extern (C) void xmlParseXMLDecl(_xmlParserCtxt *); 
     67extern (C) int xmlParseSDDecl(_xmlParserCtxt *); 
     68extern (C) char * xmlParseEncodingDecl(_xmlParserCtxt *); 
     69extern (C) char * xmlParseEncName(_xmlParserCtxt *); 
     70extern (C) char * xmlParseVersionInfo(_xmlParserCtxt *); 
     71extern (C) char * xmlParseVersionNum(_xmlParserCtxt *); 
     72extern (C) void xmlParseElement(_xmlParserCtxt *); 
     73extern (C) void xmlParseContent(_xmlParserCtxt *); 
     74extern (C) void xmlParseCDSect(_xmlParserCtxt *); 
     75extern (C) void xmlParseEndTag(_xmlParserCtxt *); 
     76extern (C) char * xmlParseStartTag(_xmlParserCtxt *); 
     77extern (C) char * xmlParseAttribute(_xmlParserCtxt *, char * *); 
     78extern (C) void xmlParseDocTypeDecl(_xmlParserCtxt *); 
     79extern (C) void xmlParsePEReference(_xmlParserCtxt *); 
     80extern (C) void xmlParseReference(_xmlParserCtxt *); 
     81extern (C) _xmlEntity * xmlParseEntityRef(_xmlParserCtxt *); 
     82extern (C) int xmlParseCharRef(_xmlParserCtxt *); 
     83extern (C) void xmlParseMarkupDecl(_xmlParserCtxt *); 
     84extern (C) int xmlParseElementDecl(_xmlParserCtxt *); 
     85extern (C) int xmlParseElementContentDecl(_xmlParserCtxt *, char *, _xmlElementContent * *); 
     86extern (C) _xmlElementContent * xmlParseElementChildrenContentDecl(_xmlParserCtxt *, int); 
     87extern (C) _xmlElementContent * xmlParseElementMixedContentDecl(_xmlParserCtxt *, int); 
     88extern (C) void xmlParseAttributeListDecl(_xmlParserCtxt *); 
     89extern (C) int xmlParseAttributeType(_xmlParserCtxt *, _xmlEnumeration * *); 
     90extern (C) int xmlParseEnumeratedType(_xmlParserCtxt *, _xmlEnumeration * *); 
     91extern (C) _xmlEnumeration * xmlParseEnumerationType(_xmlParserCtxt *); 
     92extern (C) _xmlEnumeration * xmlParseNotationType(_xmlParserCtxt *); 
     93extern (C) int xmlParseDefaultDecl(_xmlParserCtxt *, char * *); 
     94extern (C) void xmlParseEntityDecl(_xmlParserCtxt *); 
     95extern (C) void xmlParseNotationDecl(_xmlParserCtxt *); 
     96extern (C) void xmlParsePI(_xmlParserCtxt *); 
     97extern (C) char * xmlParsePITarget(_xmlParserCtxt *); 
     98extern (C) void xmlParseComment(_xmlParserCtxt *); 
     99extern (C) char * xmlParseExternalID(_xmlParserCtxt *, char * *, int); 
     100extern (C) void xmlParseCharData(_xmlParserCtxt *, int); 
     101extern (C) char * xmlParsePubidLiteral(_xmlParserCtxt *); 
     102extern (C) char * xmlParseSystemLiteral(_xmlParserCtxt *); 
     103extern (C) char * xmlParseAttValue(_xmlParserCtxt *); 
     104extern (C) char * xmlParseEntityValue(_xmlParserCtxt *, char * *); 
     105extern (C) char * xmlParseNmtoken(_xmlParserCtxt *); 
     106extern (C) char * xmlParseName(_xmlParserCtxt *); 
     107extern (C) char * xmlSplitQName(_xmlParserCtxt *, char *, char * *); 
     108extern (C) _xmlParserInput * xmlNewInputStream(_xmlParserCtxt *); 
     109extern (C) _xmlParserInput * xmlNewInputFromFile(_xmlParserCtxt *, char *); 
     110extern (C) void xmlFreeInputStream(_xmlParserInput *); 
     111extern (C) char xmlPopInput(_xmlParserCtxt *); 
     112extern (C) void xmlPushInput(_xmlParserCtxt *, _xmlParserInput *); 
     113extern (C) _xmlParserInput * xmlNewEntityInputStream(_xmlParserCtxt *, _xmlEntity *); 
     114extern (C) _xmlParserInput * xmlNewStringInputStream(_xmlParserCtxt *, char *); 
     115extern (C) int xmlSwitchInputEncoding(_xmlParserCtxt *, _xmlParserInput *, _xmlCharEncodingHandler *); 
     116extern (C) int xmlSwitchToEncoding(_xmlParserCtxt *, _xmlCharEncodingHandler *); 
     117extern (C) int xmlSwitchEncoding(_xmlParserCtxt *, int); 
     118extern (C) _xmlParserCtxt * xmlCreateEntityParserCtxt(char *, char *, char *); 
     119extern (C) _xmlParserCtxt * xmlCreateMemoryParserCtxt(char *, int); 
     120extern (C) _xmlParserCtxt * xmlCreateURLParserCtxt(char *, int); 
     121extern (C) _xmlParserCtxt * xmlCreateFileParserCtxt(char *); 
     122extern (C) int xmlIsLetter(int); 
     123alias void function(_xmlNode *) _BCD_func__2070
     124alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__2071
     125alias _xmlParserInputBuffer * function(char *, int) _BCD_func__2072
     126alias char * function(char *) _BCD_func__2077
     127alias void * function(void *, uint) _BCD_func__2078
     128alias void * function(uint) _BCD_func__2079
     129alias void function(void *) _BCD_func__2080
     130alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__2086
     131alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__2087
     132alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__2088
     133alias void function(void *, _xmlNode *) _BCD_func__2089
     134alias int function(void *, void *) _BCD_func__2106
    135135alias int function(void *) _BCD_func__1574; 
    136 alias int function(void *, char *, int) _BCD_func__2243
    137 alias void * function(char *) _BCD_func__2244
    138 alias int function(char *) _BCD_func__2245
    139 alias int function(void *, char *, int) _BCD_func__2246
    140 alias int function(char *, int *, char *, int *) _BCD_func__2254
    141 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2257
    142 alias void function(void *, char *, char *, char *) _BCD_func__2288
    143 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2289
    144 alias void function(void *, char *, ...) _BCD_func__2290
    145 alias void function(void *, char *, int) _BCD_func__2291
    146 alias void function(void *, char *) _BCD_func__2292
    147 alias void function(void *, char *, char *) _BCD_func__2293
    148 alias void function(void *, char *, char * *) _BCD_func__2294
    149 alias void function(void *, _xmlSAXLocator *) _BCD_func__2295
    150 alias void function(void *, char *, char *, char *, char *) _BCD_func__2296
    151 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2297
    152 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2298
    153 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2299
    154 alias _xmlEntity * function(void *, char *) _BCD_func__2300
    155 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2301
    156 alias void function(char *) _BCD_func__2307
    157 alias void function(void *) _BCD_func__2327
    158 alias void function(void *, _xmlError *) _BCD_func__2328
    159 alias void function(void *, void *, char *, char *, char *) _BCD_func__2344
    160 alias void function(void *, void *, char *) _BCD_func__2345
    161 alias void * function(void *, char *) _BCD_func__2346
    162 alias void function(void *, char *) _BCD_func__2347
    163 alias void function(void *, char *, void *, void *) _BCD_func__2465
     136alias int function(void *, char *, int) _BCD_func__2249
     137alias void * function(char *) _BCD_func__2250
     138alias int function(char *) _BCD_func__2251
     139alias int function(void *, char *, int) _BCD_func__2252
     140alias int function(char *, int *, char *, int *) _BCD_func__2260
     141alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2263
     142alias void function(void *, char *, char *, char *) _BCD_func__2294
     143alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2295
     144alias void function(void *, char *, ...) _BCD_func__2296
     145alias void function(void *, char *, int) _BCD_func__2297
     146alias void function(void *, char *) _BCD_func__2298
     147alias void function(void *, char *, char *) _BCD_func__2299
     148alias void function(void *, char *, char * *) _BCD_func__2300
     149alias void function(void *, _xmlSAXLocator *) _BCD_func__2301
     150alias void function(void *, char *, char *, char *, char *) _BCD_func__2302
     151alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2303
     152alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2304
     153alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2305
     154alias _xmlEntity * function(void *, char *) _BCD_func__2306
     155alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2307
     156alias void function(char *) _BCD_func__2313
     157alias void function(void *) _BCD_func__2333
     158alias void function(void *, _xmlError *) _BCD_func__2334
     159alias void function(void *, void *, char *, char *, char *) _BCD_func__2350
     160alias void function(void *, void *, char *) _BCD_func__2351
     161alias void * function(void *, char *) _BCD_func__2352
     162alias void function(void *, char *) _BCD_func__2353
     163alias void function(void *, char *, void *, void *) _BCD_func__2471
    164164alias int function(void *, long *, int) _BCD_func__1576; 
    165165alias int function(void *, char *, uint) _BCD_func__1578; 
    166166alias int function(void *, char *, uint) _BCD_func__1580; 
    167 alias int function(void * *, char *) _BCD_func__2603; 
    168 alias int function(char *, char * * *, uint *) _BCD_func__2604; 
    169 alias int function(void *, char *, char *, char *, char *) _BCD_func__2605; 
    170 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2606; 
    171 alias void function(__gconv_step *) _BCD_func__2607; 
    172 alias int function(__gconv_step *) _BCD_func__2608; 
    173 alias uint function(__gconv_step *, char) _BCD_func__2609; 
    174 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2610; 
    175 extern (C) char [1] xmlStringComment; 
    176 extern (C) char [1] xmlStringTextNoenc; 
    177 extern (C) char [1] xmlStringText; 
    178 extern (C) uint xmlParserMaxDepth; 
     167alias int function(void * *, char *) _BCD_func__2609; 
     168alias int function(char *, char * * *, uint *) _BCD_func__2610; 
     169alias int function(void *, char *, char *, char *, char *) _BCD_func__2611; 
     170extern (C) extern char [1] xmlStringComment; 
     171extern (C) extern char [1] xmlStringTextNoenc; 
     172extern (C) extern char [1] xmlStringText; 
     173extern (C) extern uint xmlParserMaxDepth; 
  • trunk/bindings/bcd/libxml2/pattern.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.pattern; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.xmlmemory; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.xmlmemory; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324alias void xmlStreamCtxt; 
    2425alias void * xmlStreamCtxtPtr; 
     
    3132alias void xmlPattern; 
    3233alias void * xmlPatternPtr; 
    33 extern (C) int xmlStreamPop(void * stream); 
    34 extern (C) int xmlStreamPushAttr(void * stream, char * name, char * ns); 
    35 extern (C) int xmlStreamPush(void * stream, char * name, char * ns); 
    36 extern (C) void xmlFreeStreamCtxt(void * stream); 
    37 extern (C) void * xmlPatternGetStreamCtxt(void * comp); 
    38 extern (C) int xmlPatternFromRoot(void * comp); 
    39 extern (C) int xmlPatternMinDepth(void * comp); 
    40 extern (C) int xmlPatternMaxDepth(void * comp); 
    41 extern (C) int xmlPatternStreamable(void * comp); 
    42 extern (C) int xmlPatternMatch(void * comp, _xmlNode * node); 
    43 extern (C) void * xmlPatterncompile(char * pattern, void * dict, int flags, char * * namespaces); 
    44 extern (C) void xmlFreePatternList(void * comp); 
    45 extern (C) void xmlFreePattern(void * comp); 
    46 alias void function(_xmlNode *) _BCD_func__1707
    47 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1708
    48 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1709
    49 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1715
    50 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1716
    51 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1717
    52 alias void function(void *, _xmlNode *) _BCD_func__1718
    53 alias int function(void *, void *) _BCD_func__1735
     34extern (C) int xmlStreamPop(void *); 
     35extern (C) int xmlStreamPushAttr(void *, char *, char *); 
     36extern (C) int xmlStreamPush(void *, char *, char *); 
     37extern (C) void xmlFreeStreamCtxt(void *); 
     38extern (C) void * xmlPatternGetStreamCtxt(void *); 
     39extern (C) int xmlPatternFromRoot(void *); 
     40extern (C) int xmlPatternMinDepth(void *); 
     41extern (C) int xmlPatternMaxDepth(void *); 
     42extern (C) int xmlPatternStreamable(void *); 
     43extern (C) int xmlPatternMatch(void *, _xmlNode *); 
     44extern (C) void * xmlPatterncompile(char *, void *, int, char * *); 
     45extern (C) void xmlFreePatternList(void *); 
     46extern (C) void xmlFreePattern(void *); 
     47alias void function(_xmlNode *) _BCD_func__1713
     48alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1714
     49alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1715
     50alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1721
     51alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1722
     52alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1723
     53alias void function(void *, _xmlNode *) _BCD_func__1724
     54alias int function(void *, void *) _BCD_func__1741
    5455alias int function(void *) _BCD_func__1418; 
    55 alias int function(void *, char *, int) _BCD_func__1885
    56 alias void * function(char *) _BCD_func__1886
    57 alias int function(char *) _BCD_func__1887
    58 alias int function(void *, char *, int) _BCD_func__1888
    59 alias int function(char *, int *, char *, int *) _BCD_func__1898
    60 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1901
    61 alias void function(void *, char *, char *, char *) _BCD_func__1932
    62 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1933
    63 alias void function(void *, char *, ...) _BCD_func__1934
    64 alias void function(void *, char *, int) _BCD_func__1935
    65 alias void function(void *, char *) _BCD_func__1936
    66 alias void function(void *, char *, char *) _BCD_func__1937
    67 alias void function(void *, char *, char * *) _BCD_func__1938
    68 alias void function(void *) _BCD_func__1939
    69 alias void function(void *, _xmlSAXLocator *) _BCD_func__1940
    70 alias void function(void *, char *, char *, char *, char *) _BCD_func__1941
    71 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1942
    72 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1943
    73 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1944
    74 alias _xmlEntity * function(void *, char *) _BCD_func__1945
    75 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1946
    76 alias void function(char *) _BCD_func__1959
    77 alias void function(void *) _BCD_func__1979
    78 alias void function(void *, _xmlError *) _BCD_func__1980
    79 alias void function(void *, void *, char *, char *, char *) _BCD_func__1996
    80 alias void function(void *, void *, char *) _BCD_func__1997
    81 alias void * function(void *, char *) _BCD_func__1998
    82 alias void function(void *, char *) _BCD_func__1999
    83 alias char * function(char *) _BCD_func__2004
    84 alias void * function(void *, uint) _BCD_func__2005
    85 alias void * function(uint) _BCD_func__2006
    86 alias void function(void *, char *, void *, void *) _BCD_func__2125
     56alias int function(void *, char *, int) _BCD_func__1891
     57alias void * function(char *) _BCD_func__1892
     58alias int function(char *) _BCD_func__1893
     59alias int function(void *, char *, int) _BCD_func__1894
     60alias int function(char *, int *, char *, int *) _BCD_func__1904
     61alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1907
     62alias void function(void *, char *, char *, char *) _BCD_func__1938
     63alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1939
     64alias void function(void *, char *, ...) _BCD_func__1940
     65alias void function(void *, char *, int) _BCD_func__1941
     66alias void function(void *, char *) _BCD_func__1942
     67alias void function(void *, char *, char *) _BCD_func__1943
     68alias void function(void *, char *, char * *) _BCD_func__1944
     69alias void function(void *) _BCD_func__1945
     70alias void function(void *, _xmlSAXLocator *) _BCD_func__1946
     71alias void function(void *, char *, char *, char *, char *) _BCD_func__1947
     72alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1948
     73alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1949
     74alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1950
     75alias _xmlEntity * function(void *, char *) _BCD_func__1951
     76alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1952
     77alias void function(char *) _BCD_func__1965
     78alias void function(void *) _BCD_func__1985
     79alias void function(void *, _xmlError *) _BCD_func__1986
     80alias void function(void *, void *, char *, char *, char *) _BCD_func__2002
     81alias void function(void *, void *, char *) _BCD_func__2003
     82alias void * function(void *, char *) _BCD_func__2004
     83alias void function(void *, char *) _BCD_func__2005
     84alias char * function(char *) _BCD_func__2010
     85alias void * function(void *, uint) _BCD_func__2011
     86alias void * function(uint) _BCD_func__2012
     87alias void function(void *, char *, void *, void *) _BCD_func__2131
    8788alias int function(void *, long *, int) _BCD_func__1420; 
    8889alias int function(void *, char *, uint) _BCD_func__1422; 
    8990alias int function(void *, char *, uint) _BCD_func__1424; 
    90 alias int function(void * *, char *) _BCD_func__2398; 
    91 alias int function(char *, char * * *, uint *) _BCD_func__2399; 
    92 alias int function(void *, char *, char *, char *, char *) _BCD_func__2400; 
    93 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2401; 
    94 alias void function(__gconv_step *) _BCD_func__2402; 
    95 alias int function(__gconv_step *) _BCD_func__2403; 
    96 alias uint function(__gconv_step *, char) _BCD_func__2404; 
    97 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2405; 
     91alias int function(void * *, char *) _BCD_func__2404; 
     92alias int function(char *, char * * *, uint *) _BCD_func__2405; 
     93alias int function(void *, char *, char *, char *, char *) _BCD_func__2406; 
  • trunk/bindings/bcd/libxml2/relaxng.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.relaxng; 
    3 import bcd.libxml2.hash; 
    4 import bcd.libxml2.parser; 
    5 import bcd.libxml2.xmlIO; 
    6 import bcd.libxml2.globals; 
    7 import bcd.libxml2.threads; 
    8 import bcd.libxml2.xmlmemory; 
    9 import bcd.libxml2.SAX2; 
    10 import bcd.libxml2.SAX; 
    11 import bcd.libxml2.xlink; 
    12 import bcd.libxml2.encoding; 
    13 import bcd.libxml2.entities; 
    14 import bcd.libxml2.valid; 
    15 import bcd.libxml2.xmlautomata; 
    16 import bcd.libxml2.list; 
    17 import bcd.libxml2.xmlerror; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.hash; 
     5public import bcd.libxml2.parser; 
     6public import bcd.libxml2.xmlIO; 
     7public import bcd.libxml2.globals; 
     8public import bcd.libxml2.threads; 
     9public import bcd.libxml2.xmlmemory; 
     10public import bcd.libxml2.SAX2; 
     11public import bcd.libxml2.SAX; 
     12public import bcd.libxml2.xlink; 
     13public import bcd.libxml2.encoding; 
     14public import bcd.libxml2.entities; 
     15public import bcd.libxml2.valid; 
     16public import bcd.libxml2.xmlautomata; 
     17public import bcd.libxml2.list; 
     18public import bcd.libxml2.xmlerror; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324enum xmlRelaxNGParserFlag { 
    2425XML_RELAXNGP_NONE=0, 
     
    7273alias void xmlRelaxNGParserCtxt; 
    7374alias void * xmlRelaxNGParserCtxtPtr; 
    74 alias void function(void *, char *, ...) _BCD_func__1683
    75 alias _BCD_func__1683 xmlRelaxNGValidityWarningFunc; 
    76 alias _BCD_func__1683 xmlRelaxNGValidityErrorFunc; 
     75alias void function(void *, char *, ...) _BCD_func__1689
     76alias _BCD_func__1689 xmlRelaxNGValidityWarningFunc; 
     77alias _BCD_func__1689 xmlRelaxNGValidityErrorFunc; 
    7778alias void xmlRelaxNG; 
    7879alias void * xmlRelaxNGPtr; 
    79 extern (C) int xmlRelaxNGValidateFullElement(void * ctxt, _xmlDoc * doc, _xmlNode * elem); 
    80 extern (C) int xmlRelaxNGValidatePopElement(void * ctxt, _xmlDoc * doc, _xmlNode * elem); 
    81 extern (C) int xmlRelaxNGValidatePushCData(void * ctxt, char * data, int len); 
    82 extern (C) int xmlRelaxNGValidatePushElement(void * ctxt, _xmlDoc * doc, _xmlNode * elem); 
    83 extern (C) int xmlRelaxNGValidateDoc(void * ctxt, _xmlDoc * doc); 
    84 extern (C) void xmlRelaxNGFreeValidCtxt(void * ctxt); 
    85 extern (C) void * xmlRelaxNGNewValidCtxt(void * schema); 
    86 alias void function(void *, _xmlError *) _BCD_func__2010
    87 extern (C) void xmlRelaxNGSetValidStructuredErrors(void * ctxt, _BCD_func__2010 serror, void * ctx); 
    88 extern (C) int xmlRelaxNGGetValidErrors(void * ctxt, _BCD_func__1683 * err, _BCD_func__1683 * warn, void * * ctx); 
    89 extern (C) void xmlRelaxNGSetValidErrors(void * ctxt, _BCD_func__1683 err, _BCD_func__1683 warn, void * ctx); 
    90 extern (C) void xmlRelaxNGDumpTree(_IO_FILE * output, void * schema); 
    91 extern (C) void xmlRelaxNGDump(_IO_FILE * output, void * schema); 
    92 extern (C) void xmlRelaxNGFree(void * schema); 
    93 extern (C) void * xmlRelaxNGParse(void * ctxt); 
    94 extern (C) int xmlRelaxNGGetParserErrors(void * ctxt, _BCD_func__1683 * err, _BCD_func__1683 * warn, void * * ctx); 
    95 extern (C) void xmlRelaxNGSetParserErrors(void * ctxt, _BCD_func__1683 err, _BCD_func__1683 warn, void * ctx); 
    96 extern (C) void xmlRelaxNGFreeParserCtxt(void * ctxt); 
    97 extern (C) int xmlRelaxParserSetFlag(void * ctxt, int flag); 
    98 extern (C) void * xmlRelaxNGNewDocParserCtxt(_xmlDoc * doc); 
    99 extern (C) void * xmlRelaxNGNewMemParserCtxt(char * buffer, int size); 
    100 extern (C) void * xmlRelaxNGNewParserCtxt(char * URL); 
     80extern (C) int xmlRelaxNGValidateFullElement(void *, _xmlDoc *, _xmlNode *); 
     81extern (C) int xmlRelaxNGValidatePopElement(void *, _xmlDoc *, _xmlNode *); 
     82extern (C) int xmlRelaxNGValidatePushCData(void *, char *, int); 
     83extern (C) int xmlRelaxNGValidatePushElement(void *, _xmlDoc *, _xmlNode *); 
     84extern (C) int xmlRelaxNGValidateDoc(void *, _xmlDoc *); 
     85extern (C) void xmlRelaxNGFreeValidCtxt(void *); 
     86extern (C) void * xmlRelaxNGNewValidCtxt(void *); 
     87alias void function(void *, _xmlError *) _BCD_func__2016
     88extern (C) void xmlRelaxNGSetValidStructuredErrors(void *, _BCD_func__2016, void *); 
     89extern (C) int xmlRelaxNGGetValidErrors(void *, _BCD_func__1689 *, _BCD_func__1689 *, void * *); 
     90extern (C) void xmlRelaxNGSetValidErrors(void *, _BCD_func__1689, _BCD_func__1689, void *); 
     91extern (C) void xmlRelaxNGDumpTree(_IO_FILE *, void *); 
     92extern (C) void xmlRelaxNGDump(_IO_FILE *, void *); 
     93extern (C) void xmlRelaxNGFree(void *); 
     94extern (C) void * xmlRelaxNGParse(void *); 
     95extern (C) int xmlRelaxNGGetParserErrors(void *, _BCD_func__1689 *, _BCD_func__1689 *, void * *); 
     96extern (C) void xmlRelaxNGSetParserErrors(void *, _BCD_func__1689, _BCD_func__1689, void *); 
     97extern (C) void xmlRelaxNGFreeParserCtxt(void *); 
     98extern (C) int xmlRelaxParserSetFlag(void *, int); 
     99extern (C) void * xmlRelaxNGNewDocParserCtxt(_xmlDoc *); 
     100extern (C) void * xmlRelaxNGNewMemParserCtxt(char *, int); 
     101extern (C) void * xmlRelaxNGNewParserCtxt(char *); 
    101102extern (C) void xmlRelaxNGCleanupTypes(); 
    102103extern (C) int xmlRelaxNGInitTypes(); 
    103 alias void function(void *, void *, char *, char *, char *) _BCD_func__1684
    104 alias void function(void *, void *, char *) _BCD_func__1685
    105 alias void * function(void *, char *) _BCD_func__1686
    106 alias void function(void *, char *) _BCD_func__1687
    107 alias void function(_xmlNode *) _BCD_func__1737
    108 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1738
    109 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1739
    110 alias char * function(char *) _BCD_func__1744
    111 alias void * function(void *, uint) _BCD_func__1745
    112 alias void * function(uint) _BCD_func__1746
    113 alias void function(void *) _BCD_func__1747
    114 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1754
    115 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1755
    116 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1756
    117 alias void function(void *, _xmlNode *) _BCD_func__1757
    118 alias int function(void *, void *) _BCD_func__1774
     104alias void function(void *, void *, char *, char *, char *) _BCD_func__1690
     105alias void function(void *, void *, char *) _BCD_func__1691
     106alias void * function(void *, char *) _BCD_func__1692
     107alias void function(void *, char *) _BCD_func__1693
     108alias void function(_xmlNode *) _BCD_func__1743
     109alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1744
     110alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1745
     111alias char * function(char *) _BCD_func__1750
     112alias void * function(void *, uint) _BCD_func__1751
     113alias void * function(uint) _BCD_func__1752
     114alias void function(void *) _BCD_func__1753
     115alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1760
     116alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1761
     117alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1762
     118alias void function(void *, _xmlNode *) _BCD_func__1763
     119alias int function(void *, void *) _BCD_func__1780
    119120alias int function(void *) _BCD_func__1431; 
    120 alias int function(void *, char *, int) _BCD_func__1917
    121 alias void * function(char *) _BCD_func__1918
    122 alias int function(char *) _BCD_func__1919
    123 alias int function(void *, char *, int) _BCD_func__1920
    124 alias int function(char *, int *, char *, int *) _BCD_func__1930
    125 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1933
    126 alias void function(void *, char *, char *, char *) _BCD_func__1964
    127 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1965
    128 alias void function(void *, char *, int) _BCD_func__1966
    129 alias void function(void *, char *) _BCD_func__1967
    130 alias void function(void *, char *, char *) _BCD_func__1968
    131 alias void function(void *, char *, char * *) _BCD_func__1969
    132 alias void function(void *, _xmlSAXLocator *) _BCD_func__1970
    133 alias void function(void *, char *, char *, char *, char *) _BCD_func__1971
    134 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1972
    135 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1973
    136 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1974
    137 alias _xmlEntity * function(void *, char *) _BCD_func__1975
    138 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1976
    139 alias void function(char *) _BCD_func__1989
    140 alias void function(void *) _BCD_func__2009
    141 alias void function(void *, char *, void *, void *) _BCD_func__2144
     121alias int function(void *, char *, int) _BCD_func__1923
     122alias void * function(char *) _BCD_func__1924
     123alias int function(char *) _BCD_func__1925
     124alias int function(void *, char *, int) _BCD_func__1926
     125alias int function(char *, int *, char *, int *) _BCD_func__1936
     126alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1939
     127alias void function(void *, char *, char *, char *) _BCD_func__1970
     128alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1971
     129alias void function(void *, char *, int) _BCD_func__1972
     130alias void function(void *, char *) _BCD_func__1973
     131alias void function(void *, char *, char *) _BCD_func__1974
     132alias void function(void *, char *, char * *) _BCD_func__1975
     133alias void function(void *, _xmlSAXLocator *) _BCD_func__1976
     134alias void function(void *, char *, char *, char *, char *) _BCD_func__1977
     135alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1978
     136alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1979
     137alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1980
     138alias _xmlEntity * function(void *, char *) _BCD_func__1981
     139alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1982
     140alias void function(char *) _BCD_func__1995
     141alias void function(void *) _BCD_func__2015
     142alias void function(void *, char *, void *, void *) _BCD_func__2150
    142143alias int function(void *, long *, int) _BCD_func__1433; 
    143144alias int function(void *, char *, uint) _BCD_func__1435; 
    144145alias int function(void *, char *, uint) _BCD_func__1437; 
    145 alias int function(void * *, char *) _BCD_func__2416; 
    146 alias int function(char *, char * * *, uint *) _BCD_func__2417; 
    147 alias int function(void *, char *, char *, char *, char *) _BCD_func__2418; 
    148 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2419; 
    149 alias void function(__gconv_step *) _BCD_func__2420; 
    150 alias int function(__gconv_step *) _BCD_func__2421; 
    151 alias uint function(__gconv_step *, char) _BCD_func__2422; 
    152 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2423; 
     146alias int function(void * *, char *) _BCD_func__2422; 
     147alias int function(char *, char * * *, uint *) _BCD_func__2423; 
     148alias int function(void *, char *, char *, char *, char *) _BCD_func__2424; 
  • trunk/bindings/bcd/libxml2/schemasInternals.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.schemasInternals; 
     3align(4): 
    34const int XML_SCHEMAS_ANYATTR_SKIP = 1; 
    45const int XML_SCHEMAS_ANYATTR_LAX = 2; 
     
    7980const int XML_SCHEMAS_BLOCK_DEFAULT_SUBSTITUTION = 1; 
    8081const int XML_SCHEMAS_INCLUDING_CONVERT_NS = 1; 
    81 import bcd.libxml2.xmlregexp; 
    82 import bcd.libxml2.threads; 
    83 import bcd.libxml2.globals; 
    84 import bcd.libxml2.SAX2; 
    85 import bcd.libxml2.SAX; 
    86 import bcd.libxml2.xlink; 
    87 import bcd.libxml2.parser; 
    88 import bcd.libxml2.xmlIO; 
    89 import bcd.libxml2.encoding; 
    90 import bcd.libxml2.entities; 
    91 import bcd.libxml2.hash; 
    92 import bcd.libxml2.valid; 
    93 import bcd.libxml2.xmlautomata; 
    94 import bcd.libxml2.list; 
    95 import bcd.libxml2.xmlerror; 
    96 import bcd.libxml2.dict; 
    97 import bcd.libxml2.tree; 
    98 import bcd.libxml2.xmlmemory; 
    99 import bcd.libxml2.xmlstring; 
    100 import bcd.libxml2.xmlversion; 
     82public import bcd.libxml2.xmlregexp; 
     83public import bcd.libxml2.threads; 
     84public import bcd.libxml2.globals; 
     85public import bcd.libxml2.SAX2; 
     86public import bcd.libxml2.SAX; 
     87public import bcd.libxml2.xlink; 
     88public import bcd.libxml2.parser; 
     89public import bcd.libxml2.xmlIO; 
     90public import bcd.libxml2.encoding; 
     91public import bcd.libxml2.entities; 
     92public import bcd.libxml2.hash; 
     93public import bcd.libxml2.valid; 
     94public import bcd.libxml2.xmlautomata; 
     95public import bcd.libxml2.list; 
     96public import bcd.libxml2.xmlerror; 
     97public import bcd.libxml2.dict; 
     98public import bcd.libxml2.tree; 
     99public import bcd.libxml2.xmlmemory; 
     100public import bcd.libxml2.xmlstring; 
     101public import bcd.libxml2.xmlversion; 
    101102alias _xmlSchemaAnnot xmlSchemaAnnot; 
    102103alias _xmlSchemaAnnot * xmlSchemaAnnotPtr; 
     
    224225XML_SCHEMAS_ANYSIMPLETYPE=46, 
    225226} 
    226 extern (C) void xmlSchemaFreeWildcard(_xmlSchemaWildcard * wildcard); 
    227 extern (C) void xmlSchemaFreeType(_xmlSchemaType * type); 
    228 alias void function(void *, char *, void *, void *) _BCD_func__1872
    229 alias void function(_xmlNode *) _BCD_func__1917
    230 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1918
    231 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1919
    232 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1925
    233 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1926
    234 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1927
    235 alias void function(void *, _xmlNode *) _BCD_func__1928
    236 alias int function(void *, void *) _BCD_func__1945
     227extern (C) void xmlSchemaFreeWildcard(_xmlSchemaWildcard *); 
     228extern (C) void xmlSchemaFreeType(_xmlSchemaType *); 
     229alias void function(void *, char *, void *, void *) _BCD_func__1878
     230alias void function(_xmlNode *) _BCD_func__1923
     231alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1924
     232alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1925
     233alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1931
     234alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1932
     235alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1933
     236alias void function(void *, _xmlNode *) _BCD_func__1934
     237alias int function(void *, void *) _BCD_func__1951
    237238alias int function(void *) _BCD_func__1446; 
    238 alias int function(void *, char *, int) _BCD_func__2094
    239 alias void * function(char *) _BCD_func__2095
    240 alias int function(char *) _BCD_func__2096
    241 alias int function(void *, char *, int) _BCD_func__2097
    242 alias int function(char *, int *, char *, int *) _BCD_func__2107
    243 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2110
    244 alias void function(void *, char *, char *, char *) _BCD_func__2141
    245 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2142
    246 alias void function(void *, char *, ...) _BCD_func__2143
    247 alias void function(void *, char *, int) _BCD_func__2144
    248 alias void function(void *, char *) _BCD_func__2145
    249 alias void function(void *, char *, char *) _BCD_func__2146
    250 alias void function(void *, char *, char * *) _BCD_func__2147
    251 alias void function(void *) _BCD_func__2148
    252 alias void function(void *, _xmlSAXLocator *) _BCD_func__2149
    253 alias void function(void *, char *, char *, char *, char *) _BCD_func__2150
    254 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2151
    255 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2152
    256 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2153
    257 alias _xmlEntity * function(void *, char *) _BCD_func__2154
    258 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2155
    259 alias void function(char *) _BCD_func__2168
    260 alias void function(void *) _BCD_func__2188
    261 alias void function(void *, _xmlError *) _BCD_func__2189
    262 alias void function(void *, void *, char *, char *, char *) _BCD_func__2205
    263 alias void function(void *, void *, char *) _BCD_func__2206
    264 alias void * function(void *, char *) _BCD_func__2207
    265 alias void function(void *, char *) _BCD_func__2208
    266 alias char * function(char *) _BCD_func__2213
    267 alias void * function(void *, uint) _BCD_func__2214
    268 alias void * function(uint) _BCD_func__2215
     239alias int function(void *, char *, int) _BCD_func__2100
     240alias void * function(char *) _BCD_func__2101
     241alias int function(char *) _BCD_func__2102
     242alias int function(void *, char *, int) _BCD_func__2103
     243alias int function(char *, int *, char *, int *) _BCD_func__2113
     244alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2116
     245alias void function(void *, char *, char *, char *) _BCD_func__2147
     246alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2148
     247alias void function(void *, char *, ...) _BCD_func__2149
     248alias void function(void *, char *, int) _BCD_func__2150
     249alias void function(void *, char *) _BCD_func__2151
     250alias void function(void *, char *, char *) _BCD_func__2152
     251alias void function(void *, char *, char * *) _BCD_func__2153
     252alias void function(void *) _BCD_func__2154
     253alias void function(void *, _xmlSAXLocator *) _BCD_func__2155
     254alias void function(void *, char *, char *, char *, char *) _BCD_func__2156
     255alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2157
     256alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2158
     257alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2159
     258alias _xmlEntity * function(void *, char *) _BCD_func__2160
     259alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2161
     260alias void function(char *) _BCD_func__2174
     261alias void function(void *) _BCD_func__2194
     262alias void function(void *, _xmlError *) _BCD_func__2195
     263alias void function(void *, void *, char *, char *, char *) _BCD_func__2211
     264alias void function(void *, void *, char *) _BCD_func__2212
     265alias void * function(void *, char *) _BCD_func__2213
     266alias void function(void *, char *) _BCD_func__2214
     267alias char * function(char *) _BCD_func__2219
     268alias void * function(void *, uint) _BCD_func__2220
     269alias void * function(uint) _BCD_func__2221
    269270alias int function(void *, long *, int) _BCD_func__1448; 
    270271alias int function(void *, char *, uint) _BCD_func__1450; 
    271272alias int function(void *, char *, uint) _BCD_func__1452; 
    272 alias int function(void * *, char *) _BCD_func__2605; 
    273 alias int function(char *, char * * *, uint *) _BCD_func__2606; 
    274 alias int function(void *, char *, char *, char *, char *) _BCD_func__2607; 
    275 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2608; 
    276 alias void function(__gconv_step *) _BCD_func__2609; 
    277 alias int function(__gconv_step *) _BCD_func__2610; 
    278 alias uint function(__gconv_step *, char) _BCD_func__2611; 
    279 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2612; 
     273alias int function(void * *, char *) _BCD_func__2611; 
     274alias int function(char *, char * * *, uint *) _BCD_func__2612; 
     275alias int function(void *, char *, char *, char *, char *) _BCD_func__2613; 
    280276struct _xmlSchema { 
    281277char * name; 
  • trunk/bindings/bcd/libxml2/schematron.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.schematron; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.xmlmemory; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.xmlmemory; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324alias void xmlSchematronValidCtxt; 
    2425alias void * xmlSchematronValidCtxtPtr; 
    2526alias void xmlSchematronParserCtxt; 
    2627alias void * xmlSchematronParserCtxtPtr; 
    27 alias void function(void *, char *, ...) _BCD_func__1663
    28 alias _BCD_func__1663 xmlSchematronValidityWarningFunc; 
    29 alias _BCD_func__1663 xmlSchematronValidityErrorFunc; 
     28alias void function(void *, char *, ...) _BCD_func__1669
     29alias _BCD_func__1669 xmlSchematronValidityWarningFunc; 
     30alias _BCD_func__1669 xmlSchematronValidityErrorFunc; 
    3031alias void xmlSchematron; 
    3132alias void * xmlSchematronPtr; 
     
    3839XML_SCHEMATRON_OUT_IO=1024, 
    3940} 
    40 extern (C) int xmlSchematronValidateDoc(void * ctxt, _xmlDoc * instance); 
    41 extern (C) void xmlSchematronFreeValidCtxt(void * ctxt); 
    42 extern (C) void * xmlSchematronNewValidCtxt(void * schema, int options); 
    43 extern (C) void xmlSchematronFree(void * schema); 
    44 extern (C) void * xmlSchematronParse(void * ctxt); 
    45 extern (C) void xmlSchematronFreeParserCtxt(void * ctxt); 
    46 extern (C) void * xmlSchematronNewDocParserCtxt(_xmlDoc * doc); 
    47 extern (C) void * xmlSchematronNewMemParserCtxt(char * buffer, int size); 
    48 extern (C) void * xmlSchematronNewParserCtxt(char * URL); 
    49 alias void function(_xmlNode *) _BCD_func__1708
    50 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1709
    51 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1710
    52 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1718
    53 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1719
    54 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1720
    55 alias void function(void *, _xmlNode *) _BCD_func__1721
    56 alias int function(void *, void *) _BCD_func__1738
     41extern (C) int xmlSchematronValidateDoc(void *, _xmlDoc *); 
     42extern (C) void xmlSchematronFreeValidCtxt(void *); 
     43extern (C) void * xmlSchematronNewValidCtxt(void *, int); 
     44extern (C) void xmlSchematronFree(void *); 
     45extern (C) void * xmlSchematronParse(void *); 
     46extern (C) void xmlSchematronFreeParserCtxt(void *); 
     47extern (C) void * xmlSchematronNewDocParserCtxt(_xmlDoc *); 
     48extern (C) void * xmlSchematronNewMemParserCtxt(char *, int); 
     49extern (C) void * xmlSchematronNewParserCtxt(char *); 
     50alias void function(_xmlNode *) _BCD_func__1714
     51alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1715
     52alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1716
     53alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1724
     54alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1725
     55alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1726
     56alias void function(void *, _xmlNode *) _BCD_func__1727
     57alias int function(void *, void *) _BCD_func__1744
    5758alias int function(void *) _BCD_func__1420; 
    58 alias int function(void *, char *, int) _BCD_func__1888
    59 alias void * function(char *) _BCD_func__1889
    60 alias int function(char *) _BCD_func__1890
    61 alias int function(void *, char *, int) _BCD_func__1891
    62 alias int function(char *, int *, char *, int *) _BCD_func__1901
    63 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1904
    64 alias void function(void *, char *, char *, char *) _BCD_func__1935
    65 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1936
    66 alias void function(void *, char *, int) _BCD_func__1937
    67 alias void function(void *, char *) _BCD_func__1938
    68 alias void function(void *, char *, char *) _BCD_func__1939
    69 alias void function(void *, char *, char * *) _BCD_func__1940
    70 alias void function(void *) _BCD_func__1941
    71 alias void function(void *, _xmlSAXLocator *) _BCD_func__1942
    72 alias void function(void *, char *, char *, char *, char *) _BCD_func__1943
    73 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1944
    74 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1945
    75 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1946
    76 alias _xmlEntity * function(void *, char *) _BCD_func__1947
    77 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1948
    78 alias void function(char *) _BCD_func__1961
    79 alias void function(void *) _BCD_func__1981
    80 alias void function(void *, _xmlError *) _BCD_func__1982
    81 alias void function(void *, void *, char *, char *, char *) _BCD_func__1998
    82 alias void function(void *, void *, char *) _BCD_func__1999
    83 alias void * function(void *, char *) _BCD_func__2000
    84 alias void function(void *, char *) _BCD_func__2001
    85 alias char * function(char *) _BCD_func__2006
    86 alias void * function(void *, uint) _BCD_func__2007
    87 alias void * function(uint) _BCD_func__2008
    88 alias void function(void *, char *, void *, void *) _BCD_func__2127
     59alias int function(void *, char *, int) _BCD_func__1894
     60alias void * function(char *) _BCD_func__1895
     61alias int function(char *) _BCD_func__1896
     62alias int function(void *, char *, int) _BCD_func__1897
     63alias int function(char *, int *, char *, int *) _BCD_func__1907
     64alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1910
     65alias void function(void *, char *, char *, char *) _BCD_func__1941
     66alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1942
     67alias void function(void *, char *, int) _BCD_func__1943
     68alias void function(void *, char *) _BCD_func__1944
     69alias void function(void *, char *, char *) _BCD_func__1945
     70alias void function(void *, char *, char * *) _BCD_func__1946
     71alias void function(void *) _BCD_func__1947
     72alias void function(void *, _xmlSAXLocator *) _BCD_func__1948
     73alias void function(void *, char *, char *, char *, char *) _BCD_func__1949
     74alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1950
     75alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1951
     76alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1952
     77alias _xmlEntity * function(void *, char *) _BCD_func__1953
     78alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1954
     79alias void function(char *) _BCD_func__1967
     80alias void function(void *) _BCD_func__1987
     81alias void function(void *, _xmlError *) _BCD_func__1988
     82alias void function(void *, void *, char *, char *, char *) _BCD_func__2004
     83alias void function(void *, void *, char *) _BCD_func__2005
     84alias void * function(void *, char *) _BCD_func__2006
     85alias void function(void *, char *) _BCD_func__2007
     86alias char * function(char *) _BCD_func__2012
     87alias void * function(void *, uint) _BCD_func__2013
     88alias void * function(uint) _BCD_func__2014
     89alias void function(void *, char *, void *, void *) _BCD_func__2133
    8990alias int function(void *, long *, int) _BCD_func__1422; 
    9091alias int function(void *, char *, uint) _BCD_func__1424; 
    9192alias int function(void *, char *, uint) _BCD_func__1426; 
    92 alias int function(void * *, char *) _BCD_func__2400; 
    93 alias int function(char *, char * * *, uint *) _BCD_func__2401; 
    94 alias int function(void *, char *, char *, char *, char *) _BCD_func__2402; 
    95 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2403; 
    96 alias void function(__gconv_step *) _BCD_func__2404; 
    97 alias int function(__gconv_step *) _BCD_func__2405; 
    98 alias uint function(__gconv_step *, char) _BCD_func__2406; 
    99 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2407; 
     93alias int function(void * *, char *) _BCD_func__2406; 
     94alias int function(char *, char * * *, uint *) _BCD_func__2407; 
     95alias int function(void *, char *, char *, char *, char *) _BCD_func__2408; 
  • trunk/bindings/bcd/libxml2/threads.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.threads; 
    3 import bcd.libxml2.globals; 
    4 import bcd.libxml2.xmlmemory; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.globals; 
     5public import bcd.libxml2.xmlmemory; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
    2223alias void xmlRMutex; 
    2324alias void * xmlRMutexPtr; 
     
    3132extern (C) void xmlLockLibrary(); 
    3233extern (C) void xmlInitThreads(); 
    33 extern (C) void xmlFreeRMutex(void * tok); 
    34 extern (C) void xmlRMutexUnlock(void * tok); 
    35 extern (C) void xmlRMutexLock(void * tok); 
     34extern (C) void xmlFreeRMutex(void *); 
     35extern (C) void xmlRMutexUnlock(void *); 
     36extern (C) void xmlRMutexLock(void *); 
    3637extern (C) void * xmlNewRMutex(); 
    37 extern (C) void xmlFreeMutex(void * tok); 
    38 extern (C) void xmlMutexUnlock(void * tok); 
    39 extern (C) void xmlMutexLock(void * tok); 
     38extern (C) void xmlFreeMutex(void *); 
     39extern (C) void xmlMutexUnlock(void *); 
     40extern (C) void xmlMutexLock(void *); 
    4041extern (C) void * xmlNewMutex(); 
    41 alias void function(_xmlNode *) _BCD_func__1683
    42 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1684
    43 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1685
    44 alias char * function(char *) _BCD_func__1691
    45 alias void * function(void *, uint) _BCD_func__1692
    46 alias void * function(uint) _BCD_func__1693
    47 alias void function(void *) _BCD_func__1694
    48 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1702
    49 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1703
    50 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1704
    51 alias void function(void *, _xmlNode *) _BCD_func__1705
    52 alias int function(void *, void *) _BCD_func__1722
     42alias void function(_xmlNode *) _BCD_func__1689
     43alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1690
     44alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1691
     45alias char * function(char *) _BCD_func__1697
     46alias void * function(void *, uint) _BCD_func__1698
     47alias void * function(uint) _BCD_func__1699
     48alias void function(void *) _BCD_func__1700
     49alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1708
     50alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1709
     51alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1710
     52alias void function(void *, _xmlNode *) _BCD_func__1711
     53alias int function(void *, void *) _BCD_func__1728
    5354alias int function(void *) _BCD_func__1387; 
    54 alias int function(void *, char *, int) _BCD_func__1871
    55 alias void * function(char *) _BCD_func__1872
    56 alias int function(char *) _BCD_func__1873
    57 alias int function(void *, char *, int) _BCD_func__1874
    58 alias int function(char *, int *, char *, int *) _BCD_func__1884
    59 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1887
    60 alias void function(void *, char *, char *, char *) _BCD_func__1918
    61 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1919
    62 alias void function(void *, char *, ...) _BCD_func__1920
    63 alias void function(void *, char *, int) _BCD_func__1921
    64 alias void function(void *, char *) _BCD_func__1922
    65 alias void function(void *, char *, char *) _BCD_func__1923
    66 alias void function(void *, char *, char * *) _BCD_func__1924
    67 alias void function(void *, _xmlSAXLocator *) _BCD_func__1925
    68 alias void function(void *, char *, char *, char *, char *) _BCD_func__1926
    69 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1927
    70 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1928
    71 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1929
    72 alias _xmlEntity * function(void *, char *) _BCD_func__1930
    73 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1931
    74 alias void function(char *) _BCD_func__1944
    75 alias void function(void *) _BCD_func__1964
    76 alias void function(void *, _xmlError *) _BCD_func__1965
    77 alias void function(void *, void *, char *, char *, char *) _BCD_func__1981
    78 alias void function(void *, void *, char *) _BCD_func__1982
    79 alias void * function(void *, char *) _BCD_func__1983
    80 alias void function(void *, char *) _BCD_func__1984
    81 alias void function(void *, char *, void *, void *) _BCD_func__2103
     55alias int function(void *, char *, int) _BCD_func__1877
     56alias void * function(char *) _BCD_func__1878
     57alias int function(char *) _BCD_func__1879
     58alias int function(void *, char *, int) _BCD_func__1880
     59alias int function(char *, int *, char *, int *) _BCD_func__1890
     60alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1893
     61alias void function(void *, char *, char *, char *) _BCD_func__1924
     62alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1925
     63alias void function(void *, char *, ...) _BCD_func__1926
     64alias void function(void *, char *, int) _BCD_func__1927
     65alias void function(void *, char *) _BCD_func__1928
     66alias void function(void *, char *, char *) _BCD_func__1929
     67alias void function(void *, char *, char * *) _BCD_func__1930
     68alias void function(void *, _xmlSAXLocator *) _BCD_func__1931
     69alias void function(void *, char *, char *, char *, char *) _BCD_func__1932
     70alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1933
     71alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1934
     72alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1935
     73alias _xmlEntity * function(void *, char *) _BCD_func__1936
     74alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1937
     75alias void function(char *) _BCD_func__1950
     76alias void function(void *) _BCD_func__1970
     77alias void function(void *, _xmlError *) _BCD_func__1971
     78alias void function(void *, void *, char *, char *, char *) _BCD_func__1987
     79alias void function(void *, void *, char *) _BCD_func__1988
     80alias void * function(void *, char *) _BCD_func__1989
     81alias void function(void *, char *) _BCD_func__1990
     82alias void function(void *, char *, void *, void *) _BCD_func__2109
    8283alias int function(void *, long *, int) _BCD_func__1389; 
    8384alias int function(void *, char *, uint) _BCD_func__1391; 
    8485alias int function(void *, char *, uint) _BCD_func__1393; 
    85 alias int function(void * *, char *) _BCD_func__2375; 
    86 alias int function(char *, char * * *, uint *) _BCD_func__2376; 
    87 alias int function(void *, char *, char *, char *, char *) _BCD_func__2377; 
    88 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2378; 
    89 alias void function(__gconv_step *) _BCD_func__2379; 
    90 alias int function(__gconv_step *) _BCD_func__2380; 
    91 alias uint function(__gconv_step *, char) _BCD_func__2381; 
    92 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2382; 
     86alias int function(void * *, char *) _BCD_func__2381; 
     87alias int function(char *, char * * *, uint *) _BCD_func__2382; 
     88alias int function(void *, char *, char *, char *, char *) _BCD_func__2383; 
  • trunk/bindings/bcd/libxml2/tree.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.tree; 
     3align(4): 
    34const int BASE_BUFFER_SIZE = 4096; 
    4 import bcd.libxml2.threads; 
    5 import bcd.libxml2.globals; 
    6 import bcd.libxml2.SAX2; 
    7 import bcd.libxml2.SAX; 
    8 import bcd.libxml2.xlink; 
    9 import bcd.libxml2.parser; 
    10 import bcd.libxml2.xmlIO; 
    11 import bcd.libxml2.encoding; 
    12 import bcd.libxml2.entities; 
    13 import bcd.libxml2.hash; 
    14 import bcd.libxml2.valid; 
    15 import bcd.libxml2.xmlautomata; 
    16 import bcd.libxml2.list; 
    17 import bcd.libxml2.xmlerror; 
    18 import bcd.libxml2.xmlmemory; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     5public import bcd.libxml2.threads; 
     6public import bcd.libxml2.globals; 
     7public import bcd.libxml2.SAX2; 
     8public import bcd.libxml2.SAX; 
     9public import bcd.libxml2.xlink; 
     10public import bcd.libxml2.parser; 
     11public import bcd.libxml2.xmlIO; 
     12public import bcd.libxml2.encoding; 
     13public import bcd.libxml2.entities; 
     14public import bcd.libxml2.hash; 
     15public import bcd.libxml2.valid; 
     16public import bcd.libxml2.xmlautomata; 
     17public import bcd.libxml2.list; 
     18public import bcd.libxml2.xmlerror; 
     19public import bcd.libxml2.xmlmemory; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324alias _xmlDOMWrapCtxt xmlDOMWrapCtxt; 
    2425alias _xmlDOMWrapCtxt * xmlDOMWrapCtxtPtr; 
     
    129130alias _xmlParserInputBuffer xmlParserInputBuffer; 
    130131alias _xmlParserInputBuffer * xmlParserInputBufferPtr; 
    131 extern (C) int xmlDOMWrapRemoveNode(_xmlDOMWrapCtxt * ctxt, _xmlDoc * doc, _xmlNode * node, int options); 
    132 extern (C) int xmlDOMWrapAdoptNode(_xmlDOMWrapCtxt * ctxt, _xmlDoc * sourceDoc, _xmlNode * node, _xmlDoc * destDoc, _xmlNode * destParent, int options); 
    133 extern (C) int xmlDOMWrapReconcileNamespaces(_xmlDOMWrapCtxt * ctxt, _xmlNode * elem, int options); 
    134 extern (C) void xmlDOMWrapFreeCtxt(_xmlDOMWrapCtxt * ctxt); 
     132extern (C) int xmlDOMWrapRemoveNode(_xmlDOMWrapCtxt *, _xmlDoc *, _xmlNode *, int); 
     133extern (C) int xmlDOMWrapAdoptNode(_xmlDOMWrapCtxt *, _xmlDoc *, _xmlNode *, _xmlDoc *, _xmlNode *, int); 
     134extern (C) int xmlDOMWrapReconcileNamespaces(_xmlDOMWrapCtxt *, _xmlNode *, int); 
     135extern (C) void xmlDOMWrapFreeCtxt(_xmlDOMWrapCtxt *); 
    135136extern (C) _xmlDOMWrapCtxt * xmlDOMWrapNewCtxt(); 
    136 extern (C) void xmlSetCompressMode(int mode); 
     137extern (C) void xmlSetCompressMode(int); 
    137138extern (C) int xmlGetCompressMode(); 
    138 extern (C) void xmlSetDocCompressMode(_xmlDoc * doc, int mode); 
    139 extern (C) int xmlGetDocCompressMode(_xmlDoc * doc); 
    140 extern (C) int xmlIsXHTML(char * systemID, char * publicID); 
    141 extern (C) int xmlSaveFileEnc(char * filename, _xmlDoc * cur, char * encoding); 
    142 extern (C) int xmlSaveFormatFileEnc(char * filename, _xmlDoc * cur, char * encoding, int format); 
    143 extern (C) void xmlNodeDumpOutput(_xmlOutputBuffer * buf, _xmlDoc * doc, _xmlNode * cur, int level, int format, char * encoding); 
    144 extern (C) int xmlSaveFormatFileTo(_xmlOutputBuffer * buf, _xmlDoc * cur, char * encoding, int format); 
    145 extern (C) int xmlSaveFileTo(_xmlOutputBuffer * buf, _xmlDoc * cur, char * encoding); 
    146 extern (C) int xmlNodeDump(_xmlBuffer * buf, _xmlDoc * doc, _xmlNode * cur, int level, int format); 
    147 extern (C) int xmlSaveFormatFile(char * filename, _xmlDoc * cur, int format); 
    148 extern (C) int xmlSaveFile(char * filename, _xmlDoc * cur); 
    149 extern (C) void xmlElemDump(_IO_FILE * f, _xmlDoc * doc, _xmlNode * cur); 
    150 extern (C) int xmlDocDump(_IO_FILE * f, _xmlDoc * cur); 
    151 extern (C) int xmlDocFormatDump(_IO_FILE * f, _xmlDoc * cur, int format); 
    152 extern (C) void xmlDocDumpFormatMemoryEnc(_xmlDoc * out_doc, char * * doc_txt_ptr, int * doc_txt_len, char * txt_encoding, int format); 
    153 extern (C) void xmlDocDumpMemoryEnc(_xmlDoc * out_doc, char * * doc_txt_ptr, int * doc_txt_len, char * txt_encoding); 
    154 extern (C) void xmlDocDumpMemory(_xmlDoc * cur, char * * mem, int * size); 
    155 extern (C) void xmlDocDumpFormatMemory(_xmlDoc * cur, char * * mem, int * size, int format); 
    156 extern (C) int xmlReconciliateNs(_xmlDoc * doc, _xmlNode * tree); 
    157 extern (C) void xmlAttrSerializeTxtContent(_xmlBuffer * buf, _xmlDoc * doc, _xmlAttr * attr, char * string); 
    158 extern (C) void xmlBufferWriteQuotedString(_xmlBuffer * buf, char * string); 
    159 extern (C) void xmlBufferWriteChar(_xmlBuffer * buf, char * string); 
    160 extern (C) void xmlBufferWriteCHAR(_xmlBuffer * buf, char * string); 
    161 extern (C) int xmlUnsetProp(_xmlNode * node, char * name); 
    162 extern (C) int xmlUnsetNsProp(_xmlNode * node, _xmlNs * ns, char * name); 
    163 extern (C) int xmlRemoveProp(_xmlAttr * cur); 
    164 extern (C) void xmlNodeSetBase(_xmlNode * cur, char * uri); 
    165 extern (C) char * xmlNodeGetBase(_xmlDoc * doc, _xmlNode * cur); 
    166 extern (C) void xmlNodeSetSpacePreserve(_xmlNode * cur, int val); 
    167 extern (C) void xmlNodeSetLang(_xmlNode * cur, char * lang); 
    168 extern (C) int xmlNodeGetSpacePreserve(_xmlNode * cur); 
    169 extern (C) char * xmlNodeGetLang(_xmlNode * cur); 
    170 extern (C) int xmlNodeBufGetContent(_xmlBuffer * buffer, _xmlNode * cur); 
    171 extern (C) char * xmlNodeGetContent(_xmlNode * cur); 
    172 extern (C) void xmlNodeAddContentLen(_xmlNode * cur, char * content, int len); 
    173 extern (C) void xmlNodeAddContent(_xmlNode * cur, char * content); 
    174 extern (C) void xmlNodeSetContentLen(_xmlNode * cur, char * content, int len); 
    175 extern (C) void xmlNodeSetContent(_xmlNode * cur, char * content); 
    176 extern (C) char * xmlNodeListGetRawString(_xmlDoc * doc, _xmlNode * list, int inLine); 
    177 extern (C) char * xmlNodeListGetString(_xmlDoc * doc, _xmlNode * list, int inLine); 
    178 extern (C) _xmlNode * xmlStringLenGetNodeList(_xmlDoc * doc, char * value, int len); 
    179 extern (C) _xmlNode * xmlStringGetNodeList(_xmlDoc * doc, char * value); 
    180 extern (C) char * xmlGetNsProp(_xmlNode * node, char * name, char * nameSpace); 
    181 extern (C) _xmlAttr * xmlHasNsProp(_xmlNode * node, char * name, char * nameSpace); 
    182 extern (C) _xmlAttr * xmlHasProp(_xmlNode * node, char * name); 
    183 extern (C) char * xmlGetProp(_xmlNode * node, char * name); 
    184 extern (C) char * xmlGetNoNsProp(_xmlNode * node, char * name); 
    185 extern (C) _xmlAttr * xmlSetNsProp(_xmlNode * node, _xmlNs * ns, char * name, char * value); 
    186 extern (C) _xmlAttr * xmlSetProp(_xmlNode * node, char * name, char * value); 
    187 extern (C) _xmlNs * xmlCopyNamespaceList(_xmlNs * cur); 
    188 extern (C) _xmlNs * xmlCopyNamespace(_xmlNs * cur); 
    189 extern (C) void xmlSetNs(_xmlNode * node, _xmlNs * ns); 
    190 extern (C) _xmlNs * * xmlGetNsList(_xmlDoc * doc, _xmlNode * node); 
    191 extern (C) _xmlNs * xmlSearchNsByHref(_xmlDoc * doc, _xmlNode * node, char * href); 
    192 extern (C) _xmlNs * xmlSearchNs(_xmlDoc * doc, _xmlNode * node, char * nameSpace); 
    193 extern (C) void xmlSetListDoc(_xmlNode * list, _xmlDoc * doc); 
    194 extern (C) void xmlSetTreeDoc(_xmlNode * tree, _xmlDoc * doc); 
    195 extern (C) void xmlFreeNode(_xmlNode * cur); 
    196 extern (C) void xmlFreeNodeList(_xmlNode * cur); 
    197 extern (C) int xmlTextConcat(_xmlNode * node, char * content, int len); 
    198 extern (C) _xmlNode * xmlTextMerge(_xmlNode * first, _xmlNode * second); 
    199 extern (C) void xmlUnlinkNode(_xmlNode * cur); 
    200 extern (C) _xmlNode * xmlAddNextSibling(_xmlNode * cur, _xmlNode * elem); 
    201 extern (C) _xmlNode * xmlAddSibling(_xmlNode * cur, _xmlNode * elem); 
    202 extern (C) _xmlNode * xmlAddPrevSibling(_xmlNode * cur, _xmlNode * elem); 
    203 extern (C) _xmlNode * xmlReplaceNode(_xmlNode * old, _xmlNode * cur); 
    204 extern (C) _xmlNode * xmlAddChildList(_xmlNode * parent, _xmlNode * cur); 
    205 extern (C) _xmlNode * xmlAddChild(_xmlNode * parent, _xmlNode * cur); 
    206 extern (C) void xmlNodeSetName(_xmlNode * cur, char * name); 
    207 extern (C) _xmlNode * xmlDocSetRootElement(_xmlDoc * doc, _xmlNode * root); 
    208 extern (C) int xmlIsBlankNode(_xmlNode * node); 
    209 extern (C) int xmlNodeIsText(_xmlNode * node); 
    210 extern (C) _xmlNode * xmlGetLastChild(_xmlNode * parent); 
    211 extern (C) _xmlNode * xmlDocGetRootElement(_xmlDoc * doc); 
    212 extern (C) char * xmlGetNodePath(_xmlNode * node); 
    213 extern (C) int xmlGetLineNo(_xmlNode * node); 
    214 extern (C) _xmlNode * xmlNewDocFragment(_xmlDoc * doc); 
    215 extern (C) _xmlNode * xmlNewDocRawNode(_xmlDoc * doc, _xmlNs * ns, char * name, char * content); 
    216 extern (C) _xmlNode * xmlNewTextChild(_xmlNode * parent, _xmlNs * ns, char * name, char * content); 
    217 extern (C) _xmlNode * xmlCopyNodeList(_xmlNode * node); 
    218 extern (C) _xmlNode * xmlDocCopyNodeList(_xmlDoc * doc, _xmlNode * node); 
    219 extern (C) _xmlNode * xmlDocCopyNode(_xmlNode * node, _xmlDoc * doc, int recursive); 
    220 extern (C) _xmlNode * xmlCopyNode(_xmlNode * node, int recursive); 
    221 extern (C) _xmlNode * xmlNewReference(_xmlDoc * doc, char * name); 
    222 extern (C) _xmlNode * xmlNewCharRef(_xmlDoc * doc, char * name); 
    223 extern (C) _xmlNode * xmlNewCDataBlock(_xmlDoc * doc, char * content, int len); 
    224 extern (C) _xmlNode * xmlNewComment(char * content); 
    225 extern (C) _xmlNode * xmlNewDocComment(_xmlDoc * doc, char * content); 
    226 extern (C) _xmlNode * xmlNewTextLen(char * content, int len); 
    227 extern (C) _xmlNode * xmlNewDocTextLen(_xmlDoc * doc, char * content, int len); 
    228 extern (C) _xmlNode * xmlNewPI(char * name, char * content); 
    229 extern (C) _xmlNode * xmlNewDocPI(_xmlDoc * doc, char * name, char * content); 
    230 extern (C) _xmlNode * xmlNewText(char * content); 
    231 extern (C) _xmlNode * xmlNewDocText(_xmlDoc * doc, char * content); 
    232 extern (C) _xmlNode * xmlNewChild(_xmlNode * parent, _xmlNs * ns, char * name, char * content); 
    233 extern (C) _xmlNode * xmlNewNodeEatName(_xmlNs * ns, char * name); 
    234 extern (C) _xmlNode * xmlNewNode(_xmlNs * ns, char * name); 
    235 extern (C) _xmlNode * xmlNewDocNodeEatName(_xmlDoc * doc, _xmlNs * ns, char * name, char * content); 
    236 extern (C) _xmlNode * xmlNewDocNode(_xmlDoc * doc, _xmlNs * ns, char * name, char * content); 
    237 extern (C) _xmlDoc * xmlCopyDoc(_xmlDoc * doc, int recursive); 
    238 extern (C) _xmlDtd * xmlCopyDtd(_xmlDtd * dtd); 
    239 extern (C) _xmlAttr * xmlCopyPropList(_xmlNode * target, _xmlAttr * cur); 
    240 extern (C) _xmlAttr * xmlCopyProp(_xmlNode * target, _xmlAttr * cur); 
    241 extern (C) void xmlFreeProp(_xmlAttr * cur); 
    242 extern (C) void xmlFreePropList(_xmlAttr * cur); 
    243 extern (C) _xmlAttr * xmlNewNsPropEatName(_xmlNode * node, _xmlNs * ns, char * name, char * value); 
    244 extern (C) _xmlAttr * xmlNewNsProp(_xmlNode * node, _xmlNs * ns, char * name, char * value); 
    245 extern (C) _xmlAttr * xmlNewProp(_xmlNode * node, char * name, char * value); 
    246 extern (C) _xmlAttr * xmlNewDocProp(_xmlDoc * doc, char * name, char * value); 
    247 extern (C) void xmlFreeDoc(_xmlDoc * cur); 
    248 extern (C) _xmlDoc * xmlNewDoc(char * version_); 
    249 extern (C) void xmlFreeNsList(_xmlNs * cur); 
    250 extern (C) void xmlFreeNs(_xmlNs * cur); 
    251 extern (C) _xmlNs * xmlNewNs(_xmlNode * node, char * href, char * prefix); 
    252 extern (C) _xmlNs * xmlNewGlobalNs(_xmlDoc * doc, char * href, char * prefix); 
    253 extern (C) void xmlFreeDtd(_xmlDtd * cur); 
    254 extern (C) _xmlDtd * xmlGetIntSubset(_xmlDoc * doc); 
    255 extern (C) _xmlDtd * xmlNewDtd(_xmlDoc * doc, char * name, char * ExternalID, char * SystemID); 
    256 extern (C) _xmlDtd * xmlCreateIntSubset(_xmlDoc * doc, char * name, char * ExternalID, char * SystemID); 
    257 extern (C) int xmlBufferLength(_xmlBuffer * buf); 
    258 extern (C) void xmlBufferSetAllocationScheme(_xmlBuffer * buf, int scheme); 
    259 extern (C) char * xmlBufferContent(_xmlBuffer * buf); 
    260 extern (C) void xmlBufferEmpty(_xmlBuffer * buf); 
    261 extern (C) int xmlBufferGrow(_xmlBuffer * buf, uint len); 
    262 extern (C) int xmlBufferShrink(_xmlBuffer * buf, uint len); 
    263 extern (C) int xmlBufferCCat(_xmlBuffer * buf, char * str); 
    264 extern (C) int xmlBufferCat(_xmlBuffer * buf, char * str); 
    265 extern (C) int xmlBufferAddHead(_xmlBuffer * buf, char * str, int len); 
    266 extern (C) int xmlBufferAdd(_xmlBuffer * buf, char * str, int len); 
    267 extern (C) int xmlBufferDump(_IO_FILE * file, _xmlBuffer * buf); 
    268 extern (C) void xmlBufferFree(_xmlBuffer * buf); 
    269 extern (C) int xmlBufferResize(_xmlBuffer * buf, uint size); 
    270 extern (C) _xmlBuffer * xmlBufferCreateStatic(void * mem, uint size); 
    271 extern (C) _xmlBuffer * xmlBufferCreateSize(uint size); 
     139extern (C) void xmlSetDocCompressMode(_xmlDoc *, int); 
     140extern (C) int xmlGetDocCompressMode(_xmlDoc *); 
     141extern (C) int xmlIsXHTML(char *, char *); 
     142extern (C) int xmlSaveFileEnc(char *, _xmlDoc *, char *); 
     143extern (C) int xmlSaveFormatFileEnc(char *, _xmlDoc *, char *, int); 
     144extern (C) void xmlNodeDumpOutput(_xmlOutputBuffer *, _xmlDoc *, _xmlNode *, int, int, char *); 
     145extern (C) int xmlSaveFormatFileTo(_xmlOutputBuffer *, _xmlDoc *, char *, int); 
     146extern (C) int xmlSaveFileTo(_xmlOutputBuffer *, _xmlDoc *, char *); 
     147extern (C) int xmlNodeDump(_xmlBuffer *, _xmlDoc *, _xmlNode *, int, int); 
     148extern (C) int xmlSaveFormatFile(char *, _xmlDoc *, int); 
     149extern (C) int xmlSaveFile(char *, _xmlDoc *); 
     150extern (C) void xmlElemDump(_IO_FILE *, _xmlDoc *, _xmlNode *); 
     151extern (C) int xmlDocDump(_IO_FILE *, _xmlDoc *); 
     152extern (C) int xmlDocFormatDump(_IO_FILE *, _xmlDoc *, int); 
     153extern (C) void xmlDocDumpFormatMemoryEnc(_xmlDoc *, char * *, int *, char *, int); 
     154extern (C) void xmlDocDumpMemoryEnc(_xmlDoc *, char * *, int *, char *); 
     155extern (C) void xmlDocDumpMemory(_xmlDoc *, char * *, int *); 
     156extern (C) void xmlDocDumpFormatMemory(_xmlDoc *, char * *, int *, int); 
     157extern (C) int xmlReconciliateNs(_xmlDoc *, _xmlNode *); 
     158extern (C) void xmlAttrSerializeTxtContent(_xmlBuffer *, _xmlDoc *, _xmlAttr *, char *); 
     159extern (C) void xmlBufferWriteQuotedString(_xmlBuffer *, char *); 
     160extern (C) void xmlBufferWriteChar(_xmlBuffer *, char *); 
     161extern (C) void xmlBufferWriteCHAR(_xmlBuffer *, char *); 
     162extern (C) int xmlUnsetProp(_xmlNode *, char *); 
     163extern (C) int xmlUnsetNsProp(_xmlNode *, _xmlNs *, char *); 
     164extern (C) int xmlRemoveProp(_xmlAttr *); 
     165extern (C) void xmlNodeSetBase(_xmlNode *, char *); 
     166extern (C) char * xmlNodeGetBase(_xmlDoc *, _xmlNode *); 
     167extern (C) void xmlNodeSetSpacePreserve(_xmlNode *, int); 
     168extern (C) void xmlNodeSetLang(_xmlNode *, char *); 
     169extern (C) int xmlNodeGetSpacePreserve(_xmlNode *); 
     170extern (C) char * xmlNodeGetLang(_xmlNode *); 
     171extern (C) int xmlNodeBufGetContent(_xmlBuffer *, _xmlNode *); 
     172extern (C) char * xmlNodeGetContent(_xmlNode *); 
     173extern (C) void xmlNodeAddContentLen(_xmlNode *, char *, int); 
     174extern (C) void xmlNodeAddContent(_xmlNode *, char *); 
     175extern (C) void xmlNodeSetContentLen(_xmlNode *, char *, int); 
     176extern (C) void xmlNodeSetContent(_xmlNode *, char *); 
     177extern (C) char * xmlNodeListGetRawString(_xmlDoc *, _xmlNode *, int); 
     178extern (C) char * xmlNodeListGetString(_xmlDoc *, _xmlNode *, int); 
     179extern (C) _xmlNode * xmlStringLenGetNodeList(_xmlDoc *, char *, int); 
     180extern (C) _xmlNode * xmlStringGetNodeList(_xmlDoc *, char *); 
     181extern (C) char * xmlGetNsProp(_xmlNode *, char *, char *); 
     182extern (C) _xmlAttr * xmlHasNsProp(_xmlNode *, char *, char *); 
     183extern (C) _xmlAttr * xmlHasProp(_xmlNode *, char *); 
     184extern (C) char * xmlGetProp(_xmlNode *, char *); 
     185extern (C) char * xmlGetNoNsProp(_xmlNode *, char *); 
     186extern (C) _xmlAttr * xmlSetNsProp(_xmlNode *, _xmlNs *, char *, char *); 
     187extern (C) _xmlAttr * xmlSetProp(_xmlNode *, char *, char *); 
     188extern (C) _xmlNs * xmlCopyNamespaceList(_xmlNs *); 
     189extern (C) _xmlNs * xmlCopyNamespace(_xmlNs *); 
     190extern (C) void xmlSetNs(_xmlNode *, _xmlNs *); 
     191extern (C) _xmlNs * * xmlGetNsList(_xmlDoc *, _xmlNode *); 
     192extern (C) _xmlNs * xmlSearchNsByHref(_xmlDoc *, _xmlNode *, char *); 
     193extern (C) _xmlNs * xmlSearchNs(_xmlDoc *, _xmlNode *, char *); 
     194extern (C) void xmlSetListDoc(_xmlNode *, _xmlDoc *); 
     195extern (C) void xmlSetTreeDoc(_xmlNode *, _xmlDoc *); 
     196extern (C) void xmlFreeNode(_xmlNode *); 
     197extern (C) void xmlFreeNodeList(_xmlNode *); 
     198extern (C) int xmlTextConcat(_xmlNode *, char *, int); 
     199extern (C) _xmlNode * xmlTextMerge(_xmlNode *, _xmlNode *); 
     200extern (C) void xmlUnlinkNode(_xmlNode *); 
     201extern (C) _xmlNode * xmlAddNextSibling(_xmlNode *, _xmlNode *); 
     202extern (C) _xmlNode * xmlAddSibling(_xmlNode *, _xmlNode *); 
     203extern (C) _xmlNode * xmlAddPrevSibling(_xmlNode *, _xmlNode *); 
     204extern (C) _xmlNode * xmlReplaceNode(_xmlNode *, _xmlNode *); 
     205extern (C) _xmlNode * xmlAddChildList(_xmlNode *, _xmlNode *); 
     206extern (C) _xmlNode * xmlAddChild(_xmlNode *, _xmlNode *); 
     207extern (C) void xmlNodeSetName(_xmlNode *, char *); 
     208extern (C) _xmlNode * xmlDocSetRootElement(_xmlDoc *, _xmlNode *); 
     209extern (C) int xmlIsBlankNode(_xmlNode *); 
     210extern (C) int xmlNodeIsText(_xmlNode *); 
     211extern (C) _xmlNode * xmlGetLastChild(_xmlNode *); 
     212extern (C) _xmlNode * xmlDocGetRootElement(_xmlDoc *); 
     213extern (C) char * xmlGetNodePath(_xmlNode *); 
     214extern (C) int xmlGetLineNo(_xmlNode *); 
     215extern (C) _xmlNode * xmlNewDocFragment(_xmlDoc *); 
     216extern (C) _xmlNode * xmlNewDocRawNode(_xmlDoc *, _xmlNs *, char *, char *); 
     217extern (C) _xmlNode * xmlNewTextChild(_xmlNode *, _xmlNs *, char *, char *); 
     218extern (C) _xmlNode * xmlCopyNodeList(_xmlNode *); 
     219extern (C) _xmlNode * xmlDocCopyNodeList(_xmlDoc *, _xmlNode *); 
     220extern (C) _xmlNode * xmlDocCopyNode(_xmlNode *, _xmlDoc *, int); 
     221extern (C) _xmlNode * xmlCopyNode(_xmlNode *, int); 
     222extern (C) _xmlNode * xmlNewReference(_xmlDoc *, char *); 
     223extern (C) _xmlNode * xmlNewCharRef(_xmlDoc *, char *); 
     224extern (C) _xmlNode * xmlNewCDataBlock(_xmlDoc *, char *, int); 
     225extern (C) _xmlNode * xmlNewComment(char *); 
     226extern (C) _xmlNode * xmlNewDocComment(_xmlDoc *, char *); 
     227extern (C) _xmlNode * xmlNewTextLen(char *, int); 
     228extern (C) _xmlNode * xmlNewDocTextLen(_xmlDoc *, char *, int); 
     229extern (C) _xmlNode * xmlNewPI(char *, char *); 
     230extern (C) _xmlNode * xmlNewDocPI(_xmlDoc *, char *, char *); 
     231extern (C) _xmlNode * xmlNewText(char *); 
     232extern (C) _xmlNode * xmlNewDocText(_xmlDoc *, char *); 
     233extern (C) _xmlNode * xmlNewChild(_xmlNode *, _xmlNs *, char *, char *); 
     234extern (C) _xmlNode * xmlNewNodeEatName(_xmlNs *, char *); 
     235extern (C) _xmlNode * xmlNewNode(_xmlNs *, char *); 
     236extern (C) _xmlNode * xmlNewDocNodeEatName(_xmlDoc *, _xmlNs *, char *, char *); 
     237extern (C) _xmlNode * xmlNewDocNode(_xmlDoc *, _xmlNs *, char *, char *); 
     238extern (C) _xmlDoc * xmlCopyDoc(_xmlDoc *, int); 
     239extern (C) _xmlDtd * xmlCopyDtd(_xmlDtd *); 
     240extern (C) _xmlAttr * xmlCopyPropList(_xmlNode *, _xmlAttr *); 
     241extern (C) _xmlAttr * xmlCopyProp(_xmlNode *, _xmlAttr *); 
     242extern (C) void xmlFreeProp(_xmlAttr *); 
     243extern (C) void xmlFreePropList(_xmlAttr *); 
     244extern (C) _xmlAttr * xmlNewNsPropEatName(_xmlNode *, _xmlNs *, char *, char *); 
     245extern (C) _xmlAttr * xmlNewNsProp(_xmlNode *, _xmlNs *, char *, char *); 
     246extern (C) _xmlAttr * xmlNewProp(_xmlNode *, char *, char *); 
     247extern (C) _xmlAttr * xmlNewDocProp(_xmlDoc *, char *, char *); 
     248extern (C) void xmlFreeDoc(_xmlDoc *); 
     249extern (C) _xmlDoc * xmlNewDoc(char *); 
     250extern (C) void xmlFreeNsList(_xmlNs *); 
     251extern (C) void xmlFreeNs(_xmlNs *); 
     252extern (C) _xmlNs * xmlNewNs(_xmlNode *, char *, char *); 
     253extern (C) _xmlNs * xmlNewGlobalNs(_xmlDoc *, char *, char *); 
     254extern (C) void xmlFreeDtd(_xmlDtd *); 
     255extern (C) _xmlDtd * xmlGetIntSubset(_xmlDoc *); 
     256extern (C) _xmlDtd * xmlNewDtd(_xmlDoc *, char *, char *, char *); 
     257extern (C) _xmlDtd * xmlCreateIntSubset(_xmlDoc *, char *, char *, char *); 
     258extern (C) int xmlBufferLength(_xmlBuffer *); 
     259extern (C) void xmlBufferSetAllocationScheme(_xmlBuffer *, int); 
     260extern (C) char * xmlBufferContent(_xmlBuffer *); 
     261extern (C) void xmlBufferEmpty(_xmlBuffer *); 
     262extern (C) int xmlBufferGrow(_xmlBuffer *, uint); 
     263extern (C) int xmlBufferShrink(_xmlBuffer *, uint); 
     264extern (C) int xmlBufferCCat(_xmlBuffer *, char *); 
     265extern (C) int xmlBufferCat(_xmlBuffer *, char *); 
     266extern (C) int xmlBufferAddHead(_xmlBuffer *, char *, int); 
     267extern (C) int xmlBufferAdd(_xmlBuffer *, char *, int); 
     268extern (C) int xmlBufferDump(_IO_FILE *, _xmlBuffer *); 
     269extern (C) void xmlBufferFree(_xmlBuffer *); 
     270extern (C) int xmlBufferResize(_xmlBuffer *, uint); 
     271extern (C) _xmlBuffer * xmlBufferCreateStatic(void *, uint); 
     272extern (C) _xmlBuffer * xmlBufferCreateSize(uint); 
    272273extern (C) _xmlBuffer * xmlBufferCreate(); 
    273274extern (C) int xmlGetBufferAllocationScheme(); 
    274 extern (C) void xmlSetBufferAllocationScheme(int scheme); 
    275 extern (C) char * xmlSplitQName3(char * name, int * len); 
    276 extern (C) char * xmlSplitQName2(char * name, char * * prefix); 
    277 extern (C) char * xmlBuildQName(char * ncname, char * prefix, char * memory, int len); 
    278 extern (C) int xmlValidateNMToken(char * value, int space); 
    279 extern (C) int xmlValidateName(char * value, int space); 
    280 extern (C) int xmlValidateQName(char * value, int space); 
    281 extern (C) int xmlValidateNCName(char * value, int space); 
    282 alias void function(_xmlNode *) _BCD_func__1656
    283 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1657
    284 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1658
    285 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1666
    286 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1667
    287 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1668
    288 alias void function(void *, _xmlNode *) _BCD_func__1669
    289 alias int function(void *, void *) _BCD_func__1686
     275extern (C) void xmlSetBufferAllocationScheme(int); 
     276extern (C) char * xmlSplitQName3(char *, int *); 
     277extern (C) char * xmlSplitQName2(char *, char * *); 
     278extern (C) char * xmlBuildQName(char *, char *, char *, int); 
     279extern (C) int xmlValidateNMToken(char *, int); 
     280extern (C) int xmlValidateName(char *, int); 
     281extern (C) int xmlValidateQName(char *, int); 
     282extern (C) int xmlValidateNCName(char *, int); 
     283alias void function(_xmlNode *) _BCD_func__1662
     284alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1663
     285alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1664
     286alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1672
     287alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1673
     288alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1674
     289alias void function(void *, _xmlNode *) _BCD_func__1675
     290alias int function(void *, void *) _BCD_func__1692
    290291alias int function(void *) _BCD_func__1370; 
    291 alias int function(void *, char *, int) _BCD_func__1836
    292 alias void * function(char *) _BCD_func__1837
    293 alias int function(char *) _BCD_func__1838
    294 alias int function(void *, char *, int) _BCD_func__1839
    295 alias int function(char *, int *, char *, int *) _BCD_func__1849
    296 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1852
    297 alias void function(void *, char *, char *, char *) _BCD_func__1883
    298 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1884
    299 alias void function(void *, char *, ...) _BCD_func__1885
    300 alias void function(void *, char *, int) _BCD_func__1886
    301 alias void function(void *, char *) _BCD_func__1887
    302 alias void function(void *, char *, char *) _BCD_func__1888
    303 alias void function(void *, char *, char * *) _BCD_func__1889
    304 alias void function(void *) _BCD_func__1890
    305 alias void function(void *, _xmlSAXLocator *) _BCD_func__1891
    306 alias void function(void *, char *, char *, char *, char *) _BCD_func__1892
    307 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1893
    308 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1894
    309 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1895
    310 alias _xmlEntity * function(void *, char *) _BCD_func__1896
    311 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1897
    312 alias void function(char *) _BCD_func__1910
    313 alias void function(void *) _BCD_func__1930
    314 alias void function(void *, _xmlError *) _BCD_func__1931
    315 alias void function(void *, void *, char *, char *, char *) _BCD_func__1947
    316 alias void function(void *, void *, char *) _BCD_func__1948
    317 alias void * function(void *, char *) _BCD_func__1949
    318 alias void function(void *, char *) _BCD_func__1950
    319 alias char * function(char *) _BCD_func__1955
    320 alias void * function(void *, uint) _BCD_func__1956
    321 alias void * function(uint) _BCD_func__1957
    322 alias void function(void *, char *, void *, void *) _BCD_func__2076
     292alias int function(void *, char *, int) _BCD_func__1842
     293alias void * function(char *) _BCD_func__1843
     294alias int function(char *) _BCD_func__1844
     295alias int function(void *, char *, int) _BCD_func__1845
     296alias int function(char *, int *, char *, int *) _BCD_func__1855
     297alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1858
     298alias void function(void *, char *, char *, char *) _BCD_func__1889
     299alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1890
     300alias void function(void *, char *, ...) _BCD_func__1891
     301alias void function(void *, char *, int) _BCD_func__1892
     302alias void function(void *, char *) _BCD_func__1893
     303alias void function(void *, char *, char *) _BCD_func__1894
     304alias void function(void *, char *, char * *) _BCD_func__1895
     305alias void function(void *) _BCD_func__1896
     306alias void function(void *, _xmlSAXLocator *) _BCD_func__1897
     307alias void function(void *, char *, char *, char *, char *) _BCD_func__1898
     308alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1899
     309alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1900
     310alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1901
     311alias _xmlEntity * function(void *, char *) _BCD_func__1902
     312alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1903
     313alias void function(char *) _BCD_func__1916
     314alias void function(void *) _BCD_func__1936
     315alias void function(void *, _xmlError *) _BCD_func__1937
     316alias void function(void *, void *, char *, char *, char *) _BCD_func__1953
     317alias void function(void *, void *, char *) _BCD_func__1954
     318alias void * function(void *, char *) _BCD_func__1955
     319alias void function(void *, char *) _BCD_func__1956
     320alias char * function(char *) _BCD_func__1961
     321alias void * function(void *, uint) _BCD_func__1962
     322alias void * function(uint) _BCD_func__1963
     323alias void function(void *, char *, void *, void *) _BCD_func__2082
    323324alias int function(void *, long *, int) _BCD_func__1372; 
    324325alias int function(void *, char *, uint) _BCD_func__1374; 
    325326alias int function(void *, char *, uint) _BCD_func__1376; 
    326 alias int function(void * *, char *) _BCD_func__2349; 
    327 alias int function(char *, char * * *, uint *) _BCD_func__2350; 
    328 alias int function(void *, char *, char *, char *, char *) _BCD_func__2351; 
    329 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2352; 
    330 alias void function(__gconv_step *) _BCD_func__2353; 
    331 alias int function(__gconv_step *) _BCD_func__2354; 
    332 alias uint function(__gconv_step *, char) _BCD_func__2355; 
    333 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2356; 
     327alias int function(void * *, char *) _BCD_func__2355; 
     328alias int function(char *, char * * *, uint *) _BCD_func__2356; 
     329alias int function(void *, char *, char *, char *, char *) _BCD_func__2357; 
    334330struct _xmlDOMWrapCtxt { 
    335331void * _private; 
  • trunk/bindings/bcd/libxml2/uri.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.uri; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.xmlmemory; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.xmlmemory; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324alias _xmlURI xmlURI; 
    2425alias _xmlURI * xmlURIPtr; 
    25 extern (C) char * xmlCanonicPath(char * path); 
    26 extern (C) void xmlFreeURI(_xmlURI * uri); 
    27 extern (C) char * xmlURIEscape(char * str); 
    28 extern (C) int xmlNormalizeURIPath(char * path); 
    29 extern (C) char * xmlURIUnescapeString(char * str, int len, char * target); 
    30 extern (C) char * xmlURIEscapeStr(char * str, char * list); 
    31 extern (C) void xmlPrintURI(_IO_FILE * stream, _xmlURI * uri); 
    32 extern (C) char * xmlSaveUri(_xmlURI * uri); 
    33 extern (C) int xmlParseURIReference(_xmlURI * uri, char * str); 
    34 extern (C) _xmlURI * xmlParseURIRaw(char * str, int raw); 
    35 extern (C) _xmlURI * xmlParseURI(char * str); 
    36 extern (C) char * xmlBuildRelativeURI(char * URI, char * base); 
    37 extern (C) char * xmlBuildURI(char * URI, char * base); 
     26extern (C) char * xmlCanonicPath(char *); 
     27extern (C) void xmlFreeURI(_xmlURI *); 
     28extern (C) char * xmlURIEscape(char *); 
     29extern (C) int xmlNormalizeURIPath(char *); 
     30extern (C) char * xmlURIUnescapeString(char *, int, char *); 
     31extern (C) char * xmlURIEscapeStr(char *, char *); 
     32extern (C) void xmlPrintURI(_IO_FILE *, _xmlURI *); 
     33extern (C) char * xmlSaveUri(_xmlURI *); 
     34extern (C) int xmlParseURIReference(_xmlURI *, char *); 
     35extern (C) _xmlURI * xmlParseURIRaw(char *, int); 
     36extern (C) _xmlURI * xmlParseURI(char *); 
     37extern (C) char * xmlBuildRelativeURI(char *, char *); 
     38extern (C) char * xmlBuildURI(char *, char *); 
    3839extern (C) _xmlURI * xmlCreateURI(); 
    39 alias void function(_xmlNode *) _BCD_func__1715
    40 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1716
    41 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1717
    42 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1724
    43 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1725
    44 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1726
    45 alias void function(void *, _xmlNode *) _BCD_func__1727
    46 alias int function(void *, void *) _BCD_func__1744
     40alias void function(_xmlNode *) _BCD_func__1721
     41alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1722
     42alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1723
     43alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1730
     44alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1731
     45alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1732
     46alias void function(void *, _xmlNode *) _BCD_func__1733
     47alias int function(void *, void *) _BCD_func__1750
    4748alias int function(void *) _BCD_func__1414; 
    48 alias int function(void *, char *, int) _BCD_func__1893
    49 alias void * function(char *) _BCD_func__1894
    50 alias int function(char *) _BCD_func__1895
    51 alias int function(void *, char *, int) _BCD_func__1896
    52 alias int function(char *, int *, char *, int *) _BCD_func__1906
    53 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1909
    54 alias void function(void *, char *, char *, char *) _BCD_func__1940
    55 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1941
    56 alias void function(void *, char *, ...) _BCD_func__1942
    57 alias void function(void *, char *, int) _BCD_func__1943
    58 alias void function(void *, char *) _BCD_func__1944
    59 alias void function(void *, char *, char *) _BCD_func__1945
    60 alias void function(void *, char *, char * *) _BCD_func__1946
    61 alias void function(void *) _BCD_func__1947
    62 alias void function(void *, _xmlSAXLocator *) _BCD_func__1948
    63 alias void function(void *, char *, char *, char *, char *) _BCD_func__1949
    64 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1950
    65 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1951
    66 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1952
    67 alias _xmlEntity * function(void *, char *) _BCD_func__1953
    68 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1954
    69 alias void function(char *) _BCD_func__1967
    70 alias void function(void *) _BCD_func__1987
    71 alias void function(void *, _xmlError *) _BCD_func__1988
    72 alias void function(void *, void *, char *, char *, char *) _BCD_func__2004
    73 alias void function(void *, void *, char *) _BCD_func__2005
    74 alias void * function(void *, char *) _BCD_func__2006
    75 alias void function(void *, char *) _BCD_func__2007
    76 alias char * function(char *) _BCD_func__2012
    77 alias void * function(void *, uint) _BCD_func__2013
    78 alias void * function(uint) _BCD_func__2014
    79 alias void function(void *, char *, void *, void *) _BCD_func__2133
     49alias int function(void *, char *, int) _BCD_func__1899
     50alias void * function(char *) _BCD_func__1900
     51alias int function(char *) _BCD_func__1901
     52alias int function(void *, char *, int) _BCD_func__1902
     53alias int function(char *, int *, char *, int *) _BCD_func__1912
     54alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1915
     55alias void function(void *, char *, char *, char *) _BCD_func__1946
     56alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1947
     57alias void function(void *, char *, ...) _BCD_func__1948
     58alias void function(void *, char *, int) _BCD_func__1949
     59alias void function(void *, char *) _BCD_func__1950
     60alias void function(void *, char *, char *) _BCD_func__1951
     61alias void function(void *, char *, char * *) _BCD_func__1952
     62alias void function(void *) _BCD_func__1953
     63alias void function(void *, _xmlSAXLocator *) _BCD_func__1954
     64alias void function(void *, char *, char *, char *, char *) _BCD_func__1955
     65alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1956
     66alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1957
     67alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1958
     68alias _xmlEntity * function(void *, char *) _BCD_func__1959
     69alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1960
     70alias void function(char *) _BCD_func__1973
     71alias void function(void *) _BCD_func__1993
     72alias void function(void *, _xmlError *) _BCD_func__1994
     73alias void function(void *, void *, char *, char *, char *) _BCD_func__2010
     74alias void function(void *, void *, char *) _BCD_func__2011
     75alias void * function(void *, char *) _BCD_func__2012
     76alias void function(void *, char *) _BCD_func__2013
     77alias char * function(char *) _BCD_func__2018
     78alias void * function(void *, uint) _BCD_func__2019
     79alias void * function(uint) _BCD_func__2020
     80alias void function(void *, char *, void *, void *) _BCD_func__2139
    8081alias int function(void *, long *, int) _BCD_func__1416; 
    8182alias int function(void *, char *, uint) _BCD_func__1418; 
    8283alias int function(void *, char *, uint) _BCD_func__1420; 
    83 alias int function(void * *, char *) _BCD_func__2406; 
    84 alias int function(char *, char * * *, uint *) _BCD_func__2407; 
    85 alias int function(void *, char *, char *, char *, char *) _BCD_func__2408; 
    86 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2409; 
    87 alias void function(__gconv_step *) _BCD_func__2410; 
    88 alias int function(__gconv_step *) _BCD_func__2411; 
    89 alias uint function(__gconv_step *, char) _BCD_func__2412; 
    90 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2413; 
     84alias int function(void * *, char *) _BCD_func__2412; 
     85alias int function(char *, char * * *, uint *) _BCD_func__2413; 
     86alias int function(void *, char *, char *, char *, char *) _BCD_func__2414; 
    9187struct _xmlURI { 
    9288char * scheme; 
  • trunk/bindings/bcd/libxml2/valid.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.valid; 
    3 import bcd.libxml2.parser; 
    4 import bcd.libxml2.xmlIO; 
    5 import bcd.libxml2.globals; 
    6 import bcd.libxml2.threads; 
    7 import bcd.libxml2.xmlmemory; 
    8 import bcd.libxml2.SAX2; 
    9 import bcd.libxml2.SAX; 
    10 import bcd.libxml2.xlink; 
    11 import bcd.libxml2.encoding; 
    12 import bcd.libxml2.entities; 
    13 import bcd.libxml2.hash; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.parser; 
     5public import bcd.libxml2.xmlIO; 
     6public import bcd.libxml2.globals; 
     7public import bcd.libxml2.threads; 
     8public import bcd.libxml2.xmlmemory; 
     9public import bcd.libxml2.SAX2; 
     10public import bcd.libxml2.SAX; 
     11public import bcd.libxml2.xlink; 
     12public import bcd.libxml2.encoding; 
     13public import bcd.libxml2.entities; 
     14public import bcd.libxml2.hash; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
    2223alias void xmlRefTable; 
    2324alias void * xmlRefTablePtr; 
     
    3233alias _xmlValidCtxt xmlValidCtxt; 
    3334alias _xmlValidCtxt * xmlValidCtxtPtr; 
    34 alias void function(void *, char *, ...) _BCD_func__1925
    35 alias _BCD_func__1925 xmlValidityErrorFunc; 
    36 alias _BCD_func__1925 xmlValidityWarningFunc; 
     35alias void function(void *, char *, ...) _BCD_func__1931
     36alias _BCD_func__1931 xmlValidityErrorFunc; 
     37alias _BCD_func__1931 xmlValidityWarningFunc; 
    3738alias void xmlValidState; 
    3839alias void * xmlValidStatePtr; 
    39 extern (C) int xmlValidatePopElement(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlNode * elem, char * qname); 
    40 extern (C) int xmlValidatePushCData(_xmlValidCtxt * ctxt, char * data, int len); 
    41 extern (C) int xmlValidatePushElement(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlNode * elem, char * qname); 
    42 extern (C) int xmlValidBuildContentModel(_xmlValidCtxt * ctxt, _xmlElement * elem); 
    43 extern (C) int xmlValidateNmtokensValue(char * value); 
    44 extern (C) int xmlValidateNmtokenValue(char * value); 
    45 extern (C) int xmlValidateNamesValue(char * value); 
    46 extern (C) int xmlValidateNameValue(char * value); 
    47 extern (C) int xmlValidGetValidElements(_xmlNode * prev, _xmlNode * next, char * * names, int max); 
    48 extern (C) int xmlValidGetPotentialChildren(_xmlElementContent * ctree, char * * list, int * len, int max); 
    49 extern (C) _xmlElement * xmlGetDtdElementDesc(_xmlDtd * dtd, char * name); 
    50 extern (C) _xmlElement * xmlGetDtdQElementDesc(_xmlDtd * dtd, char * name, char * prefix); 
    51 extern (C) _xmlNotation * xmlGetDtdNotationDesc(_xmlDtd * dtd, char * name); 
    52 extern (C) _xmlAttribute * xmlGetDtdQAttrDesc(_xmlDtd * dtd, char * elem, char * name, char * prefix); 
    53 extern (C) _xmlAttribute * xmlGetDtdAttrDesc(_xmlDtd * dtd, char * elem, char * name); 
    54 extern (C) int xmlIsMixedElement(_xmlDoc * doc, char * name); 
    55 extern (C) int xmlValidateNotationUse(_xmlValidCtxt * ctxt, _xmlDoc * doc, char * notationName); 
    56 extern (C) int xmlValidateDocumentFinal(_xmlValidCtxt * ctxt, _xmlDoc * doc); 
    57 extern (C) int xmlValidateOneNamespace(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlNode * elem, char * prefix, _xmlNs * ns, char * value); 
    58 extern (C) int xmlValidateOneAttribute(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlNode * elem, _xmlAttr * attr, char * value); 
    59 extern (C) int xmlValidateOneElement(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlNode * elem); 
    60 extern (C) int xmlValidateElement(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlNode * elem); 
    61 extern (C) int xmlValidateDocument(_xmlValidCtxt * ctxt, _xmlDoc * doc); 
    62 extern (C) int xmlValidateDtdFinal(_xmlValidCtxt * ctxt, _xmlDoc * doc); 
    63 extern (C) int xmlValidateDtd(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlDtd * dtd); 
    64 extern (C) int xmlValidateNotationDecl(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlNotation * nota); 
    65 extern (C) int xmlValidateAttributeValue(int type, char * value); 
    66 extern (C) int xmlValidateAttributeDecl(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlAttribute * attr); 
    67 extern (C) char * xmlValidCtxtNormalizeAttributeValue(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlNode * elem, char * name, char * value); 
    68 extern (C) char * xmlValidNormalizeAttributeValue(_xmlDoc * doc, _xmlNode * elem, char * name, char * value); 
    69 extern (C) int xmlValidateElementDecl(_xmlValidCtxt * ctxt, _xmlDoc * doc, _xmlElement * elem); 
    70 extern (C) int xmlValidateRoot(_xmlValidCtxt * ctxt, _xmlDoc * doc); 
    71 extern (C) void xmlFreeValidCtxt(_xmlValidCtxt * _0); 
     40extern (C) int xmlValidatePopElement(_xmlValidCtxt *, _xmlDoc *, _xmlNode *, char *); 
     41extern (C) int xmlValidatePushCData(_xmlValidCtxt *, char *, int); 
     42extern (C) int xmlValidatePushElement(_xmlValidCtxt *, _xmlDoc *, _xmlNode *, char *); 
     43extern (C) int xmlValidBuildContentModel(_xmlValidCtxt *, _xmlElement *); 
     44extern (C) int xmlValidateNmtokensValue(char *); 
     45extern (C) int xmlValidateNmtokenValue(char *); 
     46extern (C) int xmlValidateNamesValue(char *); 
     47extern (C) int xmlValidateNameValue(char *); 
     48extern (C) int xmlValidGetValidElements(_xmlNode *, _xmlNode *, char * *, int); 
     49extern (C) int xmlValidGetPotentialChildren(_xmlElementContent *, char * *, int *, int); 
     50extern (C) _xmlElement * xmlGetDtdElementDesc(_xmlDtd *, char *); 
     51extern (C) _xmlElement * xmlGetDtdQElementDesc(_xmlDtd *, char *, char *); 
     52extern (C) _xmlNotation * xmlGetDtdNotationDesc(_xmlDtd *, char *); 
     53extern (C) _xmlAttribute * xmlGetDtdQAttrDesc(_xmlDtd *, char *, char *, char *); 
     54extern (C) _xmlAttribute * xmlGetDtdAttrDesc(_xmlDtd *, char *, char *); 
     55extern (C) int xmlIsMixedElement(_xmlDoc *, char *); 
     56extern (C) int xmlValidateNotationUse(_xmlValidCtxt *, _xmlDoc *, char *); 
     57extern (C) int xmlValidateDocumentFinal(_xmlValidCtxt *, _xmlDoc *); 
     58extern (C) int xmlValidateOneNamespace(_xmlValidCtxt *, _xmlDoc *, _xmlNode *, char *, _xmlNs *, char *); 
     59extern (C) int xmlValidateOneAttribute(_xmlValidCtxt *, _xmlDoc *, _xmlNode *, _xmlAttr *, char *); 
     60extern (C) int xmlValidateOneElement(_xmlValidCtxt *, _xmlDoc *, _xmlNode *); 
     61extern (C) int xmlValidateElement(_xmlValidCtxt *, _xmlDoc *, _xmlNode *); 
     62extern (C) int xmlValidateDocument(_xmlValidCtxt *, _xmlDoc *); 
     63extern (C) int xmlValidateDtdFinal(_xmlValidCtxt *, _xmlDoc *); 
     64extern (C) int xmlValidateDtd(_xmlValidCtxt *, _xmlDoc *, _xmlDtd *); 
     65extern (C) int xmlValidateNotationDecl(_xmlValidCtxt *, _xmlDoc *, _xmlNotation *); 
     66extern (C) int xmlValidateAttributeValue(int, char *); 
     67extern (C) int xmlValidateAttributeDecl(_xmlValidCtxt *, _xmlDoc *, _xmlAttribute *); 
     68extern (C) char * xmlValidCtxtNormalizeAttributeValue(_xmlValidCtxt *, _xmlDoc *, _xmlNode *, char *, char *); 
     69extern (C) char * xmlValidNormalizeAttributeValue(_xmlDoc *, _xmlNode *, char *, char *); 
     70extern (C) int xmlValidateElementDecl(_xmlValidCtxt *, _xmlDoc *, _xmlElement *); 
     71extern (C) int xmlValidateRoot(_xmlValidCtxt *, _xmlDoc *); 
     72extern (C) void xmlFreeValidCtxt(_xmlValidCtxt *); 
    7273extern (C) _xmlValidCtxt * xmlNewValidCtxt(); 
    73 extern (C) void * xmlGetRefs(_xmlDoc * doc, char * ID); 
    74 extern (C) int xmlRemoveRef(_xmlDoc * doc, _xmlAttr * attr); 
    75 extern (C) int xmlIsRef(_xmlDoc * doc, _xmlNode * elem, _xmlAttr * attr); 
    76 extern (C) void xmlFreeRefTable(void * table); 
    77 extern (C) _xmlRef * xmlAddRef(_xmlValidCtxt * ctxt, _xmlDoc * doc, char * value, _xmlAttr * attr); 
    78 extern (C) int xmlRemoveID(_xmlDoc * doc, _xmlAttr * attr); 
    79 extern (C) int xmlIsID(_xmlDoc * doc, _xmlNode * elem, _xmlAttr * attr); 
    80 extern (C) _xmlAttr * xmlGetID(_xmlDoc * doc, char * ID); 
    81 extern (C) void xmlFreeIDTable(void * table); 
    82 extern (C) _xmlID * xmlAddID(_xmlValidCtxt * ctxt, _xmlDoc * doc, char * value, _xmlAttr * attr); 
    83 extern (C) void xmlDumpAttributeDecl(_xmlBuffer * buf, _xmlAttribute * attr); 
    84 extern (C) void xmlDumpAttributeTable(_xmlBuffer * buf, void * table); 
    85 extern (C) void xmlFreeAttributeTable(void * table); 
    86 extern (C) void * xmlCopyAttributeTable(void * table); 
    87 extern (C) _xmlAttribute * xmlAddAttributeDecl(_xmlValidCtxt * ctxt, _xmlDtd * dtd, char * elem, char * name, char * ns, int type, int def, char * defaultValue, _xmlEnumeration * tree); 
    88 extern (C) _xmlEnumeration * xmlCopyEnumeration(_xmlEnumeration * cur); 
    89 extern (C) void xmlFreeEnumeration(_xmlEnumeration * cur); 
    90 extern (C) _xmlEnumeration * xmlCreateEnumeration(char * name); 
    91 extern (C) void xmlDumpElementDecl(_xmlBuffer * buf, _xmlElement * elem); 
    92 extern (C) void xmlDumpElementTable(_xmlBuffer * buf, void * table); 
    93 extern (C) void xmlFreeElementTable(void * table); 
    94 extern (C) void * xmlCopyElementTable(void * table); 
    95 extern (C) _xmlElement * xmlAddElementDecl(_xmlValidCtxt * ctxt, _xmlDtd * dtd, char * name, int type, _xmlElementContent * content); 
    96 extern (C) void xmlSprintfElementContent(char * buf, _xmlElementContent * content, int englob); 
    97 extern (C) void xmlSnprintfElementContent(char * buf, int size, _xmlElementContent * content, int englob); 
    98 extern (C) void xmlFreeDocElementContent(_xmlDoc * doc, _xmlElementContent * cur); 
    99 extern (C) _xmlElementContent * xmlCopyDocElementContent(_xmlDoc * doc, _xmlElementContent * content); 
    100 extern (C) _xmlElementContent * xmlNewDocElementContent(_xmlDoc * doc, char * name, int type); 
    101 extern (C) void xmlFreeElementContent(_xmlElementContent * cur); 
    102 extern (C) _xmlElementContent * xmlCopyElementContent(_xmlElementContent * content); 
    103 extern (C) _xmlElementContent * xmlNewElementContent(char * name, int type); 
    104 extern (C) void xmlDumpNotationTable(_xmlBuffer * buf, void * table); 
    105 extern (C) void xmlDumpNotationDecl(_xmlBuffer * buf, _xmlNotation * nota); 
    106 extern (C) void xmlFreeNotationTable(void * table); 
    107 extern (C) void * xmlCopyNotationTable(void * table); 
    108 extern (C) _xmlNotation * xmlAddNotationDecl(_xmlValidCtxt * ctxt, _xmlDtd * dtd, char * name, char * PublicID, char * SystemID); 
    109 alias void function(_xmlNode *) _BCD_func__1699; 
    110 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1700; 
    111 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1701; 
    112 alias char * function(char *) _BCD_func__1706; 
    113 alias void * function(void *, uint) _BCD_func__1707; 
    114 alias void * function(uint) _BCD_func__1708; 
    115 alias void function(void *) _BCD_func__1709; 
    116 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1716; 
    117 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1717; 
    118 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1718; 
    119 alias void function(void *, _xmlNode *) _BCD_func__1719; 
    120 alias int function(void *, void *) _BCD_func__1734; 
    121 alias int function(void *) _BCD_func__1476; 
    122 alias int function(void *, char *, int) _BCD_func__1876; 
    123 alias void * function(char *) _BCD_func__1877; 
    124 alias int function(char *) _BCD_func__1878; 
    125 alias int function(void *, char *, int) _BCD_func__1879; 
    126 alias int function(char *, int *, char *, int *) _BCD_func__1889; 
    127 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1892; 
    128 alias void function(void *, char *, char *, char *) _BCD_func__1923; 
    129 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1924; 
    130 alias void function(void *, char *, int) _BCD_func__1926; 
    131 alias void function(void *, char *) _BCD_func__1927; 
    132 alias void function(void *, char *, char *) _BCD_func__1928; 
    133 alias void function(void *, char *, char * *) _BCD_func__1929; 
    134 alias void function(void *, _xmlSAXLocator *) _BCD_func__1930; 
    135 alias void function(void *, char *, char *, char *, char *) _BCD_func__1931; 
    136 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1932; 
    137 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1933; 
    138 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1934; 
    139 alias _xmlEntity * function(void *, char *) _BCD_func__1935; 
    140 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1936; 
    141 alias void function(char *) _BCD_func__1949; 
    142 alias void function(void *) _BCD_func__1969; 
    143 alias void function(void *, _xmlError *) _BCD_func__1970; 
    144 alias void function(void *, void *, char *, char *, char *) _BCD_func__1986; 
    145 alias void function(void *, void *, char *) _BCD_func__1987; 
    146 alias void * function(void *, char *) _BCD_func__1988; 
    147 alias void function(void *, char *) _BCD_func__1989; 
    148 alias void function(void *, char *, void *, void *) _BCD_func__2108; 
    149 alias int function(void *, long *, int) _BCD_func__1478; 
    150 alias int function(void *, char *, uint) _BCD_func__1480; 
    151 alias int function(void *, char *, uint) _BCD_func__1482; 
    152 alias int function(void * *, char *) _BCD_func__2380; 
    153 alias int function(char *, char * * *, uint *) _BCD_func__2381; 
    154 alias int function(void *, char *, char *, char *, char *) _BCD_func__2382; 
    155 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2383; 
    156 alias void function(__gconv_step *) _BCD_func__2384; 
    157 alias int function(__gconv_step *) _BCD_func__2385; 
    158 alias uint function(__gconv_step *, char) _BCD_func__2386; 
    159 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2387; 
     74extern (C) void * xmlGetRefs(_xmlDoc *, char *); 
     75extern (C) int xmlRemoveRef(_xmlDoc *, _xmlAttr *); 
     76extern (C) int xmlIsRef(_xmlDoc *, _xmlNode *, _xmlAttr *); 
     77extern (C) void xmlFreeRefTable(void *); 
     78extern (C) _xmlRef * xmlAddRef(_xmlValidCtxt *, _xmlDoc *, char *, _xmlAttr *); 
     79extern (C) int xmlRemoveID(_xmlDoc *, _xmlAttr *); 
     80extern (C) int xmlIsID(_xmlDoc *, _xmlNode *, _xmlAttr *); 
     81extern (C) _xmlAttr * xmlGetID(_xmlDoc *, char *); 
     82extern (C) void xmlFreeIDTable(void *); 
     83extern (C) _xmlID * xmlAddID(_xmlValidCtxt *, _xmlDoc *, char *, _xmlAttr *); 
     84extern (C) void xmlDumpAttributeDecl(_xmlBuffer *, _xmlAttribute *); 
     85extern (C) void xmlDumpAttributeTable(_xmlBuffer *, void *); 
     86extern (C) void xmlFreeAttributeTable(void *); 
     87extern (C) void * xmlCopyAttributeTable(void *); 
     88extern (C) _xmlAttribute * xmlAddAttributeDecl(_xmlValidCtxt *, _xmlDtd *, char *, char *, char *, int, int, char *, _xmlEnumeration *); 
     89extern (C) _xmlEnumeration * xmlCopyEnumeration(_xmlEnumeration *); 
     90extern (C) void xmlFreeEnumeration(_xmlEnumeration *); 
     91extern (C) _xmlEnumeration * xmlCreateEnumeration(char *); 
     92extern (C) void xmlDumpElementDecl(_xmlBuffer *, _xmlElement *); 
     93extern (C) void xmlDumpElementTable(_xmlBuffer *, void *); 
     94extern (C) void xmlFreeElementTable(void *); 
     95extern (C) void * xmlCopyElementTable(void *); 
     96extern (C) _xmlElement * xmlAddElementDecl(_xmlValidCtxt *, _xmlDtd *, char *, int, _xmlElementContent *); 
     97extern (C) void xmlSprintfElementContent(char *, _xmlElementContent *, int); 
     98extern (C) void xmlSnprintfElementContent(char *, int, _xmlElementContent *, int); 
     99extern (C) void xmlFreeDocElementContent(_xmlDoc *, _xmlElementContent *); 
     100extern (C) _xmlElementContent * xmlCopyDocElementContent(_xmlDoc *, _xmlElementContent *); 
     101extern (C) _xmlElementContent * xmlNewDocElementContent(_xmlDoc *, char *, int); 
     102extern (C) void xmlFreeElementContent(_xmlElementContent *); 
     103extern (C) _xmlElementContent * xmlCopyElementContent(_xmlElementContent *); 
     104extern (C) _xmlElementContent * xmlNewElementContent(char *, int); 
     105extern (C) void xmlDumpNotationTable(_xmlBuffer *, void *); 
     106extern (C) void xmlDumpNotationDecl(_xmlBuffer *, _xmlNotation *); 
     107extern (C) void xmlFreeNotationTable(void *); 
     108extern (C) void * xmlCopyNotationTable(void *); 
     109extern (C) _xmlNotation * xmlAddNotationDecl(_xmlValidCtxt *, _xmlDtd *, char *, char *, char *); 
     110alias void function(_xmlNode *) _BCD_func__1705; 
     111alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1706; 
     112alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1707; 
     113alias char * function(char *) _BCD_func__1712; 
     114alias void * function(void *, uint) _BCD_func__1713; 
     115alias void * function(uint) _BCD_func__1714; 
     116alias void function(void *) _BCD_func__1715; 
     117alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1722; 
     118alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1723; 
     119alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1724; 
     120alias void function(void *, _xmlNode *) _BCD_func__1725; 
     121alias int function(void *, void *) _BCD_func__1740; 
     122alias int function(void *) _BCD_func__1482; 
     123alias int function(void *, char *, int) _BCD_func__1882; 
     124alias void * function(char *) _BCD_func__1883; 
     125alias int function(char *) _BCD_func__1884; 
     126alias int function(void *, char *, int) _BCD_func__1885; 
     127alias int function(char *, int *, char *, int *) _BCD_func__1895; 
     128alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1898; 
     129alias void function(void *, char *, char *, char *) _BCD_func__1929; 
     130alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1930; 
     131alias void function(void *, char *, int) _BCD_func__1932; 
     132alias void function(void *, char *) _BCD_func__1933; 
     133alias void function(void *, char *, char *) _BCD_func__1934; 
     134alias void function(void *, char *, char * *) _BCD_func__1935; 
     135alias void function(void *, _xmlSAXLocator *) _BCD_func__1936; 
     136alias void function(void *, char *, char *, char *, char *) _BCD_func__1937; 
     137alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1938; 
     138alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1939; 
     139alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1940; 
     140alias _xmlEntity * function(void *, char *) _BCD_func__1941; 
     141alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1942; 
     142alias void function(char *) _BCD_func__1955; 
     143alias void function(void *) _BCD_func__1975; 
     144alias void function(void *, _xmlError *) _BCD_func__1976; 
     145alias void function(void *, void *, char *, char *, char *) _BCD_func__1992; 
     146alias void function(void *, void *, char *) _BCD_func__1993; 
     147alias void * function(void *, char *) _BCD_func__1994; 
     148alias void function(void *, char *) _BCD_func__1995; 
     149alias void function(void *, char *, void *, void *) _BCD_func__2114; 
     150alias int function(void *, long *, int) _BCD_func__1484; 
     151alias int function(void *, char *, uint) _BCD_func__1486; 
     152alias int function(void *, char *, uint) _BCD_func__1488; 
     153alias int function(void * *, char *) _BCD_func__2386; 
     154alias int function(char *, char * * *, uint *) _BCD_func__2387; 
     155alias int function(void *, char *, char *, char *, char *) _BCD_func__2388; 
    160156struct _xmlValidCtxt { 
    161157void * userData; 
    162 _BCD_func__1925 error; 
    163 _BCD_func__1925 warning; 
     158_BCD_func__1931 error; 
     159_BCD_func__1931 warning; 
    164160_xmlNode * node; 
    165161int nodeNr; 
  • trunk/bindings/bcd/libxml2/xinclude.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xinclude; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.xmlmemory; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.xmlmemory; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324alias void xmlXIncludeCtxt; 
    2425alias void * xmlXIncludeCtxtPtr; 
    25 extern (C) int xmlXIncludeProcessNode(void * ctxt, _xmlNode * tree); 
    26 extern (C) void xmlXIncludeFreeContext(void * ctxt); 
    27 extern (C) int xmlXIncludeSetFlags(void * ctxt, int flags); 
    28 extern (C) void * xmlXIncludeNewContext(_xmlDoc * doc); 
    29 extern (C) int xmlXIncludeProcessTreeFlags(_xmlNode * tree, int flags); 
    30 extern (C) int xmlXIncludeProcessTree(_xmlNode * tree); 
    31 extern (C) int xmlXIncludeProcessFlags(_xmlDoc * doc, int flags); 
    32 extern (C) int xmlXIncludeProcess(_xmlDoc * doc); 
    33 alias void function(_xmlNode *) _BCD_func__1695
    34 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1696
    35 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1697
    36 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1705
    37 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1706
    38 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1707
    39 alias void function(void *, _xmlNode *) _BCD_func__1708
    40 alias int function(void *, void *) _BCD_func__1725
     26extern (C) int xmlXIncludeProcessNode(void *, _xmlNode *); 
     27extern (C) void xmlXIncludeFreeContext(void *); 
     28extern (C) int xmlXIncludeSetFlags(void *, int); 
     29extern (C) void * xmlXIncludeNewContext(_xmlDoc *); 
     30extern (C) int xmlXIncludeProcessTreeFlags(_xmlNode *, int); 
     31extern (C) int xmlXIncludeProcessTree(_xmlNode *); 
     32extern (C) int xmlXIncludeProcessFlags(_xmlDoc *, int); 
     33extern (C) int xmlXIncludeProcess(_xmlDoc *); 
     34alias void function(_xmlNode *) _BCD_func__1701
     35alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1702
     36alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1703
     37alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1711
     38alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1712
     39alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1713
     40alias void function(void *, _xmlNode *) _BCD_func__1714
     41alias int function(void *, void *) _BCD_func__1731
    4142alias int function(void *) _BCD_func__1408; 
    42 alias int function(void *, char *, int) _BCD_func__1875
    43 alias void * function(char *) _BCD_func__1876
    44 alias int function(char *) _BCD_func__1877
    45 alias int function(void *, char *, int) _BCD_func__1878
    46 alias int function(char *, int *, char *, int *) _BCD_func__1888
    47 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1891
    48 alias void function(void *, char *, char *, char *) _BCD_func__1922
    49 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1923
    50 alias void function(void *, char *, ...) _BCD_func__1924
    51 alias void function(void *, char *, int) _BCD_func__1925
    52 alias void function(void *, char *) _BCD_func__1926
    53 alias void function(void *, char *, char *) _BCD_func__1927
    54 alias void function(void *, char *, char * *) _BCD_func__1928
    55 alias void function(void *) _BCD_func__1929
    56 alias void function(void *, _xmlSAXLocator *) _BCD_func__1930
    57 alias void function(void *, char *, char *, char *, char *) _BCD_func__1931
    58 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1932
    59 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1933
    60 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1934
    61 alias _xmlEntity * function(void *, char *) _BCD_func__1935
    62 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1936
    63 alias void function(char *) _BCD_func__1949
    64 alias void function(void *) _BCD_func__1969
    65 alias void function(void *, _xmlError *) _BCD_func__1970
    66 alias void function(void *, void *, char *, char *, char *) _BCD_func__1986
    67 alias void function(void *, void *, char *) _BCD_func__1987
    68 alias void * function(void *, char *) _BCD_func__1988
    69 alias void function(void *, char *) _BCD_func__1989
    70 alias char * function(char *) _BCD_func__1994
    71 alias void * function(void *, uint) _BCD_func__1995
    72 alias void * function(uint) _BCD_func__1996
    73 alias void function(void *, char *, void *, void *) _BCD_func__2115
     43alias int function(void *, char *, int) _BCD_func__1881
     44alias void * function(char *) _BCD_func__1882
     45alias int function(char *) _BCD_func__1883
     46alias int function(void *, char *, int) _BCD_func__1884
     47alias int function(char *, int *, char *, int *) _BCD_func__1894
     48alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1897
     49alias void function(void *, char *, char *, char *) _BCD_func__1928
     50alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1929
     51alias void function(void *, char *, ...) _BCD_func__1930
     52alias void function(void *, char *, int) _BCD_func__1931
     53alias void function(void *, char *) _BCD_func__1932
     54alias void function(void *, char *, char *) _BCD_func__1933
     55alias void function(void *, char *, char * *) _BCD_func__1934
     56alias void function(void *) _BCD_func__1935
     57alias void function(void *, _xmlSAXLocator *) _BCD_func__1936
     58alias void function(void *, char *, char *, char *, char *) _BCD_func__1937
     59alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1938
     60alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1939
     61alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1940
     62alias _xmlEntity * function(void *, char *) _BCD_func__1941
     63alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1942
     64alias void function(char *) _BCD_func__1955
     65alias void function(void *) _BCD_func__1975
     66alias void function(void *, _xmlError *) _BCD_func__1976
     67alias void function(void *, void *, char *, char *, char *) _BCD_func__1992
     68alias void function(void *, void *, char *) _BCD_func__1993
     69alias void * function(void *, char *) _BCD_func__1994
     70alias void function(void *, char *) _BCD_func__1995
     71alias char * function(char *) _BCD_func__2000
     72alias void * function(void *, uint) _BCD_func__2001
     73alias void * function(uint) _BCD_func__2002
     74alias void function(void *, char *, void *, void *) _BCD_func__2121
    7475alias int function(void *, long *, int) _BCD_func__1410; 
    7576alias int function(void *, char *, uint) _BCD_func__1412; 
    7677alias int function(void *, char *, uint) _BCD_func__1414; 
    77 alias int function(void * *, char *) _BCD_func__2388; 
    78 alias int function(char *, char * * *, uint *) _BCD_func__2389; 
    79 alias int function(void *, char *, char *, char *, char *) _BCD_func__2390; 
    80 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2391; 
    81 alias void function(__gconv_step *) _BCD_func__2392; 
    82 alias int function(__gconv_step *) _BCD_func__2393; 
    83 alias uint function(__gconv_step *, char) _BCD_func__2394; 
    84 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2395; 
     78alias int function(void * *, char *) _BCD_func__2394; 
     79alias int function(char *, char * * *, uint *) _BCD_func__2395; 
     80alias int function(void *, char *, char *, char *, char *) _BCD_func__2396; 
  • trunk/bindings/bcd/libxml2/xlink.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xlink; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.parser; 
    8 import bcd.libxml2.xmlIO; 
    9 import bcd.libxml2.encoding; 
    10 import bcd.libxml2.entities; 
    11 import bcd.libxml2.hash; 
    12 import bcd.libxml2.valid; 
    13 import bcd.libxml2.xmlautomata; 
    14 import bcd.libxml2.list; 
    15 import bcd.libxml2.xmlerror; 
    16 import bcd.libxml2.xmlmemory; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.parser; 
     9public import bcd.libxml2.xmlIO; 
     10public import bcd.libxml2.encoding; 
     11public import bcd.libxml2.entities; 
     12public import bcd.libxml2.hash; 
     13public import bcd.libxml2.valid; 
     14public import bcd.libxml2.xmlautomata; 
     15public import bcd.libxml2.list; 
     16public import bcd.libxml2.xmlerror; 
     17public import bcd.libxml2.xmlmemory; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
    2223alias _xlinkHandler xlinkHandler; 
    2324alias _xlinkHandler * xlinkHandlerPtr; 
    24 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1645
    25 alias _BCD_func__1645 xlinkSimpleLinkFunk; 
     25alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1651
     26alias _BCD_func__1651 xlinkSimpleLinkFunk; 
    2627alias char * xlinkHRef; 
    2728alias char * xlinkRole; 
     
    3839} 
    3940alias char * xlinkTitle; 
    40 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1644
    41 alias _BCD_func__1644 xlinkExtendedLinkFunk; 
    42 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1643
    43 alias _BCD_func__1643 xlinkExtendedLinkSetFunk; 
    44 alias void function(void *, _xmlNode *) _BCD_func__1646
    45 alias _BCD_func__1646 xlinkNodeDetectFunc; 
     41alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1650
     42alias _BCD_func__1650 xlinkExtendedLinkFunk; 
     43alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1649
     44alias _BCD_func__1649 xlinkExtendedLinkSetFunk; 
     45alias void function(void *, _xmlNode *) _BCD_func__1652
     46alias _BCD_func__1652 xlinkNodeDetectFunc; 
    4647enum xlinkType { 
    4748XLINK_TYPE_NONE=0, 
     
    5051XLINK_TYPE_EXTENDED_SET=3, 
    5152} 
    52 extern (C) int xlinkIsLink(_xmlDoc * doc, _xmlNode * node); 
    53 extern (C) void xlinkSetDefaultHandler(_xlinkHandler * handler); 
     53extern (C) int xlinkIsLink(_xmlDoc *, _xmlNode *); 
     54extern (C) void xlinkSetDefaultHandler(_xlinkHandler *); 
    5455extern (C) _xlinkHandler * xlinkGetDefaultHandler(); 
    55 extern (C) void xlinkSetDefaultDetect(_BCD_func__1646 func); 
    56 extern (C) _BCD_func__1646 xlinkGetDefaultDetect(); 
    57 alias void function(_xmlNode *) _BCD_func__1692
    58 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1693
    59 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1694
    60 alias int function(void *, void *) _BCD_func__1713
     56extern (C) void xlinkSetDefaultDetect(_BCD_func__1652); 
     57extern (C) _BCD_func__1652 xlinkGetDefaultDetect(); 
     58alias void function(_xmlNode *) _BCD_func__1698
     59alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1699
     60alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1700
     61alias int function(void *, void *) _BCD_func__1719
    6162alias int function(void *) _BCD_func__1396; 
    62 alias int function(void *, char *, int) _BCD_func__1863
    63 alias void * function(char *) _BCD_func__1864
    64 alias int function(char *) _BCD_func__1865
    65 alias int function(void *, char *, int) _BCD_func__1866
    66 alias int function(char *, int *, char *, int *) _BCD_func__1876
    67 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1879
    68 alias void function(void *, char *, char *, char *) _BCD_func__1910
    69 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1911
    70 alias void function(void *, char *, ...) _BCD_func__1912
    71 alias void function(void *, char *, int) _BCD_func__1913
    72 alias void function(void *, char *) _BCD_func__1914
    73 alias void function(void *, char *, char *) _BCD_func__1915
    74 alias void function(void *, char *, char * *) _BCD_func__1916
    75 alias void function(void *) _BCD_func__1917
    76 alias void function(void *, _xmlSAXLocator *) _BCD_func__1918
    77 alias void function(void *, char *, char *, char *, char *) _BCD_func__1919
    78 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1920
    79 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1921
    80 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1922
    81 alias _xmlEntity * function(void *, char *) _BCD_func__1923
    82 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1924
    83 alias void function(char *) _BCD_func__1937
    84 alias void function(void *) _BCD_func__1957
    85 alias void function(void *, _xmlError *) _BCD_func__1958
    86 alias void function(void *, void *, char *, char *, char *) _BCD_func__1974
    87 alias void function(void *, void *, char *) _BCD_func__1975
    88 alias void * function(void *, char *) _BCD_func__1976
    89 alias void function(void *, char *) _BCD_func__1977
    90 alias char * function(char *) _BCD_func__1982
    91 alias void * function(void *, uint) _BCD_func__1983
    92 alias void * function(uint) _BCD_func__1984
    93 alias void function(void *, char *, void *, void *) _BCD_func__2103
     63alias int function(void *, char *, int) _BCD_func__1869
     64alias void * function(char *) _BCD_func__1870
     65alias int function(char *) _BCD_func__1871
     66alias int function(void *, char *, int) _BCD_func__1872
     67alias int function(char *, int *, char *, int *) _BCD_func__1882
     68alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1885
     69alias void function(void *, char *, char *, char *) _BCD_func__1916
     70alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1917
     71alias void function(void *, char *, ...) _BCD_func__1918
     72alias void function(void *, char *, int) _BCD_func__1919
     73alias void function(void *, char *) _BCD_func__1920
     74alias void function(void *, char *, char *) _BCD_func__1921
     75alias void function(void *, char *, char * *) _BCD_func__1922
     76alias void function(void *) _BCD_func__1923
     77alias void function(void *, _xmlSAXLocator *) _BCD_func__1924
     78alias void function(void *, char *, char *, char *, char *) _BCD_func__1925
     79alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1926
     80alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1927
     81alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1928
     82alias _xmlEntity * function(void *, char *) _BCD_func__1929
     83alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1930
     84alias void function(char *) _BCD_func__1943
     85alias void function(void *) _BCD_func__1963
     86alias void function(void *, _xmlError *) _BCD_func__1964
     87alias void function(void *, void *, char *, char *, char *) _BCD_func__1980
     88alias void function(void *, void *, char *) _BCD_func__1981
     89alias void * function(void *, char *) _BCD_func__1982
     90alias void function(void *, char *) _BCD_func__1983
     91alias char * function(char *) _BCD_func__1988
     92alias void * function(void *, uint) _BCD_func__1989
     93alias void * function(uint) _BCD_func__1990
     94alias void function(void *, char *, void *, void *) _BCD_func__2109
    9495alias int function(void *, long *, int) _BCD_func__1398; 
    9596alias int function(void *, char *, uint) _BCD_func__1400; 
    9697alias int function(void *, char *, uint) _BCD_func__1402; 
    97 alias int function(void * *, char *) _BCD_func__2376; 
    98 alias int function(char *, char * * *, uint *) _BCD_func__2377; 
    99 alias int function(void *, char *, char *, char *, char *) _BCD_func__2378; 
    100 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2379; 
    101 alias void function(__gconv_step *) _BCD_func__2380; 
    102 alias int function(__gconv_step *) _BCD_func__2381; 
    103 alias uint function(__gconv_step *, char) _BCD_func__2382; 
    104 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2383; 
     98alias int function(void * *, char *) _BCD_func__2382; 
     99alias int function(char *, char * * *, uint *) _BCD_func__2383; 
     100alias int function(void *, char *, char *, char *, char *) _BCD_func__2384; 
    105101struct _xlinkHandler { 
    106 _BCD_func__1645 simple; 
    107 _BCD_func__1644 extended; 
    108 _BCD_func__1643 set; 
     102_BCD_func__1651 simple; 
     103_BCD_func__1650 extended; 
     104_BCD_func__1649 set; 
    109105} 
  • trunk/bindings/bcd/libxml2/xmlIO.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlIO; 
    3 import bcd.libxml2.globals; 
    4 import bcd.libxml2.threads; 
    5 import bcd.libxml2.xmlmemory; 
    6 import bcd.libxml2.SAX2; 
    7 import bcd.libxml2.SAX; 
    8 import bcd.libxml2.xlink; 
    9 import bcd.libxml2.parser; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
    22 alias int function(void *, char *, int) _BCD_func__2296; 
    23 alias _BCD_func__2296 xmlOutputWriteCallback; 
     3align(4): 
     4public import bcd.libxml2.globals; 
     5public import bcd.libxml2.threads; 
     6public import bcd.libxml2.xmlmemory; 
     7public import bcd.libxml2.SAX2; 
     8public import bcd.libxml2.SAX; 
     9public import bcd.libxml2.xlink; 
     10public import bcd.libxml2.parser; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
     23alias int function(void *, char *, int) _BCD_func__2302; 
     24alias _BCD_func__2302 xmlOutputWriteCallback; 
    2425alias int function(void *) _BCD_func__1370; 
    2526alias _BCD_func__1370 xmlOutputCloseCallback; 
    26 alias int function(void *, char *, int) _BCD_func__2299
    27 alias _BCD_func__2299 xmlInputReadCallback; 
     27alias int function(void *, char *, int) _BCD_func__2305
     28alias _BCD_func__2305 xmlInputReadCallback; 
    2829alias _BCD_func__1370 xmlInputCloseCallback; 
    29 alias void * function(char *) _BCD_func__2297
    30 alias _BCD_func__2297 xmlOutputOpenCallback; 
    31 alias int function(char *) _BCD_func__2298
    32 alias _BCD_func__2298 xmlOutputMatchCallback; 
    33 alias _BCD_func__2297 xmlInputOpenCallback; 
    34 alias _BCD_func__2298 xmlInputMatchCallback; 
    35 extern (C) int xmlIOFTPClose(void * context); 
    36 extern (C) int xmlIOFTPRead(void * context, char * buffer, int len); 
    37 extern (C) void * xmlIOFTPOpen(char * filename); 
    38 extern (C) int xmlIOFTPMatch(char * filename); 
    39 extern (C) int xmlIOHTTPClose(void * context); 
    40 extern (C) int xmlIOHTTPRead(void * context, char * buffer, int len); 
    41 extern (C) void * xmlIOHTTPOpenW(char * post_uri, int compression); 
    42 extern (C) void * xmlIOHTTPOpen(char * filename); 
    43 extern (C) int xmlIOHTTPMatch(char * filename); 
    44 extern (C) int xmlFileClose(void * context); 
    45 extern (C) int xmlFileRead(void * context, char * buffer, int len); 
    46 extern (C) void * xmlFileOpen(char * filename); 
    47 extern (C) int xmlFileMatch(char * filename); 
    48 extern (C) int xmlCheckFilename(char * path); 
    49 extern (C) char * xmlNormalizeWindowsPath(char * path); 
    50 extern (C) _xmlParserInput * xmlNoNetExternalEntityLoader(char * URL, char * ID, _xmlParserCtxt * ctxt); 
    51 extern (C) _xmlParserInput * xmlCheckHTTPInput(_xmlParserCtxt * ctxt, _xmlParserInput * ret); 
     30alias void * function(char *) _BCD_func__2303
     31alias _BCD_func__2303 xmlOutputOpenCallback; 
     32alias int function(char *) _BCD_func__2304
     33alias _BCD_func__2304 xmlOutputMatchCallback; 
     34alias _BCD_func__2303 xmlInputOpenCallback; 
     35alias _BCD_func__2304 xmlInputMatchCallback; 
     36extern (C) int xmlIOFTPClose(void *); 
     37extern (C) int xmlIOFTPRead(void *, char *, int); 
     38extern (C) void * xmlIOFTPOpen(char *); 
     39extern (C) int xmlIOFTPMatch(char *); 
     40extern (C) int xmlIOHTTPClose(void *); 
     41extern (C) int xmlIOHTTPRead(void *, char *, int); 
     42extern (C) void * xmlIOHTTPOpenW(char *, int); 
     43extern (C) void * xmlIOHTTPOpen(char *); 
     44extern (C) int xmlIOHTTPMatch(char *); 
     45extern (C) int xmlFileClose(void *); 
     46extern (C) int xmlFileRead(void *, char *, int); 
     47extern (C) void * xmlFileOpen(char *); 
     48extern (C) int xmlFileMatch(char *); 
     49extern (C) int xmlCheckFilename(char *); 
     50extern (C) char * xmlNormalizeWindowsPath(char *); 
     51extern (C) _xmlParserInput * xmlNoNetExternalEntityLoader(char *, char *, _xmlParserCtxt *); 
     52extern (C) _xmlParserInput * xmlCheckHTTPInput(_xmlParserCtxt *, _xmlParserInput *); 
    5253extern (C) void xmlRegisterHTTPPostCallbacks(); 
    53 extern (C) _xmlOutputBuffer * __xmlOutputBufferCreateFilename(char * URI, _xmlCharEncodingHandler * encoder, int compression); 
    54 extern (C) int xmlRegisterOutputCallbacks(_BCD_func__2298 matchFunc, _BCD_func__2297 openFunc, _BCD_func__2296 writeFunc, _BCD_func__1370 closeFunc); 
    55 extern (C) int xmlOutputBufferClose(_xmlOutputBuffer * out_); 
    56 extern (C) int xmlOutputBufferFlush(_xmlOutputBuffer * out_); 
    57 alias int function(char *, int *, char *, int *) _BCD_func__1853
    58 extern (C) int xmlOutputBufferWriteEscape(_xmlOutputBuffer * out_, char * str, _BCD_func__1853 escaping); 
    59 extern (C) int xmlOutputBufferWriteString(_xmlOutputBuffer * out_, char * str); 
    60 extern (C) int xmlOutputBufferWrite(_xmlOutputBuffer * out_, int len, char * buf); 
    61 extern (C) _xmlOutputBuffer * xmlOutputBufferCreateIO(_BCD_func__2296 iowrite, _BCD_func__1370 ioclose, void * ioctx, _xmlCharEncodingHandler * encoder); 
    62 extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFd(int fd, _xmlCharEncodingHandler * encoder); 
    63 extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFile(_IO_FILE * file, _xmlCharEncodingHandler * encoder); 
    64 extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFilename(char * URI, _xmlCharEncodingHandler * encoder, int compression); 
    65 extern (C) _xmlOutputBuffer * xmlAllocOutputBuffer(_xmlCharEncodingHandler * encoder); 
     54extern (C) _xmlOutputBuffer * __xmlOutputBufferCreateFilename(char *, _xmlCharEncodingHandler *, int); 
     55extern (C) int xmlRegisterOutputCallbacks(_BCD_func__2304, _BCD_func__2303, _BCD_func__2302, _BCD_func__1370); 
     56extern (C) int xmlOutputBufferClose(_xmlOutputBuffer *); 
     57extern (C) int xmlOutputBufferFlush(_xmlOutputBuffer *); 
     58alias int function(char *, int *, char *, int *) _BCD_func__1859
     59extern (C) int xmlOutputBufferWriteEscape(_xmlOutputBuffer *, char *, _BCD_func__1859); 
     60extern (C) int xmlOutputBufferWriteString(_xmlOutputBuffer *, char *); 
     61extern (C) int xmlOutputBufferWrite(_xmlOutputBuffer *, int, char *); 
     62extern (C) _xmlOutputBuffer * xmlOutputBufferCreateIO(_BCD_func__2302, _BCD_func__1370, void *, _xmlCharEncodingHandler *); 
     63extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFd(int, _xmlCharEncodingHandler *); 
     64extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFile(_IO_FILE *, _xmlCharEncodingHandler *); 
     65extern (C) _xmlOutputBuffer * xmlOutputBufferCreateFilename(char *, _xmlCharEncodingHandler *, int); 
     66extern (C) _xmlOutputBuffer * xmlAllocOutputBuffer(_xmlCharEncodingHandler *); 
    6667extern (C) void xmlRegisterDefaultOutputCallbacks(); 
    6768extern (C) void xmlCleanupOutputCallbacks(); 
    68 extern (C) _xmlParserInputBuffer * __xmlParserInputBufferCreateFilename(char * URI, int enc); 
    69 extern (C) int xmlRegisterInputCallbacks(_BCD_func__2298 matchFunc, _BCD_func__2297 openFunc, _BCD_func__2299 readFunc, _BCD_func__1370 closeFunc); 
    70 extern (C) char * xmlParserGetDirectory(char * filename); 
    71 extern (C) void xmlFreeParserInputBuffer(_xmlParserInputBuffer * in_); 
    72 extern (C) int xmlParserInputBufferPush(_xmlParserInputBuffer * in_, int len, char * buf); 
    73 extern (C) int xmlParserInputBufferGrow(_xmlParserInputBuffer * in_, int len); 
    74 extern (C) int xmlParserInputBufferRead(_xmlParserInputBuffer * in_, int len); 
    75 extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateIO(_BCD_func__2299 ioread, _BCD_func__1370 ioclose, void * ioctx, int enc); 
    76 extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateStatic(char * mem, int size, int enc); 
    77 extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateMem(char * mem, int size, int enc); 
    78 extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFd(int fd, int enc); 
    79 extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFile(_IO_FILE * file, int enc); 
    80 extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFilename(char * URI, int enc); 
    81 extern (C) _xmlParserInputBuffer * xmlAllocParserInputBuffer(int enc); 
     69extern (C) _xmlParserInputBuffer * __xmlParserInputBufferCreateFilename(char *, int); 
     70extern (C) int xmlRegisterInputCallbacks(_BCD_func__2304, _BCD_func__2303, _BCD_func__2305, _BCD_func__1370); 
     71extern (C) char * xmlParserGetDirectory(char *); 
     72extern (C) void xmlFreeParserInputBuffer(_xmlParserInputBuffer *); 
     73extern (C) int xmlParserInputBufferPush(_xmlParserInputBuffer *, int, char *); 
     74extern (C) int xmlParserInputBufferGrow(_xmlParserInputBuffer *, int); 
     75extern (C) int xmlParserInputBufferRead(_xmlParserInputBuffer *, int); 
     76extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateIO(_BCD_func__2305, _BCD_func__1370, void *, int); 
     77extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateStatic(char *, int, int); 
     78extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateMem(char *, int, int); 
     79extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFd(int, int); 
     80extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFile(_IO_FILE *, int); 
     81extern (C) _xmlParserInputBuffer * xmlParserInputBufferCreateFilename(char *, int); 
     82extern (C) _xmlParserInputBuffer * xmlAllocParserInputBuffer(int); 
    8283extern (C) void xmlRegisterDefaultInputCallbacks(); 
    8384extern (C) int xmlPopInputCallbacks(); 
    8485extern (C) void xmlCleanupInputCallbacks(); 
    85 alias void function(_xmlNode *) _BCD_func__1658
    86 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1659
    87 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1660
    88 alias char * function(char *) _BCD_func__1665
    89 alias void * function(void *, uint) _BCD_func__1666
    90 alias void * function(uint) _BCD_func__1667
    91 alias void function(void *) _BCD_func__1668
    92 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1675
    93 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1676
    94 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1677
    95 alias void function(void *, _xmlNode *) _BCD_func__1678
    96 alias int function(void *, void *) _BCD_func__1695
    97 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1856
    98 alias void function(void *, char *, char *, char *) _BCD_func__1887
    99 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1888
    100 alias void function(void *, char *, ...) _BCD_func__1889
    101 alias void function(void *, char *, int) _BCD_func__1890
    102 alias void function(void *, char *) _BCD_func__1891
    103 alias void function(void *, char *, char *) _BCD_func__1892
    104 alias void function(void *, char *, char * *) _BCD_func__1893
    105 alias void function(void *, _xmlSAXLocator *) _BCD_func__1894
    106 alias void function(void *, char *, char *, char *, char *) _BCD_func__1895
    107 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1896
    108 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1897
    109 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1898
    110 alias _xmlEntity * function(void *, char *) _BCD_func__1899
    111 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1900
    112 alias void function(char *) _BCD_func__1913
    113 alias void function(void *) _BCD_func__1933
    114 alias void function(void *, _xmlError *) _BCD_func__1934
    115 alias void function(void *, void *, char *, char *, char *) _BCD_func__1950
    116 alias void function(void *, void *, char *) _BCD_func__1951
    117 alias void * function(void *, char *) _BCD_func__1952
    118 alias void function(void *, char *) _BCD_func__1953
    119 alias void function(void *, char *, void *, void *) _BCD_func__2072
     86alias void function(_xmlNode *) _BCD_func__1664
     87alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1665
     88alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1666
     89alias char * function(char *) _BCD_func__1671
     90alias void * function(void *, uint) _BCD_func__1672
     91alias void * function(uint) _BCD_func__1673
     92alias void function(void *) _BCD_func__1674
     93alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1681
     94alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1682
     95alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1683
     96alias void function(void *, _xmlNode *) _BCD_func__1684
     97alias int function(void *, void *) _BCD_func__1701
     98alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1862
     99alias void function(void *, char *, char *, char *) _BCD_func__1893
     100alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1894
     101alias void function(void *, char *, ...) _BCD_func__1895
     102alias void function(void *, char *, int) _BCD_func__1896
     103alias void function(void *, char *) _BCD_func__1897
     104alias void function(void *, char *, char *) _BCD_func__1898
     105alias void function(void *, char *, char * *) _BCD_func__1899
     106alias void function(void *, _xmlSAXLocator *) _BCD_func__1900
     107alias void function(void *, char *, char *, char *, char *) _BCD_func__1901
     108alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1902
     109alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1903
     110alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1904
     111alias _xmlEntity * function(void *, char *) _BCD_func__1905
     112alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1906
     113alias void function(char *) _BCD_func__1919
     114alias void function(void *) _BCD_func__1939
     115alias void function(void *, _xmlError *) _BCD_func__1940
     116alias void function(void *, void *, char *, char *, char *) _BCD_func__1956
     117alias void function(void *, void *, char *) _BCD_func__1957
     118alias void * function(void *, char *) _BCD_func__1958
     119alias void function(void *, char *) _BCD_func__1959
     120alias void function(void *, char *, void *, void *) _BCD_func__2078
    120121alias int function(void *, long *, int) _BCD_func__1372; 
    121122alias int function(void *, char *, uint) _BCD_func__1374; 
    122123alias int function(void *, char *, uint) _BCD_func__1376; 
    123 alias int function(void * *, char *) _BCD_func__2349; 
    124 alias int function(char *, char * * *, uint *) _BCD_func__2350; 
    125 alias int function(void *, char *, char *, char *, char *) _BCD_func__2351; 
    126 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2352; 
    127 alias void function(__gconv_step *) _BCD_func__2353; 
    128 alias int function(__gconv_step *) _BCD_func__2354; 
    129 alias uint function(__gconv_step *, char) _BCD_func__2355; 
    130 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2356; 
     124alias int function(void * *, char *) _BCD_func__2355; 
     125alias int function(char *, char * * *, uint *) _BCD_func__2356; 
     126alias int function(void *, char *, char *, char *, char *) _BCD_func__2357; 
    131127struct _xmlOutputBuffer { 
    132128void * context; 
    133 _BCD_func__2296 writecallback; 
     129_BCD_func__2302 writecallback; 
    134130_BCD_func__1370 closecallback; 
    135131_xmlCharEncodingHandler * encoder; 
     
    141137struct _xmlParserInputBuffer { 
    142138void * context; 
    143 _BCD_func__2299 readcallback; 
     139_BCD_func__2305 readcallback; 
    144140_BCD_func__1370 closecallback; 
    145141_xmlCharEncodingHandler * encoder; 
  • trunk/bindings/bcd/libxml2/xmlerror.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlerror; 
    3 import bcd.libxml2.parser; 
    4 import bcd.libxml2.xmlIO; 
    5 import bcd.libxml2.globals; 
    6 import bcd.libxml2.threads; 
    7 import bcd.libxml2.xmlmemory; 
    8 import bcd.libxml2.SAX2; 
    9 import bcd.libxml2.SAX; 
    10 import bcd.libxml2.xlink; 
    11 import bcd.libxml2.encoding; 
    12 import bcd.libxml2.entities; 
    13 import bcd.libxml2.hash; 
    14 import bcd.libxml2.valid; 
    15 import bcd.libxml2.xmlautomata; 
    16 import bcd.libxml2.list; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.parser; 
     5public import bcd.libxml2.xmlIO; 
     6public import bcd.libxml2.globals; 
     7public import bcd.libxml2.threads; 
     8public import bcd.libxml2.xmlmemory; 
     9public import bcd.libxml2.SAX2; 
     10public import bcd.libxml2.SAX; 
     11public import bcd.libxml2.xlink; 
     12public import bcd.libxml2.encoding; 
     13public import bcd.libxml2.entities; 
     14public import bcd.libxml2.hash; 
     15public import bcd.libxml2.valid; 
     16public import bcd.libxml2.xmlautomata; 
     17public import bcd.libxml2.list; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
    2223alias _xmlError xmlError; 
    23 alias void function(void *, _xmlError *) _BCD_func__1965
    24 alias _BCD_func__1965 xmlStructuredErrorFunc; 
    25 alias void function(void *, char *, ...) _BCD_func__1920
    26 alias _BCD_func__1920 xmlGenericErrorFunc; 
     24alias void function(void *, _xmlError *) _BCD_func__1971
     25alias _BCD_func__1971 xmlStructuredErrorFunc; 
     26alias void function(void *, char *, ...) _BCD_func__1926
     27alias _BCD_func__1926 xmlGenericErrorFunc; 
    2728enum xmlParserErrors { 
    2829XML_ERR_OK=0, 
     
    777778XML_FROM_I18N=27, 
    778779} 
    779 extern (C) int xmlCopyError(_xmlError * from, _xmlError * to); 
    780 extern (C) void xmlResetError(_xmlError * err); 
    781 extern (C) void xmlCtxtResetLastError(void * ctx); 
    782 extern (C) _xmlError * xmlCtxtGetLastError(void * ctx); 
     780extern (C) int xmlCopyError(_xmlError *, _xmlError *); 
     781extern (C) void xmlResetError(_xmlError *); 
     782extern (C) void xmlCtxtResetLastError(void *); 
     783extern (C) _xmlError * xmlCtxtGetLastError(void *); 
    783784extern (C) void xmlResetLastError(); 
    784785extern (C) _xmlError * xmlGetLastError(); 
    785 extern (C) void xmlParserPrintFileContext(_xmlParserInput * input); 
    786 extern (C) void xmlParserPrintFileInfo(_xmlParserInput * input); 
    787 extern (C) void xmlParserValidityWarning(void * ctx, char * msg, ...); 
    788 extern (C) void xmlParserValidityError(void * ctx, char * msg, ...); 
    789 extern (C) void xmlParserWarning(void * ctx, char * msg, ...); 
    790 extern (C) void xmlParserError(void * ctx, char * msg, ...); 
    791 extern (C) void xmlSetStructuredErrorFunc(void * ctx, _BCD_func__1965 handler); 
    792 extern (C) void initGenericErrorDefaultFunc(_BCD_func__1920 * handler); 
    793 extern (C) void xmlSetGenericErrorFunc(void * ctx, _BCD_func__1920 handler); 
    794 alias void function(_xmlNode *) _BCD_func__1691
    795 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1692
    796 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1693
    797 alias char * function(char *) _BCD_func__1698
    798 alias void * function(void *, uint) _BCD_func__1699
    799 alias void * function(uint) _BCD_func__1700
    800 alias void function(void *) _BCD_func__1701
    801 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1708
    802 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1709
    803 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1710
    804 alias void function(void *, _xmlNode *) _BCD_func__1711
    805 alias int function(void *, void *) _BCD_func__1728
     786extern (C) void xmlParserPrintFileContext(_xmlParserInput *); 
     787extern (C) void xmlParserPrintFileInfo(_xmlParserInput *); 
     788extern (C) void xmlParserValidityWarning(void *, char *, ...); 
     789extern (C) void xmlParserValidityError(void *, char *, ...); 
     790extern (C) void xmlParserWarning(void *, char *, ...); 
     791extern (C) void xmlParserError(void *, char *, ...); 
     792extern (C) void xmlSetStructuredErrorFunc(void *, _BCD_func__1971); 
     793extern (C) void initGenericErrorDefaultFunc(_BCD_func__1926 *); 
     794extern (C) void xmlSetGenericErrorFunc(void *, _BCD_func__1926); 
     795alias void function(_xmlNode *) _BCD_func__1697
     796alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1698
     797alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1699
     798alias char * function(char *) _BCD_func__1704
     799alias void * function(void *, uint) _BCD_func__1705
     800alias void * function(uint) _BCD_func__1706
     801alias void function(void *) _BCD_func__1707
     802alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1714
     803alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1715
     804alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1716
     805alias void function(void *, _xmlNode *) _BCD_func__1717
     806alias int function(void *, void *) _BCD_func__1734
    806807alias int function(void *) _BCD_func__1395; 
    807 alias int function(void *, char *, int) _BCD_func__1871
    808 alias void * function(char *) _BCD_func__1872
    809 alias int function(char *) _BCD_func__1873
    810 alias int function(void *, char *, int) _BCD_func__1874
    811 alias int function(char *, int *, char *, int *) _BCD_func__1884
    812 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1887
    813 alias void function(void *, char *, char *, char *) _BCD_func__1918
    814 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1919
    815 alias void function(void *, char *, int) _BCD_func__1921
    816 alias void function(void *, char *) _BCD_func__1922
    817 alias void function(void *, char *, char *) _BCD_func__1923
    818 alias void function(void *, char *, char * *) _BCD_func__1924
    819 alias void function(void *, _xmlSAXLocator *) _BCD_func__1925
    820 alias void function(void *, char *, char *, char *, char *) _BCD_func__1926
    821 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1927
    822 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1928
    823 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1929
    824 alias _xmlEntity * function(void *, char *) _BCD_func__1930
    825 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1931
    826 alias void function(char *) _BCD_func__1944
    827 alias void function(void *) _BCD_func__1964
    828 alias void function(void *, void *, char *, char *, char *) _BCD_func__1981
    829 alias void function(void *, void *, char *) _BCD_func__1982
    830 alias void * function(void *, char *) _BCD_func__1983
    831 alias void function(void *, char *) _BCD_func__1984
    832 alias void function(void *, char *, void *, void *) _BCD_func__2103
     808alias int function(void *, char *, int) _BCD_func__1877
     809alias void * function(char *) _BCD_func__1878
     810alias int function(char *) _BCD_func__1879
     811alias int function(void *, char *, int) _BCD_func__1880
     812alias int function(char *, int *, char *, int *) _BCD_func__1890
     813alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1893
     814alias void function(void *, char *, char *, char *) _BCD_func__1924
     815alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1925
     816alias void function(void *, char *, int) _BCD_func__1927
     817alias void function(void *, char *) _BCD_func__1928
     818alias void function(void *, char *, char *) _BCD_func__1929
     819alias void function(void *, char *, char * *) _BCD_func__1930
     820alias void function(void *, _xmlSAXLocator *) _BCD_func__1931
     821alias void function(void *, char *, char *, char *, char *) _BCD_func__1932
     822alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1933
     823alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1934
     824alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1935
     825alias _xmlEntity * function(void *, char *) _BCD_func__1936
     826alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1937
     827alias void function(char *) _BCD_func__1950
     828alias void function(void *) _BCD_func__1970
     829alias void function(void *, void *, char *, char *, char *) _BCD_func__1987
     830alias void function(void *, void *, char *) _BCD_func__1988
     831alias void * function(void *, char *) _BCD_func__1989
     832alias void function(void *, char *) _BCD_func__1990
     833alias void function(void *, char *, void *, void *) _BCD_func__2109
    833834alias int function(void *, long *, int) _BCD_func__1397; 
    834835alias int function(void *, char *, uint) _BCD_func__1399; 
    835836alias int function(void *, char *, uint) _BCD_func__1401; 
    836 alias int function(void * *, char *) _BCD_func__2375; 
    837 alias int function(char *, char * * *, uint *) _BCD_func__2376; 
    838 alias int function(void *, char *, char *, char *, char *) _BCD_func__2377; 
    839 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2378; 
    840 alias void function(__gconv_step *) _BCD_func__2379; 
    841 alias int function(__gconv_step *) _BCD_func__2380; 
    842 alias uint function(__gconv_step *, char) _BCD_func__2381; 
    843 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2382; 
     837alias int function(void * *, char *) _BCD_func__2381; 
     838alias int function(char *, char * * *, uint *) _BCD_func__2382; 
     839alias int function(void *, char *, char *, char *, char *) _BCD_func__2383; 
    844840struct _xmlError { 
    845841int domain; 
  • trunk/bindings/bcd/libxml2/xmlexports.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlexports; 
     3align(4): 
  • trunk/bindings/bcd/libxml2/xmlmemory.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlmemory; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.tree; 
    18 import bcd.libxml2.xmlregexp; 
    19 import bcd.libxml2.dict; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
    22 alias char * function(char *) _BCD_func__2297; 
    23 alias _BCD_func__2297 xmlStrdupFunc; 
    24 alias void * function(void *, uint) _BCD_func__2298; 
    25 alias _BCD_func__2298 xmlReallocFunc; 
    26 alias void * function(uint) _BCD_func__2299; 
    27 alias _BCD_func__2299 xmlMallocFunc; 
    28 alias void function(void *) _BCD_func__1890; 
    29 alias _BCD_func__1890 xmlFreeFunc; 
    30 extern (C) char * xmlMemStrdupLoc(char * str, char * file, int line); 
    31 extern (C) void * xmlMallocAtomicLoc(uint size, char * file, int line); 
    32 extern (C) void * xmlReallocLoc(void * ptr, uint size, char * file, int line); 
    33 extern (C) void * xmlMallocLoc(uint size, char * file, int line); 
    34 extern (C) char * xmlMemoryStrdup(char * str); 
    35 extern (C) void xmlMemFree(void * ptr); 
    36 extern (C) void * xmlMemRealloc(void * ptr, uint size); 
    37 extern (C) void * xmlMemMalloc(uint size); 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.tree; 
     19public import bcd.libxml2.xmlregexp; 
     20public import bcd.libxml2.dict; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
     23alias char * function(char *) _BCD_func__2303; 
     24alias _BCD_func__2303 xmlStrdupFunc; 
     25alias void * function(void *, uint) _BCD_func__2304; 
     26alias _BCD_func__2304 xmlReallocFunc; 
     27alias void * function(uint) _BCD_func__2305; 
     28alias _BCD_func__2305 xmlMallocFunc; 
     29alias void function(void *) _BCD_func__1896; 
     30alias _BCD_func__1896 xmlFreeFunc; 
     31extern (C) char * xmlMemStrdupLoc(char *, char *, int); 
     32extern (C) void * xmlMallocAtomicLoc(uint, char *, int); 
     33extern (C) void * xmlReallocLoc(void *, uint, char *, int); 
     34extern (C) void * xmlMallocLoc(uint, char *, int); 
     35extern (C) char * xmlMemoryStrdup(char *); 
     36extern (C) void xmlMemFree(void *); 
     37extern (C) void * xmlMemRealloc(void *, uint); 
     38extern (C) void * xmlMemMalloc(uint); 
    3839extern (C) void xmlMemoryDump(); 
    39 extern (C) void xmlMemShow(_IO_FILE * fp, int nr); 
    40 extern (C) void xmlMemDisplay(_IO_FILE * fp); 
     40extern (C) void xmlMemShow(_IO_FILE *, int); 
     41extern (C) void xmlMemDisplay(_IO_FILE *); 
    4142extern (C) int xmlMemBlocks(); 
    4243extern (C) int xmlMemUsed(); 
    4344extern (C) void xmlCleanupMemory(); 
    4445extern (C) int xmlInitMemory(); 
    45 extern (C) int xmlGcMemGet(_BCD_func__1890 * freeFunc, _BCD_func__2299 * mallocFunc, _BCD_func__2299 * mallocAtomicFunc, _BCD_func__2298 * reallocFunc, _BCD_func__2297 * strdupFunc); 
    46 extern (C) int xmlGcMemSetup(_BCD_func__1890 freeFunc, _BCD_func__2299 mallocFunc, _BCD_func__2299 mallocAtomicFunc, _BCD_func__2298 reallocFunc, _BCD_func__2297 strdupFunc); 
    47 extern (C) int xmlMemGet(_BCD_func__1890 * freeFunc, _BCD_func__2299 * mallocFunc, _BCD_func__2298 * reallocFunc, _BCD_func__2297 * strdupFunc); 
    48 extern (C) int xmlMemSetup(_BCD_func__1890 freeFunc, _BCD_func__2299 mallocFunc, _BCD_func__2298 reallocFunc, _BCD_func__2297 strdupFunc); 
    49 alias void function(_xmlNode *) _BCD_func__1656
    50 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1657
    51 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1658
    52 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1666
    53 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1667
    54 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1668
    55 alias void function(void *, _xmlNode *) _BCD_func__1669
    56 alias int function(void *, void *) _BCD_func__1686
     46extern (C) int xmlGcMemGet(_BCD_func__1896 *, _BCD_func__2305 *, _BCD_func__2305 *, _BCD_func__2304 *, _BCD_func__2303 *); 
     47extern (C) int xmlGcMemSetup(_BCD_func__1896, _BCD_func__2305, _BCD_func__2305, _BCD_func__2304, _BCD_func__2303); 
     48extern (C) int xmlMemGet(_BCD_func__1896 *, _BCD_func__2305 *, _BCD_func__2304 *, _BCD_func__2303 *); 
     49extern (C) int xmlMemSetup(_BCD_func__1896, _BCD_func__2305, _BCD_func__2304, _BCD_func__2303); 
     50alias void function(_xmlNode *) _BCD_func__1662
     51alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1663
     52alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1664
     53alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1672
     54alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1673
     55alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1674
     56alias void function(void *, _xmlNode *) _BCD_func__1675
     57alias int function(void *, void *) _BCD_func__1692
    5758alias int function(void *) _BCD_func__1370; 
    58 alias int function(void *, char *, int) _BCD_func__1836
    59 alias void * function(char *) _BCD_func__1837
    60 alias int function(char *) _BCD_func__1838
    61 alias int function(void *, char *, int) _BCD_func__1839
    62 alias int function(char *, int *, char *, int *) _BCD_func__1849
    63 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1852
    64 alias void function(void *, char *, char *, char *) _BCD_func__1883
    65 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1884
    66 alias void function(void *, char *, ...) _BCD_func__1885
    67 alias void function(void *, char *, int) _BCD_func__1886
    68 alias void function(void *, char *) _BCD_func__1887
    69 alias void function(void *, char *, char *) _BCD_func__1888
    70 alias void function(void *, char *, char * *) _BCD_func__1889
    71 alias void function(void *, _xmlSAXLocator *) _BCD_func__1891
    72 alias void function(void *, char *, char *, char *, char *) _BCD_func__1892
    73 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1893
    74 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1894
    75 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1895
    76 alias _xmlEntity * function(void *, char *) _BCD_func__1896
    77 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1897
    78 alias void function(char *) _BCD_func__1910
    79 alias void function(void *) _BCD_func__1930
    80 alias void function(void *, _xmlError *) _BCD_func__1931
    81 alias void function(void *, void *, char *, char *, char *) _BCD_func__1947
    82 alias void function(void *, void *, char *) _BCD_func__1948
    83 alias void * function(void *, char *) _BCD_func__1949
    84 alias void function(void *, char *) _BCD_func__1950
    85 alias void function(void *, char *, void *, void *) _BCD_func__2069
     59alias int function(void *, char *, int) _BCD_func__1842
     60alias void * function(char *) _BCD_func__1843
     61alias int function(char *) _BCD_func__1844
     62alias int function(void *, char *, int) _BCD_func__1845
     63alias int function(char *, int *, char *, int *) _BCD_func__1855
     64alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1858
     65alias void function(void *, char *, char *, char *) _BCD_func__1889
     66alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1890
     67alias void function(void *, char *, ...) _BCD_func__1891
     68alias void function(void *, char *, int) _BCD_func__1892
     69alias void function(void *, char *) _BCD_func__1893
     70alias void function(void *, char *, char *) _BCD_func__1894
     71alias void function(void *, char *, char * *) _BCD_func__1895
     72alias void function(void *, _xmlSAXLocator *) _BCD_func__1897
     73alias void function(void *, char *, char *, char *, char *) _BCD_func__1898
     74alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1899
     75alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1900
     76alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1901
     77alias _xmlEntity * function(void *, char *) _BCD_func__1902
     78alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1903
     79alias void function(char *) _BCD_func__1916
     80alias void function(void *) _BCD_func__1936
     81alias void function(void *, _xmlError *) _BCD_func__1937
     82alias void function(void *, void *, char *, char *, char *) _BCD_func__1953
     83alias void function(void *, void *, char *) _BCD_func__1954
     84alias void * function(void *, char *) _BCD_func__1955
     85alias void function(void *, char *) _BCD_func__1956
     86alias void function(void *, char *, void *, void *) _BCD_func__2075
    8687alias int function(void *, long *, int) _BCD_func__1372; 
    8788alias int function(void *, char *, uint) _BCD_func__1374; 
    8889alias int function(void *, char *, uint) _BCD_func__1376; 
    89 alias int function(void * *, char *) _BCD_func__2349; 
    90 alias int function(char *, char * * *, uint *) _BCD_func__2350; 
    91 alias int function(void *, char *, char *, char *, char *) _BCD_func__2351; 
    92 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2352; 
    93 alias void function(__gconv_step *) _BCD_func__2353; 
    94 alias int function(__gconv_step *) _BCD_func__2354; 
    95 alias uint function(__gconv_step *, char) _BCD_func__2355; 
    96 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2356; 
     90alias int function(void * *, char *) _BCD_func__2355; 
     91alias int function(char *, char * * *, uint *) _BCD_func__2356; 
     92alias int function(void *, char *, char *, char *, char *) _BCD_func__2357; 
  • trunk/bindings/bcd/libxml2/xmlmodule.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlmodule; 
    3 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.xmlversion; 
    45enum xmlModuleOption { 
    56XML_MODULE_LAZY=1, 
     
    89alias void xmlModule; 
    910alias void * xmlModulePtr; 
    10 extern (C) int xmlModuleFree(void * module_); 
    11 extern (C) int xmlModuleClose(void * module_); 
    12 extern (C) int xmlModuleSymbol(void * module_, char * name, void * * result); 
    13 extern (C) void * xmlModuleOpen(char * filename, int options); 
     11extern (C) int xmlModuleFree(void *); 
     12extern (C) int xmlModuleClose(void *); 
     13extern (C) int xmlModuleSymbol(void *, char *, void * *); 
     14extern (C) void * xmlModuleOpen(char *, int); 
  • trunk/bindings/bcd/libxml2/xmlreader.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlreader; 
    3 import bcd.libxml2.xmlschemas; 
    4 import bcd.libxml2.relaxng; 
    5 import bcd.libxml2.threads; 
    6 import bcd.libxml2.globals; 
    7 import bcd.libxml2.SAX2; 
    8 import bcd.libxml2.SAX; 
    9 import bcd.libxml2.xlink; 
    10 import bcd.libxml2.parser; 
    11 import bcd.libxml2.xmlIO; 
    12 import bcd.libxml2.encoding; 
    13 import bcd.libxml2.entities; 
    14 import bcd.libxml2.hash; 
    15 import bcd.libxml2.valid; 
    16 import bcd.libxml2.xmlautomata; 
    17 import bcd.libxml2.list; 
    18 import bcd.libxml2.xmlerror; 
    19 import bcd.libxml2.xmlmemory; 
    20 import bcd.libxml2.tree; 
    21 import bcd.libxml2.xmlregexp; 
    22 import bcd.libxml2.dict; 
    23 import bcd.libxml2.xmlstring; 
    24 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.xmlschemas; 
     5public import bcd.libxml2.relaxng; 
     6public import bcd.libxml2.threads; 
     7public import bcd.libxml2.globals; 
     8public import bcd.libxml2.SAX2; 
     9public import bcd.libxml2.SAX; 
     10public import bcd.libxml2.xlink; 
     11public import bcd.libxml2.parser; 
     12public import bcd.libxml2.xmlIO; 
     13public import bcd.libxml2.encoding; 
     14public import bcd.libxml2.entities; 
     15public import bcd.libxml2.hash; 
     16public import bcd.libxml2.valid; 
     17public import bcd.libxml2.xmlautomata; 
     18public import bcd.libxml2.list; 
     19public import bcd.libxml2.xmlerror; 
     20public import bcd.libxml2.xmlmemory; 
     21public import bcd.libxml2.tree; 
     22public import bcd.libxml2.xmlregexp; 
     23public import bcd.libxml2.dict; 
     24public import bcd.libxml2.xmlstring; 
     25public import bcd.libxml2.xmlversion; 
    2526enum xmlParserSeverities { 
    2627XML_PARSER_SEVERITY_VALIDITY_WARNING=1, 
     
    2930XML_PARSER_SEVERITY_ERROR=4, 
    3031} 
    31 alias void function(void *, char *, int, void *) _BCD_func__1816
    32 alias _BCD_func__1816 xmlTextReaderErrorFunc; 
     32alias void function(void *, char *, int, void *) _BCD_func__1822
     33alias _BCD_func__1822 xmlTextReaderErrorFunc; 
    3334alias void * xmlTextReaderLocatorPtr; 
    3435alias void xmlTextReader; 
     
    6869XML_TEXTREADER_MODE_READING=5, 
    6970} 
    70 extern (C) void xmlTextReaderGetErrorHandler(void * reader, _BCD_func__1816 * f, void * * arg); 
    71 alias void function(void *, _xmlError *) _BCD_func__2141
    72 extern (C) void xmlTextReaderSetStructuredErrorHandler(void * reader, _BCD_func__2141 f, void * arg); 
    73 extern (C) void xmlTextReaderSetErrorHandler(void * reader, _BCD_func__1816 f, void * arg); 
    74 extern (C) char * xmlTextReaderLocatorBaseURI(void * locator); 
    75 extern (C) int xmlTextReaderLocatorLineNumber(void * locator); 
    76 alias int function(void *, char *, int) _BCD_func__2050
     71extern (C) void xmlTextReaderGetErrorHandler(void *, _BCD_func__1822 *, void * *); 
     72alias void function(void *, _xmlError *) _BCD_func__2147
     73extern (C) void xmlTextReaderSetStructuredErrorHandler(void *, _BCD_func__2147, void *); 
     74extern (C) void xmlTextReaderSetErrorHandler(void *, _BCD_func__1822, void *); 
     75extern (C) char * xmlTextReaderLocatorBaseURI(void *); 
     76extern (C) int xmlTextReaderLocatorLineNumber(void *); 
     77alias int function(void *, char *, int) _BCD_func__2056
    7778alias int function(void *) _BCD_func__1572; 
    78 extern (C) int xmlReaderNewIO(void * reader, _BCD_func__2050 ioread, _BCD_func__1572 ioclose, void * ioctx, char * URL, char * encoding, int options); 
    79 extern (C) int xmlReaderNewFd(void * reader, int fd, char * URL, char * encoding, int options); 
    80 extern (C) int xmlReaderNewMemory(void * reader, char * buffer, int size, char * URL, char * encoding, int options); 
    81 extern (C) int xmlReaderNewFile(void * reader, char * filename, char * encoding, int options); 
    82 extern (C) int xmlReaderNewDoc(void * reader, char * cur, char * URL, char * encoding, int options); 
    83 extern (C) int xmlReaderNewWalker(void * reader, _xmlDoc * doc); 
    84 extern (C) void * xmlReaderForIO(_BCD_func__2050 ioread, _BCD_func__1572 ioclose, void * ioctx, char * URL, char * encoding, int options); 
    85 extern (C) void * xmlReaderForFd(int fd, char * URL, char * encoding, int options); 
    86 extern (C) void * xmlReaderForMemory(char * buffer, int size, char * URL, char * encoding, int options); 
    87 extern (C) void * xmlReaderForFile(char * filename, char * encoding, int options); 
    88 extern (C) void * xmlReaderForDoc(char * cur, char * URL, char * encoding, int options); 
    89 extern (C) void * xmlReaderWalker(_xmlDoc * doc); 
    90 extern (C) int xmlTextReaderByteConsumed(void * reader); 
    91 extern (C) int xmlTextReaderStandalone(void * reader); 
    92 extern (C) char * xmlTextReaderConstXmlVersion(void * reader); 
    93 extern (C) int xmlTextReaderSetSchema(void * reader, void * schema); 
    94 extern (C) int xmlTextReaderSchemaValidate(void * reader, char * xsd); 
    95 extern (C) int xmlTextReaderRelaxNGSetSchema(void * reader, void * schema); 
    96 extern (C) int xmlTextReaderRelaxNGValidate(void * reader, char * rng); 
    97 extern (C) int xmlTextReaderIsValid(void * reader); 
    98 extern (C) int xmlTextReaderNextSibling(void * reader); 
    99 extern (C) int xmlTextReaderNext(void * reader); 
    100 extern (C) _xmlNode * xmlTextReaderExpand(void * reader); 
    101 extern (C) _xmlDoc * xmlTextReaderCurrentDoc(void * reader); 
    102 extern (C) int xmlTextReaderPreservePattern(void * reader, char * pattern, char * * namespaces); 
    103 extern (C) _xmlNode * xmlTextReaderPreserve(void * reader); 
    104 extern (C) int xmlTextReaderGetParserColumnNumber(void * reader); 
    105 extern (C) int xmlTextReaderGetParserLineNumber(void * reader); 
    106 extern (C) _xmlNode * xmlTextReaderCurrentNode(void * reader); 
    107 extern (C) int xmlTextReaderGetParserProp(void * reader, int prop); 
    108 extern (C) int xmlTextReaderSetParserProp(void * reader, int prop, int value); 
    109 extern (C) char * xmlTextReaderConstEncoding(void * reader); 
    110 extern (C) int xmlTextReaderNormalization(void * reader); 
    111 extern (C) int xmlTextReaderMoveToElement(void * reader); 
    112 extern (C) int xmlTextReaderMoveToNextAttribute(void * reader); 
    113 extern (C) int xmlTextReaderMoveToFirstAttribute(void * reader); 
    114 extern (C) int xmlTextReaderMoveToAttributeNs(void * reader, char * localName, char * namespaceURI); 
    115 extern (C) int xmlTextReaderMoveToAttribute(void * reader, char * name); 
    116 extern (C) int xmlTextReaderMoveToAttributeNo(void * reader, int no); 
    117 extern (C) char * xmlTextReaderLookupNamespace(void * reader, char * prefix); 
    118 extern (C) _xmlParserInputBuffer * xmlTextReaderGetRemainder(void * reader); 
    119 extern (C) char * xmlTextReaderGetAttributeNs(void * reader, char * localName, char * namespaceURI); 
    120 extern (C) char * xmlTextReaderGetAttribute(void * reader, char * name); 
    121 extern (C) char * xmlTextReaderGetAttributeNo(void * reader, int no); 
    122 extern (C) int xmlTextReaderClose(void * reader); 
    123 extern (C) char * xmlTextReaderValue(void * reader); 
    124 extern (C) char * xmlTextReaderXmlLang(void * reader); 
    125 extern (C) char * xmlTextReaderPrefix(void * reader); 
    126 extern (C) char * xmlTextReaderNamespaceUri(void * reader); 
    127 extern (C) char * xmlTextReaderName(void * reader); 
    128 extern (C) char * xmlTextReaderLocalName(void * reader); 
    129 extern (C) char * xmlTextReaderBaseUri(void * reader); 
    130 extern (C) char * xmlTextReaderConstValue(void * reader); 
    131 extern (C) char * xmlTextReaderConstString(void * reader, char * str); 
    132 extern (C) char * xmlTextReaderConstXmlLang(void * reader); 
    133 extern (C) char * xmlTextReaderConstPrefix(void * reader); 
    134 extern (C) char * xmlTextReaderConstNamespaceUri(void * reader); 
    135 extern (C) char * xmlTextReaderConstName(void * reader); 
    136 extern (C) char * xmlTextReaderConstLocalName(void * reader); 
    137 extern (C) char * xmlTextReaderConstBaseUri(void * reader); 
    138 extern (C) int xmlTextReaderIsNamespaceDecl(void * reader); 
    139 extern (C) int xmlTextReaderReadState(void * reader); 
    140 extern (C) int xmlTextReaderQuoteChar(void * reader); 
    141 extern (C) int xmlTextReaderNodeType(void * reader); 
    142 extern (C) int xmlTextReaderIsEmptyElement(void * reader); 
    143 extern (C) int xmlTextReaderIsDefault(void * reader); 
    144 extern (C) int xmlTextReaderHasValue(void * reader); 
    145 extern (C) int xmlTextReaderHasAttributes(void * reader); 
    146 extern (C) int xmlTextReaderDepth(void * reader); 
    147 extern (C) int xmlTextReaderAttributeCount(void * reader); 
    148 extern (C) int xmlTextReaderReadAttributeValue(void * reader); 
    149 extern (C) char * xmlTextReaderReadString(void * reader); 
    150 extern (C) char * xmlTextReaderReadOuterXml(void * reader); 
    151 extern (C) char * xmlTextReaderReadInnerXml(void * reader); 
    152 extern (C) int xmlTextReaderRead(void * reader); 
    153 extern (C) void xmlFreeTextReader(void * reader); 
    154 extern (C) void * xmlNewTextReaderFilename(char * URI); 
    155 extern (C) void * xmlNewTextReader(_xmlParserInputBuffer * input, char * URI); 
    156 alias void function(void *, char *, ...) _BCD_func__1824
    157 alias void function(_xmlNode *) _BCD_func__1870
    158 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1871
    159 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1872
    160 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1878
    161 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1879
    162 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1880
    163 alias void function(void *, _xmlNode *) _BCD_func__1881
    164 alias int function(void *, void *) _BCD_func__1898
    165 alias int function(void *, char *, int) _BCD_func__2047
    166 alias void * function(char *) _BCD_func__2048
    167 alias int function(char *) _BCD_func__2049
    168 alias int function(char *, int *, char *, int *) _BCD_func__2060
    169 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2063
    170 alias void function(void *, char *, char *, char *) _BCD_func__2094
    171 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2095
    172 alias void function(void *, char *, int) _BCD_func__2096
    173 alias void function(void *, char *) _BCD_func__2097
    174 alias void function(void *, char *, char *) _BCD_func__2098
    175 alias void function(void *, char *, char * *) _BCD_func__2099
    176 alias void function(void *) _BCD_func__2100
    177 alias void function(void *, _xmlSAXLocator *) _BCD_func__2101
    178 alias void function(void *, char *, char *, char *, char *) _BCD_func__2102
    179 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2103
    180 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2104
    181 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2105
    182 alias _xmlEntity * function(void *, char *) _BCD_func__2106
    183 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2107
    184 alias void function(char *) _BCD_func__2120
    185 alias void function(void *) _BCD_func__2140
    186 alias void function(void *, void *, char *, char *, char *) _BCD_func__2157
    187 alias void function(void *, void *, char *) _BCD_func__2158
    188 alias void * function(void *, char *) _BCD_func__2159
    189 alias void function(void *, char *) _BCD_func__2160
    190 alias char * function(char *) _BCD_func__2165
    191 alias void * function(void *, uint) _BCD_func__2166
    192 alias void * function(uint) _BCD_func__2167
    193 alias void function(void *, char *, void *, void *) _BCD_func__2286
     79extern (C) int xmlReaderNewIO(void *, _BCD_func__2056, _BCD_func__1572, void *, char *, char *, int); 
     80extern (C) int xmlReaderNewFd(void *, int, char *, char *, int); 
     81extern (C) int xmlReaderNewMemory(void *, char *, int, char *, char *, int); 
     82extern (C) int xmlReaderNewFile(void *, char *, char *, int); 
     83extern (C) int xmlReaderNewDoc(void *, char *, char *, char *, int); 
     84extern (C) int xmlReaderNewWalker(void *, _xmlDoc *); 
     85extern (C) void * xmlReaderForIO(_BCD_func__2056, _BCD_func__1572, void *, char *, char *, int); 
     86extern (C) void * xmlReaderForFd(int, char *, char *, int); 
     87extern (C) void * xmlReaderForMemory(char *, int, char *, char *, int); 
     88extern (C) void * xmlReaderForFile(char *, char *, int); 
     89extern (C) void * xmlReaderForDoc(char *, char *, char *, int); 
     90extern (C) void * xmlReaderWalker(_xmlDoc *); 
     91extern (C) int xmlTextReaderByteConsumed(void *); 
     92extern (C) int xmlTextReaderStandalone(void *); 
     93extern (C) char * xmlTextReaderConstXmlVersion(void *); 
     94extern (C) int xmlTextReaderSetSchema(void *, void *); 
     95extern (C) int xmlTextReaderSchemaValidate(void *, char *); 
     96extern (C) int xmlTextReaderRelaxNGSetSchema(void *, void *); 
     97extern (C) int xmlTextReaderRelaxNGValidate(void *, char *); 
     98extern (C) int xmlTextReaderIsValid(void *); 
     99extern (C) int xmlTextReaderNextSibling(void *); 
     100extern (C) int xmlTextReaderNext(void *); 
     101extern (C) _xmlNode * xmlTextReaderExpand(void *); 
     102extern (C) _xmlDoc * xmlTextReaderCurrentDoc(void *); 
     103extern (C) int xmlTextReaderPreservePattern(void *, char *, char * *); 
     104extern (C) _xmlNode * xmlTextReaderPreserve(void *); 
     105extern (C) int xmlTextReaderGetParserColumnNumber(void *); 
     106extern (C) int xmlTextReaderGetParserLineNumber(void *); 
     107extern (C) _xmlNode * xmlTextReaderCurrentNode(void *); 
     108extern (C) int xmlTextReaderGetParserProp(void *, int); 
     109extern (C) int xmlTextReaderSetParserProp(void *, int, int); 
     110extern (C) char * xmlTextReaderConstEncoding(void *); 
     111extern (C) int xmlTextReaderNormalization(void *); 
     112extern (C) int xmlTextReaderMoveToElement(void *); 
     113extern (C) int xmlTextReaderMoveToNextAttribute(void *); 
     114extern (C) int xmlTextReaderMoveToFirstAttribute(void *); 
     115extern (C) int xmlTextReaderMoveToAttributeNs(void *, char *, char *); 
     116extern (C) int xmlTextReaderMoveToAttribute(void *, char *); 
     117extern (C) int xmlTextReaderMoveToAttributeNo(void *, int); 
     118extern (C) char * xmlTextReaderLookupNamespace(void *, char *); 
     119extern (C) _xmlParserInputBuffer * xmlTextReaderGetRemainder(void *); 
     120extern (C) char * xmlTextReaderGetAttributeNs(void *, char *, char *); 
     121extern (C) char * xmlTextReaderGetAttribute(void *, char *); 
     122extern (C) char * xmlTextReaderGetAttributeNo(void *, int); 
     123extern (C) int xmlTextReaderClose(void *); 
     124extern (C) char * xmlTextReaderValue(void *); 
     125extern (C) char * xmlTextReaderXmlLang(void *); 
     126extern (C) char * xmlTextReaderPrefix(void *); 
     127extern (C) char * xmlTextReaderNamespaceUri(void *); 
     128extern (C) char * xmlTextReaderName(void *); 
     129extern (C) char * xmlTextReaderLocalName(void *); 
     130extern (C) char * xmlTextReaderBaseUri(void *); 
     131extern (C) char * xmlTextReaderConstValue(void *); 
     132extern (C) char * xmlTextReaderConstString(void *, char *); 
     133extern (C) char * xmlTextReaderConstXmlLang(void *); 
     134extern (C) char * xmlTextReaderConstPrefix(void *); 
     135extern (C) char * xmlTextReaderConstNamespaceUri(void *); 
     136extern (C) char * xmlTextReaderConstName(void *); 
     137extern (C) char * xmlTextReaderConstLocalName(void *); 
     138extern (C) char * xmlTextReaderConstBaseUri(void *); 
     139extern (C) int xmlTextReaderIsNamespaceDecl(void *); 
     140extern (C) int xmlTextReaderReadState(void *); 
     141extern (C) int xmlTextReaderQuoteChar(void *); 
     142extern (C) int xmlTextReaderNodeType(void *); 
     143extern (C) int xmlTextReaderIsEmptyElement(void *); 
     144extern (C) int xmlTextReaderIsDefault(void *); 
     145extern (C) int xmlTextReaderHasValue(void *); 
     146extern (C) int xmlTextReaderHasAttributes(void *); 
     147extern (C) int xmlTextReaderDepth(void *); 
     148extern (C) int xmlTextReaderAttributeCount(void *); 
     149extern (C) int xmlTextReaderReadAttributeValue(void *); 
     150extern (C) char * xmlTextReaderReadString(void *); 
     151extern (C) char * xmlTextReaderReadOuterXml(void *); 
     152extern (C) char * xmlTextReaderReadInnerXml(void *); 
     153extern (C) int xmlTextReaderRead(void *); 
     154extern (C) void xmlFreeTextReader(void *); 
     155extern (C) void * xmlNewTextReaderFilename(char *); 
     156extern (C) void * xmlNewTextReader(_xmlParserInputBuffer *, char *); 
     157alias void function(void *, char *, ...) _BCD_func__1830
     158alias void function(_xmlNode *) _BCD_func__1876
     159alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1877
     160alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1878
     161alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1884
     162alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1885
     163alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1886
     164alias void function(void *, _xmlNode *) _BCD_func__1887
     165alias int function(void *, void *) _BCD_func__1904
     166alias int function(void *, char *, int) _BCD_func__2053
     167alias void * function(char *) _BCD_func__2054
     168alias int function(char *) _BCD_func__2055
     169alias int function(char *, int *, char *, int *) _BCD_func__2066
     170alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2069
     171alias void function(void *, char *, char *, char *) _BCD_func__2100
     172alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2101
     173alias void function(void *, char *, int) _BCD_func__2102
     174alias void function(void *, char *) _BCD_func__2103
     175alias void function(void *, char *, char *) _BCD_func__2104
     176alias void function(void *, char *, char * *) _BCD_func__2105
     177alias void function(void *) _BCD_func__2106
     178alias void function(void *, _xmlSAXLocator *) _BCD_func__2107
     179alias void function(void *, char *, char *, char *, char *) _BCD_func__2108
     180alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2109
     181alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2110
     182alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2111
     183alias _xmlEntity * function(void *, char *) _BCD_func__2112
     184alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2113
     185alias void function(char *) _BCD_func__2126
     186alias void function(void *) _BCD_func__2146
     187alias void function(void *, void *, char *, char *, char *) _BCD_func__2163
     188alias void function(void *, void *, char *) _BCD_func__2164
     189alias void * function(void *, char *) _BCD_func__2165
     190alias void function(void *, char *) _BCD_func__2166
     191alias char * function(char *) _BCD_func__2171
     192alias void * function(void *, uint) _BCD_func__2172
     193alias void * function(uint) _BCD_func__2173
     194alias void function(void *, char *, void *, void *) _BCD_func__2292
    194195alias int function(void *, long *, int) _BCD_func__1574; 
    195196alias int function(void *, char *, uint) _BCD_func__1576; 
    196197alias int function(void *, char *, uint) _BCD_func__1578; 
    197 alias int function(void * *, char *) _BCD_func__2559; 
    198 alias int function(char *, char * * *, uint *) _BCD_func__2560; 
    199 alias int function(void *, char *, char *, char *, char *) _BCD_func__2561; 
    200 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2562; 
    201 alias void function(__gconv_step *) _BCD_func__2563; 
    202 alias int function(__gconv_step *) _BCD_func__2564; 
    203 alias uint function(__gconv_step *, char) _BCD_func__2565; 
    204 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2566; 
     198alias int function(void * *, char *) _BCD_func__2565; 
     199alias int function(char *, char * * *, uint *) _BCD_func__2566; 
     200alias int function(void *, char *, char *, char *, char *) _BCD_func__2567; 
  • trunk/bindings/bcd/libxml2/xmlregexp.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlregexp; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.dict; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlmemory; 
    20 import bcd.libxml2.xmlstring; 
    21 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.dict; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlmemory; 
     21public import bcd.libxml2.xmlstring; 
     22public import bcd.libxml2.xmlversion; 
    2223enum xmlExpNodeType { 
    2324XML_EXP_EMPTY=0, 
     
    3334alias void * xmlExpCtxtPtr; 
    3435alias void xmlRegExecCtxt; 
    35 alias void function(void *, char *, void *, void *) _BCD_func__1643
    36 alias _BCD_func__1643 xmlRegExecCallbacks; 
     36alias void function(void *, char *, void *, void *) _BCD_func__1649
     37alias _BCD_func__1649 xmlRegExecCallbacks; 
    3738alias void * xmlRegExecCtxtPtr; 
    3839alias void xmlRegexp; 
    3940alias void * xmlRegexpPtr; 
    40 extern (C) void xmlExpDump(_xmlBuffer * buf, void * expr); 
    41 extern (C) int xmlExpSubsume(void * ctxt, void * expr, void * sub); 
    42 extern (C) void * xmlExpExpDerive(void * ctxt, void * expr, void * sub); 
    43 extern (C) void * xmlExpStringDerive(void * ctxt, void * expr, char * str, int len); 
    44 extern (C) int xmlExpGetStart(void * ctxt, void * expr, char * * list, int len); 
    45 extern (C) int xmlExpGetLanguage(void * ctxt, void * expr, char * * list, int len); 
    46 extern (C) int xmlExpMaxToken(void * expr); 
    47 extern (C) int xmlExpIsNillable(void * expr); 
    48 extern (C) void * xmlExpNewRange(void * ctxt, void * subset, int min, int max); 
    49 extern (C) void * xmlExpNewSeq(void * ctxt, void * left, void * right); 
    50 extern (C) void * xmlExpNewOr(void * ctxt, void * left, void * right); 
    51 extern (C) void * xmlExpNewAtom(void * ctxt, char * name, int len); 
    52 extern (C) void * xmlExpParse(void * ctxt, char * expr); 
    53 extern (C) void xmlExpRef(void * expr); 
    54 extern (C) void xmlExpFree(void * ctxt, void * expr); 
    55 extern (C) int xmlExpCtxtNbCons(void * ctxt); 
    56 extern (C) int xmlExpCtxtNbNodes(void * ctxt); 
    57 extern (C) void * xmlExpNewCtxt(int maxNodes, void * dict); 
    58 extern (C) void xmlExpFreeCtxt(void * ctxt); 
    59 extern (C) int xmlRegExecErrInfo(void * exec, char * * string, int * nbval, int * nbneg, char * * values, int * terminal); 
    60 extern (C) int xmlRegExecNextValues(void * exec, int * nbval, int * nbneg, char * * values, int * terminal); 
    61 extern (C) int xmlRegExecPushString2(void * exec, char * value, char * value2, void * data); 
    62 extern (C) int xmlRegExecPushString(void * exec, char * value, void * data); 
    63 extern (C) void xmlRegFreeExecCtxt(void * exec); 
    64 extern (C) void * xmlRegNewExecCtxt(void * comp, _BCD_func__1643 callback, void * data); 
    65 extern (C) int xmlRegexpIsDeterminist(void * comp); 
    66 extern (C) void xmlRegexpPrint(_IO_FILE * output, void * regexp); 
    67 extern (C) int xmlRegexpExec(void * comp, char * value); 
    68 extern (C) void xmlRegFreeRegexp(void * regexp); 
    69 extern (C) void * xmlRegexpCompile(char * regexp); 
    70 alias void function(_xmlNode *) _BCD_func__1688
    71 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1689
    72 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1690
    73 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1696
    74 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1697
    75 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1698
    76 alias void function(void *, _xmlNode *) _BCD_func__1699
    77 alias int function(void *, void *) _BCD_func__1716
     41extern (C) void xmlExpDump(_xmlBuffer *, void *); 
     42extern (C) int xmlExpSubsume(void *, void *, void *); 
     43extern (C) void * xmlExpExpDerive(void *, void *, void *); 
     44extern (C) void * xmlExpStringDerive(void *, void *, char *, int); 
     45extern (C) int xmlExpGetStart(void *, void *, char * *, int); 
     46extern (C) int xmlExpGetLanguage(void *, void *, char * *, int); 
     47extern (C) int xmlExpMaxToken(void *); 
     48extern (C) int xmlExpIsNillable(void *); 
     49extern (C) void * xmlExpNewRange(void *, void *, int, int); 
     50extern (C) void * xmlExpNewSeq(void *, void *, void *); 
     51extern (C) void * xmlExpNewOr(void *, void *, void *); 
     52extern (C) void * xmlExpNewAtom(void *, char *, int); 
     53extern (C) void * xmlExpParse(void *, char *); 
     54extern (C) void xmlExpRef(void *); 
     55extern (C) void xmlExpFree(void *, void *); 
     56extern (C) int xmlExpCtxtNbCons(void *); 
     57extern (C) int xmlExpCtxtNbNodes(void *); 
     58extern (C) void * xmlExpNewCtxt(int, void *); 
     59extern (C) void xmlExpFreeCtxt(void *); 
     60extern (C) int xmlRegExecErrInfo(void *, char * *, int *, int *, char * *, int *); 
     61extern (C) int xmlRegExecNextValues(void *, int *, int *, char * *, int *); 
     62extern (C) int xmlRegExecPushString2(void *, char *, char *, void *); 
     63extern (C) int xmlRegExecPushString(void *, char *, void *); 
     64extern (C) void xmlRegFreeExecCtxt(void *); 
     65extern (C) void * xmlRegNewExecCtxt(void *, _BCD_func__1649, void *); 
     66extern (C) int xmlRegexpIsDeterminist(void *); 
     67extern (C) void xmlRegexpPrint(_IO_FILE *, void *); 
     68extern (C) int xmlRegexpExec(void *, char *); 
     69extern (C) void xmlRegFreeRegexp(void *); 
     70extern (C) void * xmlRegexpCompile(char *); 
     71alias void function(_xmlNode *) _BCD_func__1694
     72alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1695
     73alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1696
     74alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1702
     75alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1703
     76alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1704
     77alias void function(void *, _xmlNode *) _BCD_func__1705
     78alias int function(void *, void *) _BCD_func__1722
    7879alias int function(void *) _BCD_func__1388; 
    79 alias int function(void *, char *, int) _BCD_func__1865
    80 alias void * function(char *) _BCD_func__1866
    81 alias int function(char *) _BCD_func__1867
    82 alias int function(void *, char *, int) _BCD_func__1868
    83 alias int function(char *, int *, char *, int *) _BCD_func__1878
    84 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1881
    85 alias void function(void *, char *, char *, char *) _BCD_func__1912
    86 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1913
    87 alias void function(void *, char *, ...) _BCD_func__1914
    88 alias void function(void *, char *, int) _BCD_func__1915
    89 alias void function(void *, char *) _BCD_func__1916
    90 alias void function(void *, char *, char *) _BCD_func__1917
    91 alias void function(void *, char *, char * *) _BCD_func__1918
    92 alias void function(void *) _BCD_func__1919
    93 alias void function(void *, _xmlSAXLocator *) _BCD_func__1920
    94 alias void function(void *, char *, char *, char *, char *) _BCD_func__1921
    95 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1922
    96 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1923
    97 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1924
    98 alias _xmlEntity * function(void *, char *) _BCD_func__1925
    99 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1926
    100 alias void function(char *) _BCD_func__1939
    101 alias void function(void *) _BCD_func__1959
    102 alias void function(void *, _xmlError *) _BCD_func__1960
    103 alias void function(void *, void *, char *, char *, char *) _BCD_func__1976
    104 alias void function(void *, void *, char *) _BCD_func__1977
    105 alias void * function(void *, char *) _BCD_func__1978
    106 alias void function(void *, char *) _BCD_func__1979
    107 alias char * function(char *) _BCD_func__1984
    108 alias void * function(void *, uint) _BCD_func__1985
    109 alias void * function(uint) _BCD_func__1986
     80alias int function(void *, char *, int) _BCD_func__1871
     81alias void * function(char *) _BCD_func__1872
     82alias int function(char *) _BCD_func__1873
     83alias int function(void *, char *, int) _BCD_func__1874
     84alias int function(char *, int *, char *, int *) _BCD_func__1884
     85alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1887
     86alias void function(void *, char *, char *, char *) _BCD_func__1918
     87alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1919
     88alias void function(void *, char *, ...) _BCD_func__1920
     89alias void function(void *, char *, int) _BCD_func__1921
     90alias void function(void *, char *) _BCD_func__1922
     91alias void function(void *, char *, char *) _BCD_func__1923
     92alias void function(void *, char *, char * *) _BCD_func__1924
     93alias void function(void *) _BCD_func__1925
     94alias void function(void *, _xmlSAXLocator *) _BCD_func__1926
     95alias void function(void *, char *, char *, char *, char *) _BCD_func__1927
     96alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1928
     97alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1929
     98alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1930
     99alias _xmlEntity * function(void *, char *) _BCD_func__1931
     100alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1932
     101alias void function(char *) _BCD_func__1945
     102alias void function(void *) _BCD_func__1965
     103alias void function(void *, _xmlError *) _BCD_func__1966
     104alias void function(void *, void *, char *, char *, char *) _BCD_func__1982
     105alias void function(void *, void *, char *) _BCD_func__1983
     106alias void * function(void *, char *) _BCD_func__1984
     107alias void function(void *, char *) _BCD_func__1985
     108alias char * function(char *) _BCD_func__1990
     109alias void * function(void *, uint) _BCD_func__1991
     110alias void * function(uint) _BCD_func__1992
    110111alias int function(void *, long *, int) _BCD_func__1390; 
    111112alias int function(void *, char *, uint) _BCD_func__1392; 
    112113alias int function(void *, char *, uint) _BCD_func__1394; 
    113 alias int function(void * *, char *) _BCD_func__2376; 
    114 alias int function(char *, char * * *, uint *) _BCD_func__2377; 
    115 alias int function(void *, char *, char *, char *, char *) _BCD_func__2378; 
    116 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2379; 
    117 alias void function(__gconv_step *) _BCD_func__2380; 
    118 alias int function(__gconv_step *) _BCD_func__2381; 
    119 alias uint function(__gconv_step *, char) _BCD_func__2382; 
    120 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2383; 
    121 extern (C) void * emptyExp; 
    122 extern (C) void * forbiddenExp; 
     114alias int function(void * *, char *) _BCD_func__2382; 
     115alias int function(char *, char * * *, uint *) _BCD_func__2383; 
     116alias int function(void *, char *, char *, char *, char *) _BCD_func__2384; 
     117extern (C) extern void * emptyExp; 
     118extern (C) extern void * forbiddenExp; 
  • trunk/bindings/bcd/libxml2/xmlsave.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlsave; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.xmlmemory; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.xmlmemory; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324alias void xmlSaveCtxt; 
    2425alias void * xmlSaveCtxtPtr; 
     
    2728XML_SAVE_NO_DECL=2, 
    2829} 
    29 alias int function(char *, int *, char *, int *) _BCD_func__1890
    30 extern (C) int xmlSaveSetAttrEscape(void * ctxt, _BCD_func__1890 escape); 
    31 extern (C) int xmlSaveSetEscape(void * ctxt, _BCD_func__1890 escape); 
    32 extern (C) int xmlSaveClose(void * ctxt); 
    33 extern (C) int xmlSaveFlush(void * ctxt); 
    34 extern (C) int xmlSaveTree(void * ctxt, _xmlNode * node); 
    35 extern (C) int xmlSaveDoc(void * ctxt, _xmlDoc * doc); 
    36 alias int function(void *, char *, int) _BCD_func__1877
     30alias int function(char *, int *, char *, int *) _BCD_func__1896
     31extern (C) int xmlSaveSetAttrEscape(void *, _BCD_func__1896); 
     32extern (C) int xmlSaveSetEscape(void *, _BCD_func__1896); 
     33extern (C) int xmlSaveClose(void *); 
     34extern (C) int xmlSaveFlush(void *); 
     35extern (C) int xmlSaveTree(void *, _xmlNode *); 
     36extern (C) int xmlSaveDoc(void *, _xmlDoc *); 
     37alias int function(void *, char *, int) _BCD_func__1883
    3738alias int function(void *) _BCD_func__1410; 
    38 extern (C) void * xmlSaveToIO(_BCD_func__1877 iowrite, _BCD_func__1410 ioclose, void * ioctx, char * encoding, int options); 
    39 extern (C) void * xmlSaveToFilename(char * filename, char * encoding, int options); 
    40 extern (C) void * xmlSaveToFd(int fd, char * encoding, int options); 
    41 alias void function(_xmlNode *) _BCD_func__1697
    42 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1698
    43 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1699
    44 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1707
    45 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1708
    46 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1709
    47 alias void function(void *, _xmlNode *) _BCD_func__1710
    48 alias int function(void *, void *) _BCD_func__1727
    49 alias void * function(char *) _BCD_func__1878
    50 alias int function(char *) _BCD_func__1879
    51 alias int function(void *, char *, int) _BCD_func__1880
    52 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1893
    53 alias void function(void *, char *, char *, char *) _BCD_func__1924
    54 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1925
    55 alias void function(void *, char *, ...) _BCD_func__1926
    56 alias void function(void *, char *, int) _BCD_func__1927
    57 alias void function(void *, char *) _BCD_func__1928
    58 alias void function(void *, char *, char *) _BCD_func__1929
    59 alias void function(void *, char *, char * *) _BCD_func__1930
    60 alias void function(void *) _BCD_func__1931
    61 alias void function(void *, _xmlSAXLocator *) _BCD_func__1932
    62 alias void function(void *, char *, char *, char *, char *) _BCD_func__1933
    63 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1934
    64 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1935
    65 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1936
    66 alias _xmlEntity * function(void *, char *) _BCD_func__1937
    67 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1938
    68 alias void function(char *) _BCD_func__1951
    69 alias void function(void *) _BCD_func__1971
    70 alias void function(void *, _xmlError *) _BCD_func__1972
    71 alias void function(void *, void *, char *, char *, char *) _BCD_func__1988
    72 alias void function(void *, void *, char *) _BCD_func__1989
    73 alias void * function(void *, char *) _BCD_func__1990
    74 alias void function(void *, char *) _BCD_func__1991
    75 alias char * function(char *) _BCD_func__1996
    76 alias void * function(void *, uint) _BCD_func__1997
    77 alias void * function(uint) _BCD_func__1998
    78 alias void function(void *, char *, void *, void *) _BCD_func__2117
     39extern (C) void * xmlSaveToIO(_BCD_func__1883, _BCD_func__1410, void *, char *, int); 
     40extern (C) void * xmlSaveToFilename(char *, char *, int); 
     41extern (C) void * xmlSaveToFd(int, char *, int); 
     42alias void function(_xmlNode *) _BCD_func__1703
     43alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1704
     44alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1705
     45alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1713
     46alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1714
     47alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1715
     48alias void function(void *, _xmlNode *) _BCD_func__1716
     49alias int function(void *, void *) _BCD_func__1733
     50alias void * function(char *) _BCD_func__1884
     51alias int function(char *) _BCD_func__1885
     52alias int function(void *, char *, int) _BCD_func__1886
     53alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1899
     54alias void function(void *, char *, char *, char *) _BCD_func__1930
     55alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1931
     56alias void function(void *, char *, ...) _BCD_func__1932
     57alias void function(void *, char *, int) _BCD_func__1933
     58alias void function(void *, char *) _BCD_func__1934
     59alias void function(void *, char *, char *) _BCD_func__1935
     60alias void function(void *, char *, char * *) _BCD_func__1936
     61alias void function(void *) _BCD_func__1937
     62alias void function(void *, _xmlSAXLocator *) _BCD_func__1938
     63alias void function(void *, char *, char *, char *, char *) _BCD_func__1939
     64alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1940
     65alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1941
     66alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1942
     67alias _xmlEntity * function(void *, char *) _BCD_func__1943
     68alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1944
     69alias void function(char *) _BCD_func__1957
     70alias void function(void *) _BCD_func__1977
     71alias void function(void *, _xmlError *) _BCD_func__1978
     72alias void function(void *, void *, char *, char *, char *) _BCD_func__1994
     73alias void function(void *, void *, char *) _BCD_func__1995
     74alias void * function(void *, char *) _BCD_func__1996
     75alias void function(void *, char *) _BCD_func__1997
     76alias char * function(char *) _BCD_func__2002
     77alias void * function(void *, uint) _BCD_func__2003
     78alias void * function(uint) _BCD_func__2004
     79alias void function(void *, char *, void *, void *) _BCD_func__2123
    7980alias int function(void *, long *, int) _BCD_func__1412; 
    8081alias int function(void *, char *, uint) _BCD_func__1414; 
    8182alias int function(void *, char *, uint) _BCD_func__1416; 
    82 alias int function(void * *, char *) _BCD_func__2390; 
    83 alias int function(char *, char * * *, uint *) _BCD_func__2391; 
    84 alias int function(void *, char *, char *, char *, char *) _BCD_func__2392; 
    85 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2393; 
    86 alias void function(__gconv_step *) _BCD_func__2394; 
    87 alias int function(__gconv_step *) _BCD_func__2395; 
    88 alias uint function(__gconv_step *, char) _BCD_func__2396; 
    89 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2397; 
     83alias int function(void * *, char *) _BCD_func__2396; 
     84alias int function(char *, char * * *, uint *) _BCD_func__2397; 
     85alias int function(void *, char *, char *, char *, char *) _BCD_func__2398; 
  • trunk/bindings/bcd/libxml2/xmlschemas.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlschemas; 
    3 import bcd.libxml2.threads; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.SAX2; 
    6 import bcd.libxml2.SAX; 
    7 import bcd.libxml2.xlink; 
    8 import bcd.libxml2.parser; 
    9 import bcd.libxml2.xmlIO; 
    10 import bcd.libxml2.encoding; 
    11 import bcd.libxml2.entities; 
    12 import bcd.libxml2.hash; 
    13 import bcd.libxml2.valid; 
    14 import bcd.libxml2.xmlautomata; 
    15 import bcd.libxml2.list; 
    16 import bcd.libxml2.xmlerror; 
    17 import bcd.libxml2.xmlmemory; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.threads; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.SAX2; 
     7public import bcd.libxml2.SAX; 
     8public import bcd.libxml2.xlink; 
     9public import bcd.libxml2.parser; 
     10public import bcd.libxml2.xmlIO; 
     11public import bcd.libxml2.encoding; 
     12public import bcd.libxml2.entities; 
     13public import bcd.libxml2.hash; 
     14public import bcd.libxml2.valid; 
     15public import bcd.libxml2.xmlautomata; 
     16public import bcd.libxml2.list; 
     17public import bcd.libxml2.xmlerror; 
     18public import bcd.libxml2.xmlmemory; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324alias void xmlSchemaSAXPlugStruct; 
    2425alias void * xmlSchemaSAXPlugPtr; 
     
    2728alias void xmlSchemaParserCtxt; 
    2829alias void * xmlSchemaParserCtxtPtr; 
    29 alias void function(void *, char *, ...) _BCD_func__1687
    30 alias _BCD_func__1687 xmlSchemaValidityWarningFunc; 
    31 alias _BCD_func__1687 xmlSchemaValidityErrorFunc; 
     30alias void function(void *, char *, ...) _BCD_func__1693
     31alias _BCD_func__1693 xmlSchemaValidityWarningFunc; 
     32alias _BCD_func__1693 xmlSchemaValidityErrorFunc; 
    3233alias void xmlSchema; 
    3334alias void * xmlSchemaPtr; 
     
    6364XML_SCHEMAS_ERR_XXX=25, 
    6465} 
    65 extern (C) int xmlSchemaSAXUnplug(void * plug); 
    66 extern (C) void * xmlSchemaSAXPlug(void * ctxt, _xmlSAXHandler * * sax, void * * user_data); 
    67 extern (C) int xmlSchemaValidateFile(void * ctxt, char * filename, int options); 
    68 extern (C) int xmlSchemaValidateStream(void * ctxt, _xmlParserInputBuffer * input, int enc, _xmlSAXHandler * sax, void * user_data); 
    69 extern (C) int xmlSchemaValidateOneElement(void * ctxt, _xmlNode * elem); 
    70 extern (C) int xmlSchemaValidateDoc(void * ctxt, _xmlDoc * instance); 
    71 extern (C) void xmlSchemaFreeValidCtxt(void * ctxt); 
    72 extern (C) void * xmlSchemaNewValidCtxt(void * schema); 
    73 extern (C) int xmlSchemaValidCtxtGetOptions(void * ctxt); 
    74 extern (C) int xmlSchemaSetValidOptions(void * ctxt, int options); 
    75 extern (C) int xmlSchemaGetValidErrors(void * ctxt, _BCD_func__1687 * err, _BCD_func__1687 * warn, void * * ctx); 
    76 alias void function(void *, _xmlError *) _BCD_func__2004
    77 extern (C) void xmlSchemaSetValidStructuredErrors(void * ctxt, _BCD_func__2004 serror, void * ctx); 
    78 extern (C) void xmlSchemaSetValidErrors(void * ctxt, _BCD_func__1687 err, _BCD_func__1687 warn, void * ctx); 
    79 extern (C) void xmlSchemaDump(_IO_FILE * output, void * schema); 
    80 extern (C) void xmlSchemaFree(void * schema); 
    81 extern (C) void * xmlSchemaParse(void * ctxt); 
    82 extern (C) int xmlSchemaIsValid(void * ctxt); 
    83 extern (C) int xmlSchemaGetParserErrors(void * ctxt, _BCD_func__1687 * err, _BCD_func__1687 * warn, void * * ctx); 
    84 extern (C) void xmlSchemaSetParserErrors(void * ctxt, _BCD_func__1687 err, _BCD_func__1687 warn, void * ctx); 
    85 extern (C) void xmlSchemaFreeParserCtxt(void * ctxt); 
    86 extern (C) void * xmlSchemaNewDocParserCtxt(_xmlDoc * doc); 
    87 extern (C) void * xmlSchemaNewMemParserCtxt(char * buffer, int size); 
    88 extern (C) void * xmlSchemaNewParserCtxt(char * URL); 
    89 alias void function(_xmlNode *) _BCD_func__1731
    90 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1732
    91 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1733
    92 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1741
    93 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1742
    94 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1743
    95 alias void function(void *, _xmlNode *) _BCD_func__1744
    96 alias int function(void *, void *) _BCD_func__1761
     66extern (C) int xmlSchemaSAXUnplug(void *); 
     67extern (C) void * xmlSchemaSAXPlug(void *, _xmlSAXHandler * *, void * *); 
     68extern (C) int xmlSchemaValidateFile(void *, char *, int); 
     69extern (C) int xmlSchemaValidateStream(void *, _xmlParserInputBuffer *, int, _xmlSAXHandler *, void *); 
     70extern (C) int xmlSchemaValidateOneElement(void *, _xmlNode *); 
     71extern (C) int xmlSchemaValidateDoc(void *, _xmlDoc *); 
     72extern (C) void xmlSchemaFreeValidCtxt(void *); 
     73extern (C) void * xmlSchemaNewValidCtxt(void *); 
     74extern (C) int xmlSchemaValidCtxtGetOptions(void *); 
     75extern (C) int xmlSchemaSetValidOptions(void *, int); 
     76extern (C) int xmlSchemaGetValidErrors(void *, _BCD_func__1693 *, _BCD_func__1693 *, void * *); 
     77alias void function(void *, _xmlError *) _BCD_func__2010
     78extern (C) void xmlSchemaSetValidStructuredErrors(void *, _BCD_func__2010, void *); 
     79extern (C) void xmlSchemaSetValidErrors(void *, _BCD_func__1693, _BCD_func__1693, void *); 
     80extern (C) void xmlSchemaDump(_IO_FILE *, void *); 
     81extern (C) void xmlSchemaFree(void *); 
     82extern (C) void * xmlSchemaParse(void *); 
     83extern (C) int xmlSchemaIsValid(void *); 
     84extern (C) int xmlSchemaGetParserErrors(void *, _BCD_func__1693 *, _BCD_func__1693 *, void * *); 
     85extern (C) void xmlSchemaSetParserErrors(void *, _BCD_func__1693, _BCD_func__1693, void *); 
     86extern (C) void xmlSchemaFreeParserCtxt(void *); 
     87extern (C) void * xmlSchemaNewDocParserCtxt(_xmlDoc *); 
     88extern (C) void * xmlSchemaNewMemParserCtxt(char *, int); 
     89extern (C) void * xmlSchemaNewParserCtxt(char *); 
     90alias void function(_xmlNode *) _BCD_func__1737
     91alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1738
     92alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1739
     93alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1747
     94alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1748
     95alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1749
     96alias void function(void *, _xmlNode *) _BCD_func__1750
     97alias int function(void *, void *) _BCD_func__1767
    9798alias int function(void *) _BCD_func__1439; 
    98 alias int function(void *, char *, int) _BCD_func__1910
    99 alias void * function(char *) _BCD_func__1911
    100 alias int function(char *) _BCD_func__1912
    101 alias int function(void *, char *, int) _BCD_func__1913
    102 alias int function(char *, int *, char *, int *) _BCD_func__1923
    103 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1926
    104 alias void function(void *, char *, char *, char *) _BCD_func__1957
    105 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1958
    106 alias void function(void *, char *, int) _BCD_func__1959
    107 alias void function(void *, char *) _BCD_func__1960
    108 alias void function(void *, char *, char *) _BCD_func__1961
    109 alias void function(void *, char *, char * *) _BCD_func__1962
    110 alias void function(void *) _BCD_func__1963
    111 alias void function(void *, _xmlSAXLocator *) _BCD_func__1964
    112 alias void function(void *, char *, char *, char *, char *) _BCD_func__1965
    113 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1966
    114 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1967
    115 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1968
    116 alias _xmlEntity * function(void *, char *) _BCD_func__1969
    117 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1970
    118 alias void function(char *) _BCD_func__1983
    119 alias void function(void *) _BCD_func__2003
    120 alias void function(void *, void *, char *, char *, char *) _BCD_func__2020
    121 alias void function(void *, void *, char *) _BCD_func__2021
    122 alias void * function(void *, char *) _BCD_func__2022
    123 alias void function(void *, char *) _BCD_func__2023
    124 alias char * function(char *) _BCD_func__2028
    125 alias void * function(void *, uint) _BCD_func__2029
    126 alias void * function(uint) _BCD_func__2030
    127 alias void function(void *, char *, void *, void *) _BCD_func__2149
     99alias int function(void *, char *, int) _BCD_func__1916
     100alias void * function(char *) _BCD_func__1917
     101alias int function(char *) _BCD_func__1918
     102alias int function(void *, char *, int) _BCD_func__1919
     103alias int function(char *, int *, char *, int *) _BCD_func__1929
     104alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1932
     105alias void function(void *, char *, char *, char *) _BCD_func__1963
     106alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1964
     107alias void function(void *, char *, int) _BCD_func__1965
     108alias void function(void *, char *) _BCD_func__1966
     109alias void function(void *, char *, char *) _BCD_func__1967
     110alias void function(void *, char *, char * *) _BCD_func__1968
     111alias void function(void *) _BCD_func__1969
     112alias void function(void *, _xmlSAXLocator *) _BCD_func__1970
     113alias void function(void *, char *, char *, char *, char *) _BCD_func__1971
     114alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__1972
     115alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__1973
     116alias void function(void *, char *, int, char *, char *, char *) _BCD_func__1974
     117alias _xmlEntity * function(void *, char *) _BCD_func__1975
     118alias _xmlParserInput * function(void *, char *, char *) _BCD_func__1976
     119alias void function(char *) _BCD_func__1989
     120alias void function(void *) _BCD_func__2009
     121alias void function(void *, void *, char *, char *, char *) _BCD_func__2026
     122alias void function(void *, void *, char *) _BCD_func__2027
     123alias void * function(void *, char *) _BCD_func__2028
     124alias void function(void *, char *) _BCD_func__2029
     125alias char * function(char *) _BCD_func__2034
     126alias void * function(void *, uint) _BCD_func__2035
     127alias void * function(uint) _BCD_func__2036
     128alias void function(void *, char *, void *, void *) _BCD_func__2155
    128129alias int function(void *, long *, int) _BCD_func__1441; 
    129130alias int function(void *, char *, uint) _BCD_func__1443; 
    130131alias int function(void *, char *, uint) _BCD_func__1445; 
    131 alias int function(void * *, char *) _BCD_func__2422; 
    132 alias int function(char *, char * * *, uint *) _BCD_func__2423; 
    133 alias int function(void *, char *, char *, char *, char *) _BCD_func__2424; 
    134 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2425; 
    135 alias void function(__gconv_step *) _BCD_func__2426; 
    136 alias int function(__gconv_step *) _BCD_func__2427; 
    137 alias uint function(__gconv_step *, char) _BCD_func__2428; 
    138 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2429; 
     132alias int function(void * *, char *) _BCD_func__2428; 
     133alias int function(char *, char * * *, uint *) _BCD_func__2429; 
     134alias int function(void *, char *, char *, char *, char *) _BCD_func__2430; 
  • trunk/bindings/bcd/libxml2/xmlschemastypes.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlschemastypes; 
    3 import bcd.libxml2.xmlschemas; 
    4 import bcd.libxml2.schemasInternals; 
    5 import bcd.libxml2.xmlregexp; 
    6 import bcd.libxml2.threads; 
    7 import bcd.libxml2.globals; 
    8 import bcd.libxml2.SAX2; 
    9 import bcd.libxml2.SAX; 
    10 import bcd.libxml2.xlink; 
    11 import bcd.libxml2.parser; 
    12 import bcd.libxml2.xmlIO; 
    13 import bcd.libxml2.encoding; 
    14 import bcd.libxml2.entities; 
    15 import bcd.libxml2.hash; 
    16 import bcd.libxml2.valid; 
    17 import bcd.libxml2.xmlautomata; 
    18 import bcd.libxml2.list; 
    19 import bcd.libxml2.xmlerror; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.tree; 
    22 import bcd.libxml2.xmlmemory; 
    23 import bcd.libxml2.xmlstring; 
    24 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.xmlschemas; 
     5public import bcd.libxml2.schemasInternals; 
     6public import bcd.libxml2.xmlregexp; 
     7public import bcd.libxml2.threads; 
     8public import bcd.libxml2.globals; 
     9public import bcd.libxml2.SAX2; 
     10public import bcd.libxml2.SAX; 
     11public import bcd.libxml2.xlink; 
     12public import bcd.libxml2.parser; 
     13public import bcd.libxml2.xmlIO; 
     14public import bcd.libxml2.encoding; 
     15public import bcd.libxml2.entities; 
     16public import bcd.libxml2.hash; 
     17public import bcd.libxml2.valid; 
     18public import bcd.libxml2.xmlautomata; 
     19public import bcd.libxml2.list; 
     20public import bcd.libxml2.xmlerror; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.tree; 
     23public import bcd.libxml2.xmlmemory; 
     24public import bcd.libxml2.xmlstring; 
     25public import bcd.libxml2.xmlversion; 
    2526enum xmlSchemaWhitespaceValueType { 
    2627XML_SCHEMA_WHITESPACE_UNKNOWN=0, 
     
    2930XML_SCHEMA_WHITESPACE_COLLAPSE=3, 
    3031} 
    31 extern (C) int xmlSchemaGetValType(void * val); 
    32 extern (C) void * xmlSchemaCopyValue(void * val); 
    33 extern (C) int xmlSchemaCompareValuesWhtsp(void * x, int xws, void * y, int yws); 
    34 extern (C) void * xmlSchemaNewQNameValue(char * namespaceName, char * localName); 
    35 extern (C) void * xmlSchemaNewNOTATIONValue(char * name, char * ns); 
    36 extern (C) void * xmlSchemaNewStringValue(int type, char * value); 
    37 extern (C) int xmlSchemaValueGetAsBoolean(void * val); 
    38 extern (C) char * xmlSchemaValueGetAsString(void * val); 
    39 extern (C) void * xmlSchemaValueGetNext(void * cur); 
    40 extern (C) int xmlSchemaValueAppend(void * prev, void * cur); 
    41 extern (C) int xmlSchemaGetCanonValueWhtsp(void * val, char * * retValue, int ws); 
    42 extern (C) int xmlSchemaGetCanonValue(void * val, char * * retValue); 
    43 extern (C) int xmlSchemaValPredefTypeNodeNoNorm(_xmlSchemaType * type, char * value, void * * val, _xmlNode * node); 
    44 extern (C) int xmlSchemaValidateLengthFacetWhtsp(_xmlSchemaFacet * facet, int valType, char * value, void * val, uint * length, int ws); 
    45 extern (C) int xmlSchemaValidateLengthFacet(_xmlSchemaType * type, _xmlSchemaFacet * facet, char * value, void * val, uint * length); 
    46 extern (C) uint xmlSchemaGetFacetValueAsULong(_xmlSchemaFacet * facet); 
    47 extern (C) char * xmlSchemaWhiteSpaceReplace(char * value); 
    48 extern (C) char * xmlSchemaCollapseString(char * value); 
    49 extern (C) int xmlSchemaIsBuiltInTypeFacet(_xmlSchemaType * type, int facetType); 
    50 extern (C) _xmlSchemaType * xmlSchemaGetBuiltInType(int type); 
    51 extern (C) int xmlSchemaValidateListSimpleTypeFacet(_xmlSchemaFacet * facet, char * value, uint actualLen, uint * expectedLen); 
    52 extern (C) _xmlSchemaType * xmlSchemaGetBuiltInListSimpleTypeItemType(_xmlSchemaType * type); 
    53 extern (C) int xmlSchemaCompareValues(void * x, void * y); 
    54 extern (C) void xmlSchemaFreeFacet(_xmlSchemaFacet * facet); 
    55 extern (C) int xmlSchemaCheckFacet(_xmlSchemaFacet * facet, _xmlSchemaType * typeDecl, void * ctxt, char * name); 
     32extern (C) int xmlSchemaGetValType(void *); 
     33extern (C) void * xmlSchemaCopyValue(void *); 
     34extern (C) int xmlSchemaCompareValuesWhtsp(void *, int, void *, int); 
     35extern (C) void * xmlSchemaNewQNameValue(char *, char *); 
     36extern (C) void * xmlSchemaNewNOTATIONValue(char *, char *); 
     37extern (C) void * xmlSchemaNewStringValue(int, char *); 
     38extern (C) int xmlSchemaValueGetAsBoolean(void *); 
     39extern (C) char * xmlSchemaValueGetAsString(void *); 
     40extern (C) void * xmlSchemaValueGetNext(void *); 
     41extern (C) int xmlSchemaValueAppend(void *, void *); 
     42extern (C) int xmlSchemaGetCanonValueWhtsp(void *, char * *, int); 
     43extern (C) int xmlSchemaGetCanonValue(void *, char * *); 
     44extern (C) int xmlSchemaValPredefTypeNodeNoNorm(_xmlSchemaType *, char *, void * *, _xmlNode *); 
     45extern (C) int xmlSchemaValidateLengthFacetWhtsp(_xmlSchemaFacet *, int, char *, void *, uint *, int); 
     46extern (C) int xmlSchemaValidateLengthFacet(_xmlSchemaType *, _xmlSchemaFacet *, char *, void *, uint *); 
     47extern (C) uint xmlSchemaGetFacetValueAsULong(_xmlSchemaFacet *); 
     48extern (C) char * xmlSchemaWhiteSpaceReplace(char *); 
     49extern (C) char * xmlSchemaCollapseString(char *); 
     50extern (C) int xmlSchemaIsBuiltInTypeFacet(_xmlSchemaType *, int); 
     51extern (C) _xmlSchemaType * xmlSchemaGetBuiltInType(int); 
     52extern (C) int xmlSchemaValidateListSimpleTypeFacet(_xmlSchemaFacet *, char *, uint, uint *); 
     53extern (C) _xmlSchemaType * xmlSchemaGetBuiltInListSimpleTypeItemType(_xmlSchemaType *); 
     54extern (C) int xmlSchemaCompareValues(void *, void *); 
     55extern (C) void xmlSchemaFreeFacet(_xmlSchemaFacet *); 
     56extern (C) int xmlSchemaCheckFacet(_xmlSchemaFacet *, _xmlSchemaType *, void *, char *); 
    5657extern (C) _xmlSchemaFacet * xmlSchemaNewFacet(); 
    57 extern (C) void xmlSchemaFreeValue(void * val); 
    58 extern (C) int xmlSchemaValidateFacetWhtsp(_xmlSchemaFacet * facet, int fws, int valType, char * value, void * val, int ws); 
    59 extern (C) int xmlSchemaValidateFacet(_xmlSchemaType * base, _xmlSchemaFacet * facet, char * value, void * val); 
    60 extern (C) int xmlSchemaValPredefTypeNode(_xmlSchemaType * type, char * value, void * * val, _xmlNode * node); 
    61 extern (C) int xmlSchemaValidatePredefinedType(_xmlSchemaType * type, char * value, void * * val); 
    62 extern (C) _xmlSchemaType * xmlSchemaGetPredefinedType(char * name, char * ns); 
     58extern (C) void xmlSchemaFreeValue(void *); 
     59extern (C) int xmlSchemaValidateFacetWhtsp(_xmlSchemaFacet *, int, int, char *, void *, int); 
     60extern (C) int xmlSchemaValidateFacet(_xmlSchemaType *, _xmlSchemaFacet *, char *, void *); 
     61extern (C) int xmlSchemaValPredefTypeNode(_xmlSchemaType *, char *, void * *, _xmlNode *); 
     62extern (C) int xmlSchemaValidatePredefinedType(_xmlSchemaType *, char *, void * *); 
     63extern (C) _xmlSchemaType * xmlSchemaGetPredefinedType(char *, char *); 
    6364extern (C) void xmlSchemaCleanupTypes(); 
    6465extern (C) void xmlSchemaInitTypes(); 
    65 alias void function(void *, char *, ...) _BCD_func__1783
    66 alias void function(void *, char *, void *, void *) _BCD_func__1957
    67 alias void function(_xmlNode *) _BCD_func__2000
    68 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__2001
    69 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__2002
    70 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__2008
    71 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__2009
    72 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__2010
    73 alias void function(void *, _xmlNode *) _BCD_func__2011
    74 alias int function(void *, void *) _BCD_func__2028
     66alias void function(void *, char *, ...) _BCD_func__1789
     67alias void function(void *, char *, void *, void *) _BCD_func__1963
     68alias void function(_xmlNode *) _BCD_func__2006
     69alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__2007
     70alias _xmlParserInputBuffer * function(char *, int) _BCD_func__2008
     71alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__2014
     72alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__2015
     73alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__2016
     74alias void function(void *, _xmlNode *) _BCD_func__2017
     75alias int function(void *, void *) _BCD_func__2034
    7576alias int function(void *) _BCD_func__1523; 
    76 alias int function(void *, char *, int) _BCD_func__2177
    77 alias void * function(char *) _BCD_func__2178
    78 alias int function(char *) _BCD_func__2179
    79 alias int function(void *, char *, int) _BCD_func__2180
    80 alias int function(char *, int *, char *, int *) _BCD_func__2190
    81 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2193
    82 alias void function(void *, char *, char *, char *) _BCD_func__2224
    83 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2225
    84 alias void function(void *, char *, int) _BCD_func__2226
    85 alias void function(void *, char *) _BCD_func__2227
    86 alias void function(void *, char *, char *) _BCD_func__2228
    87 alias void function(void *, char *, char * *) _BCD_func__2229
    88 alias void function(void *) _BCD_func__2230
    89 alias void function(void *, _xmlSAXLocator *) _BCD_func__2231
    90 alias void function(void *, char *, char *, char *, char *) _BCD_func__2232
    91 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2233
    92 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2234
    93 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2235
    94 alias _xmlEntity * function(void *, char *) _BCD_func__2236
    95 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2237
    96 alias void function(char *) _BCD_func__2250
    97 alias void function(void *) _BCD_func__2270
    98 alias void function(void *, _xmlError *) _BCD_func__2271
    99 alias void function(void *, void *, char *, char *, char *) _BCD_func__2287
    100 alias void function(void *, void *, char *) _BCD_func__2288
    101 alias void * function(void *, char *) _BCD_func__2289
    102 alias void function(void *, char *) _BCD_func__2290
    103 alias char * function(char *) _BCD_func__2295
    104 alias void * function(void *, uint) _BCD_func__2296
    105 alias void * function(uint) _BCD_func__2297
     77alias int function(void *, char *, int) _BCD_func__2183
     78alias void * function(char *) _BCD_func__2184
     79alias int function(char *) _BCD_func__2185
     80alias int function(void *, char *, int) _BCD_func__2186
     81alias int function(char *, int *, char *, int *) _BCD_func__2196
     82alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2199
     83alias void function(void *, char *, char *, char *) _BCD_func__2230
     84alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2231
     85alias void function(void *, char *, int) _BCD_func__2232
     86alias void function(void *, char *) _BCD_func__2233
     87alias void function(void *, char *, char *) _BCD_func__2234
     88alias void function(void *, char *, char * *) _BCD_func__2235
     89alias void function(void *) _BCD_func__2236
     90alias void function(void *, _xmlSAXLocator *) _BCD_func__2237
     91alias void function(void *, char *, char *, char *, char *) _BCD_func__2238
     92alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2239
     93alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2240
     94alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2241
     95alias _xmlEntity * function(void *, char *) _BCD_func__2242
     96alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2243
     97alias void function(char *) _BCD_func__2256
     98alias void function(void *) _BCD_func__2276
     99alias void function(void *, _xmlError *) _BCD_func__2277
     100alias void function(void *, void *, char *, char *, char *) _BCD_func__2293
     101alias void function(void *, void *, char *) _BCD_func__2294
     102alias void * function(void *, char *) _BCD_func__2295
     103alias void function(void *, char *) _BCD_func__2296
     104alias char * function(char *) _BCD_func__2301
     105alias void * function(void *, uint) _BCD_func__2302
     106alias void * function(uint) _BCD_func__2303
    106107alias int function(void *, long *, int) _BCD_func__1525; 
    107108alias int function(void *, char *, uint) _BCD_func__1527; 
    108109alias int function(void *, char *, uint) _BCD_func__1529; 
    109 alias int function(void * *, char *) _BCD_func__2687; 
    110 alias int function(char *, char * * *, uint *) _BCD_func__2688; 
    111 alias int function(void *, char *, char *, char *, char *) _BCD_func__2689; 
    112 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2690; 
    113 alias void function(__gconv_step *) _BCD_func__2691; 
    114 alias int function(__gconv_step *) _BCD_func__2692; 
    115 alias uint function(__gconv_step *, char) _BCD_func__2693; 
    116 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2694; 
     110alias int function(void * *, char *) _BCD_func__2693; 
     111alias int function(char *, char * * *, uint *) _BCD_func__2694; 
     112alias int function(void *, char *, char *, char *, char *) _BCD_func__2695; 
  • trunk/bindings/bcd/libxml2/xmlstring.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlstring; 
    3 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.xmlversion; 
    45alias char xmlChar; 
    5 extern (C) int xmlUTF8Charcmp(char * utf1, char * utf2); 
    6 extern (C) int xmlUTF8Size(char * utf); 
    7 extern (C) int xmlUTF8Strlen(char * utf); 
    8 extern (C) char * xmlUTF8Strsub(char * utf, int start, int len); 
    9 extern (C) int xmlUTF8Strloc(char * utf, char * utfchar); 
    10 extern (C) char * xmlUTF8Strpos(char * utf, int pos); 
    11 extern (C) char * xmlUTF8Strndup(char * utf, int len); 
    12 extern (C) int xmlUTF8Strsize(char * utf, int len); 
    13 extern (C) int xmlCheckUTF8(char * utf); 
    14 extern (C) int xmlGetUTF8Char(char * utf, int * len); 
    15 extern (C) int xmlStrVPrintf(char * buf, int len, char * msg, char * ap); 
    16 extern (C) int xmlStrPrintf(char * buf, int len, char * msg, ...); 
    17 extern (C) char * xmlStrncatNew(char * str1, char * str2, int len); 
    18 extern (C) char * xmlStrncat(char * cur, char * add, int len); 
    19 extern (C) char * xmlStrcat(char * cur, char * add); 
    20 extern (C) int xmlStrlen(char * str); 
    21 extern (C) int xmlStrQEqual(char * pref, char * name, char * str); 
    22 extern (C) int xmlStrEqual(char * str1, char * str2); 
    23 extern (C) int xmlStrncasecmp(char * str1, char * str2, int len); 
    24 extern (C) int xmlStrcasecmp(char * str1, char * str2); 
    25 extern (C) int xmlStrncmp(char * str1, char * str2, int len); 
    26 extern (C) int xmlStrcmp(char * str1, char * str2); 
    27 extern (C) char * xmlStrcasestr(char * str, char * val); 
    28 extern (C) char * xmlStrstr(char * str, char * val); 
    29 extern (C) char * xmlStrchr(char * str, char val); 
    30 extern (C) char * xmlStrsub(char * str, int start, int len); 
    31 extern (C) char * xmlCharStrdup(char * cur); 
    32 extern (C) char * xmlCharStrndup(char * cur, int len); 
    33 extern (C) char * xmlStrndup(char * cur, int len); 
    34 extern (C) char * xmlStrdup(char * cur); 
     6extern (C) int xmlUTF8Charcmp(char *, char *); 
     7extern (C) int xmlUTF8Size(char *); 
     8extern (C) int xmlUTF8Strlen(char *); 
     9extern (C) char * xmlUTF8Strsub(char *, int, int); 
     10extern (C) int xmlUTF8Strloc(char *, char *); 
     11extern (C) char * xmlUTF8Strpos(char *, int); 
     12extern (C) char * xmlUTF8Strndup(char *, int); 
     13extern (C) int xmlUTF8Strsize(char *, int); 
     14extern (C) int xmlCheckUTF8(char *); 
     15extern (C) int xmlGetUTF8Char(char *, int *); 
     16extern (C) int xmlStrVPrintf(char *, int, char *, char *); 
     17extern (C) int xmlStrPrintf(char *, int, char *, ...); 
     18extern (C) char * xmlStrncatNew(char *, char *, int); 
     19extern (C) char * xmlStrncat(char *, char *, int); 
     20extern (C) char * xmlStrcat(char *, char *); 
     21extern (C) int xmlStrlen(char *); 
     22extern (C) int xmlStrQEqual(char *, char *, char *); 
     23extern (C) int xmlStrEqual(char *, char *); 
     24extern (C) int xmlStrncasecmp(char *, char *, int); 
     25extern (C) int xmlStrcasecmp(char *, char *); 
     26extern (C) int xmlStrncmp(char *, char *, int); 
     27extern (C) int xmlStrcmp(char *, char *); 
     28extern (C) char * xmlStrcasestr(char *, char *); 
     29extern (C) char * xmlStrstr(char *, char *); 
     30extern (C) char * xmlStrchr(char *, char); 
     31extern (C) char * xmlStrsub(char *, int, int); 
     32extern (C) char * xmlCharStrdup(char *); 
     33extern (C) char * xmlCharStrndup(char *, int); 
     34extern (C) char * xmlStrndup(char *, int); 
     35extern (C) char * xmlStrdup(char *); 
  • trunk/bindings/bcd/libxml2/xmlunicode.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlunicode; 
    3 import bcd.libxml2.xmlversion; 
    4 extern (C) int xmlUCSIsCat(int code, char * cat); 
    5 extern (C) int xmlUCSIsCatZs(int code); 
    6 extern (C) int xmlUCSIsCatZp(int code); 
    7 extern (C) int xmlUCSIsCatZl(int code); 
    8 extern (C) int xmlUCSIsCatZ(int code); 
    9 extern (C) int xmlUCSIsCatSo(int code); 
    10 extern (C) int xmlUCSIsCatSm(int code); 
    11 extern (C) int xmlUCSIsCatSk(int code); 
    12 extern (C) int xmlUCSIsCatSc(int code); 
    13 extern (C) int xmlUCSIsCatS(int code); 
    14 extern (C) int xmlUCSIsCatPs(int code); 
    15 extern (C) int xmlUCSIsCatPo(int code); 
    16 extern (C) int xmlUCSIsCatPi(int code); 
    17 extern (C) int xmlUCSIsCatPf(int code); 
    18 extern (C) int xmlUCSIsCatPe(int code); 
    19 extern (C) int xmlUCSIsCatPd(int code); 
    20 extern (C) int xmlUCSIsCatPc(int code); 
    21 extern (C) int xmlUCSIsCatP(int code); 
    22 extern (C) int xmlUCSIsCatNo(int code); 
    23 extern (C) int xmlUCSIsCatNl(int code); 
    24 extern (C) int xmlUCSIsCatNd(int code); 
    25 extern (C) int xmlUCSIsCatN(int code); 
    26 extern (C) int xmlUCSIsCatMn(int code); 
    27 extern (C) int xmlUCSIsCatMe(int code); 
    28 extern (C) int xmlUCSIsCatMc(int code); 
    29 extern (C) int xmlUCSIsCatM(int code); 
    30 extern (C) int xmlUCSIsCatLu(int code); 
    31 extern (C) int xmlUCSIsCatLt(int code); 
    32 extern (C) int xmlUCSIsCatLo(int code); 
    33 extern (C) int xmlUCSIsCatLm(int code); 
    34 extern (C) int xmlUCSIsCatLl(int code); 
    35 extern (C) int xmlUCSIsCatL(int code); 
    36 extern (C) int xmlUCSIsCatCs(int code); 
    37 extern (C) int xmlUCSIsCatCo(int code); 
    38 extern (C) int xmlUCSIsCatCf(int code); 
    39 extern (C) int xmlUCSIsCatCc(int code); 
    40 extern (C) int xmlUCSIsCatC(int code); 
    41 extern (C) int xmlUCSIsBlock(int code, char * block); 
    42 extern (C) int xmlUCSIsYijingHexagramSymbols(int code); 
    43 extern (C) int xmlUCSIsYiSyllables(int code); 
    44 extern (C) int xmlUCSIsYiRadicals(int code); 
    45 extern (C) int xmlUCSIsVariationSelectorsSupplement(int code); 
    46 extern (C) int xmlUCSIsVariationSelectors(int code); 
    47 extern (C) int xmlUCSIsUnifiedCanadianAboriginalSyllabics(int code); 
    48 extern (C) int xmlUCSIsUgaritic(int code); 
    49 extern (C) int xmlUCSIsTibetan(int code); 
    50 extern (C) int xmlUCSIsThai(int code); 
    51 extern (C) int xmlUCSIsThaana(int code); 
    52 extern (C) int xmlUCSIsTelugu(int code); 
    53 extern (C) int xmlUCSIsTamil(int code); 
    54 extern (C) int xmlUCSIsTaiXuanJingSymbols(int code); 
    55 extern (C) int xmlUCSIsTaiLe(int code); 
    56 extern (C) int xmlUCSIsTags(int code); 
    57 extern (C) int xmlUCSIsTagbanwa(int code); 
    58 extern (C) int xmlUCSIsTagalog(int code); 
    59 extern (C) int xmlUCSIsSyriac(int code); 
    60 extern (C) int xmlUCSIsSupplementaryPrivateUseAreaB(int code); 
    61 extern (C) int xmlUCSIsSupplementaryPrivateUseAreaA(int code); 
    62 extern (C) int xmlUCSIsSupplementalMathematicalOperators(int code); 
    63 extern (C) int xmlUCSIsSupplementalArrowsB(int code); 
    64 extern (C) int xmlUCSIsSupplementalArrowsA(int code); 
    65 extern (C) int xmlUCSIsSuperscriptsandSubscripts(int code); 
    66 extern (C) int xmlUCSIsSpecials(int code); 
    67 extern (C) int xmlUCSIsSpacingModifierLetters(int code); 
    68 extern (C) int xmlUCSIsSmallFormVariants(int code); 
    69 extern (C) int xmlUCSIsSinhala(int code); 
    70 extern (C) int xmlUCSIsShavian(int code); 
    71 extern (C) int xmlUCSIsRunic(int code); 
    72 extern (C) int xmlUCSIsPrivateUseArea(int code); 
    73 extern (C) int xmlUCSIsPrivateUse(int code); 
    74 extern (C) int xmlUCSIsPhoneticExtensions(int code); 
    75 extern (C) int xmlUCSIsOsmanya(int code); 
    76 extern (C) int xmlUCSIsOriya(int code); 
    77 extern (C) int xmlUCSIsOpticalCharacterRecognition(int code); 
    78 extern (C) int xmlUCSIsOldItalic(int code); 
    79 extern (C) int xmlUCSIsOgham(int code); 
    80 extern (C) int xmlUCSIsNumberForms(int code); 
    81 extern (C) int xmlUCSIsMyanmar(int code); 
    82 extern (C) int xmlUCSIsMusicalSymbols(int code); 
    83 extern (C) int xmlUCSIsMongolian(int code); 
    84 extern (C) int xmlUCSIsMiscellaneousTechnical(int code); 
    85 extern (C) int xmlUCSIsMiscellaneousSymbolsandArrows(int code); 
    86 extern (C) int xmlUCSIsMiscellaneousSymbols(int code); 
    87 extern (C) int xmlUCSIsMiscellaneousMathematicalSymbolsB(int code); 
    88 extern (C) int xmlUCSIsMiscellaneousMathematicalSymbolsA(int code); 
    89 extern (C) int xmlUCSIsMathematicalOperators(int code); 
    90 extern (C) int xmlUCSIsMathematicalAlphanumericSymbols(int code); 
    91 extern (C) int xmlUCSIsMalayalam(int code); 
    92 extern (C) int xmlUCSIsLowSurrogates(int code); 
    93 extern (C) int xmlUCSIsLinearBSyllabary(int code); 
    94 extern (C) int xmlUCSIsLinearBIdeograms(int code); 
    95 extern (C) int xmlUCSIsLimbu(int code); 
    96 extern (C) int xmlUCSIsLetterlikeSymbols(int code); 
    97 extern (C) int xmlUCSIsLatinExtendedAdditional(int code); 
    98 extern (C) int xmlUCSIsLatinExtendedB(int code); 
    99 extern (C) int xmlUCSIsLatinExtendedA(int code); 
    100 extern (C) int xmlUCSIsLatin1Supplement(int code); 
    101 extern (C) int xmlUCSIsLao(int code); 
    102 extern (C) int xmlUCSIsKhmerSymbols(int code); 
    103 extern (C) int xmlUCSIsKhmer(int code); 
    104 extern (C) int xmlUCSIsKatakanaPhoneticExtensions(int code); 
    105 extern (C) int xmlUCSIsKatakana(int code); 
    106 extern (C) int xmlUCSIsKannada(int code); 
    107 extern (C) int xmlUCSIsKangxiRadicals(int code); 
    108 extern (C) int xmlUCSIsKanbun(int code); 
    109 extern (C) int xmlUCSIsIdeographicDescriptionCharacters(int code); 
    110 extern (C) int xmlUCSIsIPAExtensions(int code); 
    111 extern (C) int xmlUCSIsHiragana(int code); 
    112 extern (C) int xmlUCSIsHighSurrogates(int code); 
    113 extern (C) int xmlUCSIsHighPrivateUseSurrogates(int code); 
    114 extern (C) int xmlUCSIsHebrew(int code); 
    115 extern (C) int xmlUCSIsHanunoo(int code); 
    116 extern (C) int xmlUCSIsHangulSyllables(int code); 
    117 extern (C) int xmlUCSIsHangulJamo(int code); 
    118 extern (C) int xmlUCSIsHangulCompatibilityJamo(int code); 
    119 extern (C) int xmlUCSIsHalfwidthandFullwidthForms(int code); 
    120 extern (C) int xmlUCSIsGurmukhi(int code); 
    121 extern (C) int xmlUCSIsGujarati(int code); 
    122 extern (C) int xmlUCSIsGreekandCoptic(int code); 
    123 extern (C) int xmlUCSIsGreekExtended(int code); 
    124 extern (C) int xmlUCSIsGreek(int code); 
    125 extern (C) int xmlUCSIsGothic(int code); 
    126 extern (C) int xmlUCSIsGeorgian(int code); 
    127 extern (C) int xmlUCSIsGeometricShapes(int code); 
    128 extern (C) int xmlUCSIsGeneralPunctuation(int code); 
    129 extern (C) int xmlUCSIsEthiopic(int code); 
    130 extern (C) int xmlUCSIsEnclosedCJKLettersandMonths(int code); 
    131 extern (C) int xmlUCSIsEnclosedAlphanumerics(int code); 
    132 extern (C) int xmlUCSIsDingbats(int code); 
    133 extern (C) int xmlUCSIsDevanagari(int code); 
    134 extern (C) int xmlUCSIsDeseret(int code); 
    135 extern (C) int xmlUCSIsCyrillicSupplement(int code); 
    136 extern (C) int xmlUCSIsCyrillic(int code); 
    137 extern (C) int xmlUCSIsCypriotSyllabary(int code); 
    138 extern (C) int xmlUCSIsCurrencySymbols(int code); 
    139 extern (C) int xmlUCSIsControlPictures(int code); 
    140 extern (C) int xmlUCSIsCombiningMarksforSymbols(int code); 
    141 extern (C) int xmlUCSIsCombiningHalfMarks(int code); 
    142 extern (C) int xmlUCSIsCombiningDiacriticalMarksforSymbols(int code); 
    143 extern (C) int xmlUCSIsCombiningDiacriticalMarks(int code); 
    144 extern (C) int xmlUCSIsCherokee(int code); 
    145 extern (C) int xmlUCSIsCJKUnifiedIdeographsExtensionB(int code); 
    146 extern (C) int xmlUCSIsCJKUnifiedIdeographsExtensionA(int code); 
    147 extern (C) int xmlUCSIsCJKUnifiedIdeographs(int code); 
    148 extern (C) int xmlUCSIsCJKSymbolsandPunctuation(int code); 
    149 extern (C) int xmlUCSIsCJKRadicalsSupplement(int code); 
    150 extern (C) int xmlUCSIsCJKCompatibilityIdeographsSupplement(int code); 
    151 extern (C) int xmlUCSIsCJKCompatibilityIdeographs(int code); 
    152 extern (C) int xmlUCSIsCJKCompatibilityForms(int code); 
    153 extern (C) int xmlUCSIsCJKCompatibility(int code); 
    154 extern (C) int xmlUCSIsByzantineMusicalSymbols(int code); 
    155 extern (C) int xmlUCSIsBuhid(int code); 
    156 extern (C) int xmlUCSIsBraillePatterns(int code); 
    157 extern (C) int xmlUCSIsBoxDrawing(int code); 
    158 extern (C) int xmlUCSIsBopomofoExtended(int code); 
    159 extern (C) int xmlUCSIsBopomofo(int code); 
    160 extern (C) int xmlUCSIsBlockElements(int code); 
    161 extern (C) int xmlUCSIsBengali(int code); 
    162 extern (C) int xmlUCSIsBasicLatin(int code); 
    163 extern (C) int xmlUCSIsArrows(int code); 
    164 extern (C) int xmlUCSIsArmenian(int code); 
    165 extern (C) int xmlUCSIsArabicPresentationFormsB(int code); 
    166 extern (C) int xmlUCSIsArabicPresentationFormsA(int code); 
    167 extern (C) int xmlUCSIsArabic(int code); 
    168 extern (C) int xmlUCSIsAlphabeticPresentationForms(int code); 
    169 extern (C) int xmlUCSIsAegeanNumbers(int code); 
     3align(4): 
     4public import bcd.libxml2.xmlversion; 
     5extern (C) int xmlUCSIsCat(int, char *); 
     6extern (C) int xmlUCSIsCatZs(int); 
     7extern (C) int xmlUCSIsCatZp(int); 
     8extern (C) int xmlUCSIsCatZl(int); 
     9extern (C) int xmlUCSIsCatZ(int); 
     10extern (C) int xmlUCSIsCatSo(int); 
     11extern (C) int xmlUCSIsCatSm(int); 
     12extern (C) int xmlUCSIsCatSk(int); 
     13extern (C) int xmlUCSIsCatSc(int); 
     14extern (C) int xmlUCSIsCatS(int); 
     15extern (C) int xmlUCSIsCatPs(int); 
     16extern (C) int xmlUCSIsCatPo(int); 
     17extern (C) int xmlUCSIsCatPi(int); 
     18extern (C) int xmlUCSIsCatPf(int); 
     19extern (C) int xmlUCSIsCatPe(int); 
     20extern (C) int xmlUCSIsCatPd(int); 
     21extern (C) int xmlUCSIsCatPc(int); 
     22extern (C) int xmlUCSIsCatP(int); 
     23extern (C) int xmlUCSIsCatNo(int); 
     24extern (C) int xmlUCSIsCatNl(int); 
     25extern (C) int xmlUCSIsCatNd(int); 
     26extern (C) int xmlUCSIsCatN(int); 
     27extern (C) int xmlUCSIsCatMn(int); 
     28extern (C) int xmlUCSIsCatMe(int); 
     29extern (C) int xmlUCSIsCatMc(int); 
     30extern (C) int xmlUCSIsCatM(int); 
     31extern (C) int xmlUCSIsCatLu(int); 
     32extern (C) int xmlUCSIsCatLt(int); 
     33extern (C) int xmlUCSIsCatLo(int); 
     34extern (C) int xmlUCSIsCatLm(int); 
     35extern (C) int xmlUCSIsCatLl(int); 
     36extern (C) int xmlUCSIsCatL(int); 
     37extern (C) int xmlUCSIsCatCs(int); 
     38extern (C) int xmlUCSIsCatCo(int); 
     39extern (C) int xmlUCSIsCatCf(int); 
     40extern (C) int xmlUCSIsCatCc(int); 
     41extern (C) int xmlUCSIsCatC(int); 
     42extern (C) int xmlUCSIsBlock(int, char *); 
     43extern (C) int xmlUCSIsYijingHexagramSymbols(int); 
     44extern (C) int xmlUCSIsYiSyllables(int); 
     45extern (C) int xmlUCSIsYiRadicals(int); 
     46extern (C) int xmlUCSIsVariationSelectorsSupplement(int); 
     47extern (C) int xmlUCSIsVariationSelectors(int); 
     48extern (C) int xmlUCSIsUnifiedCanadianAboriginalSyllabics(int); 
     49extern (C) int xmlUCSIsUgaritic(int); 
     50extern (C) int xmlUCSIsTibetan(int); 
     51extern (C) int xmlUCSIsThai(int); 
     52extern (C) int xmlUCSIsThaana(int); 
     53extern (C) int xmlUCSIsTelugu(int); 
     54extern (C) int xmlUCSIsTamil(int); 
     55extern (C) int xmlUCSIsTaiXuanJingSymbols(int); 
     56extern (C) int xmlUCSIsTaiLe(int); 
     57extern (C) int xmlUCSIsTags(int); 
     58extern (C) int xmlUCSIsTagbanwa(int); 
     59extern (C) int xmlUCSIsTagalog(int); 
     60extern (C) int xmlUCSIsSyriac(int); 
     61extern (C) int xmlUCSIsSupplementaryPrivateUseAreaB(int); 
     62extern (C) int xmlUCSIsSupplementaryPrivateUseAreaA(int); 
     63extern (C) int xmlUCSIsSupplementalMathematicalOperators(int); 
     64extern (C) int xmlUCSIsSupplementalArrowsB(int); 
     65extern (C) int xmlUCSIsSupplementalArrowsA(int); 
     66extern (C) int xmlUCSIsSuperscriptsandSubscripts(int); 
     67extern (C) int xmlUCSIsSpecials(int); 
     68extern (C) int xmlUCSIsSpacingModifierLetters(int); 
     69extern (C) int xmlUCSIsSmallFormVariants(int); 
     70extern (C) int xmlUCSIsSinhala(int); 
     71extern (C) int xmlUCSIsShavian(int); 
     72extern (C) int xmlUCSIsRunic(int); 
     73extern (C) int xmlUCSIsPrivateUseArea(int); 
     74extern (C) int xmlUCSIsPrivateUse(int); 
     75extern (C) int xmlUCSIsPhoneticExtensions(int); 
     76extern (C) int xmlUCSIsOsmanya(int); 
     77extern (C) int xmlUCSIsOriya(int); 
     78extern (C) int xmlUCSIsOpticalCharacterRecognition(int); 
     79extern (C) int xmlUCSIsOldItalic(int); 
     80extern (C) int xmlUCSIsOgham(int); 
     81extern (C) int xmlUCSIsNumberForms(int); 
     82extern (C) int xmlUCSIsMyanmar(int); 
     83extern (C) int xmlUCSIsMusicalSymbols(int); 
     84extern (C) int xmlUCSIsMongolian(int); 
     85extern (C) int xmlUCSIsMiscellaneousTechnical(int); 
     86extern (C) int xmlUCSIsMiscellaneousSymbolsandArrows(int); 
     87extern (C) int xmlUCSIsMiscellaneousSymbols(int); 
     88extern (C) int xmlUCSIsMiscellaneousMathematicalSymbolsB(int); 
     89extern (C) int xmlUCSIsMiscellaneousMathematicalSymbolsA(int); 
     90extern (C) int xmlUCSIsMathematicalOperators(int); 
     91extern (C) int xmlUCSIsMathematicalAlphanumericSymbols(int); 
     92extern (C) int xmlUCSIsMalayalam(int); 
     93extern (C) int xmlUCSIsLowSurrogates(int); 
     94extern (C) int xmlUCSIsLinearBSyllabary(int); 
     95extern (C) int xmlUCSIsLinearBIdeograms(int); 
     96extern (C) int xmlUCSIsLimbu(int); 
     97extern (C) int xmlUCSIsLetterlikeSymbols(int); 
     98extern (C) int xmlUCSIsLatinExtendedAdditional(int); 
     99extern (C) int xmlUCSIsLatinExtendedB(int); 
     100extern (C) int xmlUCSIsLatinExtendedA(int); 
     101extern (C) int xmlUCSIsLatin1Supplement(int); 
     102extern (C) int xmlUCSIsLao(int); 
     103extern (C) int xmlUCSIsKhmerSymbols(int); 
     104extern (C) int xmlUCSIsKhmer(int); 
     105extern (C) int xmlUCSIsKatakanaPhoneticExtensions(int); 
     106extern (C) int xmlUCSIsKatakana(int); 
     107extern (C) int xmlUCSIsKannada(int); 
     108extern (C) int xmlUCSIsKangxiRadicals(int); 
     109extern (C) int xmlUCSIsKanbun(int); 
     110extern (C) int xmlUCSIsIdeographicDescriptionCharacters(int); 
     111extern (C) int xmlUCSIsIPAExtensions(int); 
     112extern (C) int xmlUCSIsHiragana(int); 
     113extern (C) int xmlUCSIsHighSurrogates(int); 
     114extern (C) int xmlUCSIsHighPrivateUseSurrogates(int); 
     115extern (C) int xmlUCSIsHebrew(int); 
     116extern (C) int xmlUCSIsHanunoo(int); 
     117extern (C) int xmlUCSIsHangulSyllables(int); 
     118extern (C) int xmlUCSIsHangulJamo(int); 
     119extern (C) int xmlUCSIsHangulCompatibilityJamo(int); 
     120extern (C) int xmlUCSIsHalfwidthandFullwidthForms(int); 
     121extern (C) int xmlUCSIsGurmukhi(int); 
     122extern (C) int xmlUCSIsGujarati(int); 
     123extern (C) int xmlUCSIsGreekandCoptic(int); 
     124extern (C) int xmlUCSIsGreekExtended(int); 
     125extern (C) int xmlUCSIsGreek(int); 
     126extern (C) int xmlUCSIsGothic(int); 
     127extern (C) int xmlUCSIsGeorgian(int); 
     128extern (C) int xmlUCSIsGeometricShapes(int); 
     129extern (C) int xmlUCSIsGeneralPunctuation(int); 
     130extern (C) int xmlUCSIsEthiopic(int); 
     131extern (C) int xmlUCSIsEnclosedCJKLettersandMonths(int); 
     132extern (C) int xmlUCSIsEnclosedAlphanumerics(int); 
     133extern (C) int xmlUCSIsDingbats(int); 
     134extern (C) int xmlUCSIsDevanagari(int); 
     135extern (C) int xmlUCSIsDeseret(int); 
     136extern (C) int xmlUCSIsCyrillicSupplement(int); 
     137extern (C) int xmlUCSIsCyrillic(int); 
     138extern (C) int xmlUCSIsCypriotSyllabary(int); 
     139extern (C) int xmlUCSIsCurrencySymbols(int); 
     140extern (C) int xmlUCSIsControlPictures(int); 
     141extern (C) int xmlUCSIsCombiningMarksforSymbols(int); 
     142extern (C) int xmlUCSIsCombiningHalfMarks(int); 
     143extern (C) int xmlUCSIsCombiningDiacriticalMarksforSymbols(int); 
     144extern (C) int xmlUCSIsCombiningDiacriticalMarks(int); 
     145extern (C) int xmlUCSIsCherokee(int); 
     146extern (C) int xmlUCSIsCJKUnifiedIdeographsExtensionB(int); 
     147extern (C) int xmlUCSIsCJKUnifiedIdeographsExtensionA(int); 
     148extern (C) int xmlUCSIsCJKUnifiedIdeographs(int); 
     149extern (C) int xmlUCSIsCJKSymbolsandPunctuation(int); 
     150extern (C) int xmlUCSIsCJKRadicalsSupplement(int); 
     151extern (C) int xmlUCSIsCJKCompatibilityIdeographsSupplement(int); 
     152extern (C) int xmlUCSIsCJKCompatibilityIdeographs(int); 
     153extern (C) int xmlUCSIsCJKCompatibilityForms(int); 
     154extern (C) int xmlUCSIsCJKCompatibility(int); 
     155extern (C) int xmlUCSIsByzantineMusicalSymbols(int); 
     156extern (C) int xmlUCSIsBuhid(int); 
     157extern (C) int xmlUCSIsBraillePatterns(int); 
     158extern (C) int xmlUCSIsBoxDrawing(int); 
     159extern (C) int xmlUCSIsBopomofoExtended(int); 
     160extern (C) int xmlUCSIsBopomofo(int); 
     161extern (C) int xmlUCSIsBlockElements(int); 
     162extern (C) int xmlUCSIsBengali(int); 
     163extern (C) int xmlUCSIsBasicLatin(int); 
     164extern (C) int xmlUCSIsArrows(int); 
     165extern (C) int xmlUCSIsArmenian(int); 
     166extern (C) int xmlUCSIsArabicPresentationFormsB(int); 
     167extern (C) int xmlUCSIsArabicPresentationFormsA(int); 
     168extern (C) int xmlUCSIsArabic(int); 
     169extern (C) int xmlUCSIsAlphabeticPresentationForms(int); 
     170extern (C) int xmlUCSIsAegeanNumbers(int); 
  • trunk/bindings/bcd/libxml2/xmlversion.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlversion; 
     3align(4): 
     4import std.c.stdio; 
     5alias FILE _IO_FILE; 
     6const char[] LIBXML_DOTTED_VERSION = "2.6.21"; 
    37const int LIBXML_VERSION = 20621; 
    4 extern (C) void xmlCheckVersion(int version_); 
     8const char[] LIBXML_VERSION_STRING = "20621"; 
     9const char[] LIBXML_VERSION_EXTRA = ""; 
     10const char[] LIBXML_MODULE_EXTENSION = ".so"; 
     11extern (C) void xmlCheckVersion(int); 
  • trunk/bindings/bcd/libxml2/xmlwriter.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xmlwriter; 
    3 import bcd.libxml2.xmlIO; 
    4 import bcd.libxml2.globals; 
    5 import bcd.libxml2.threads; 
    6 import bcd.libxml2.xmlmemory; 
    7 import bcd.libxml2.SAX2; 
    8 import bcd.libxml2.SAX; 
    9 import bcd.libxml2.xlink; 
    10 import bcd.libxml2.parser; 
    11 import bcd.libxml2.encoding; 
    12 import bcd.libxml2.entities; 
    13 import bcd.libxml2.hash; 
    14 import bcd.libxml2.valid; 
    15 import bcd.libxml2.xmlautomata; 
    16 import bcd.libxml2.list; 
    17 import bcd.libxml2.xmlerror; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.xmlIO; 
     5public import bcd.libxml2.globals; 
     6public import bcd.libxml2.threads; 
     7public import bcd.libxml2.xmlmemory; 
     8public import bcd.libxml2.SAX2; 
     9public import bcd.libxml2.SAX; 
     10public import bcd.libxml2.xlink; 
     11public import bcd.libxml2.parser; 
     12public import bcd.libxml2.encoding; 
     13public import bcd.libxml2.entities; 
     14public import bcd.libxml2.hash; 
     15public import bcd.libxml2.valid; 
     16public import bcd.libxml2.xmlautomata; 
     17public import bcd.libxml2.list; 
     18public import bcd.libxml2.xmlerror; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324alias void xmlTextWriter; 
    2425alias void * xmlTextWriterPtr; 
    25 extern (C) int xmlTextWriterFlush(void * writer); 
    26 extern (C) int xmlTextWriterSetIndentString(void * writer, char * str); 
    27 extern (C) int xmlTextWriterSetIndent(void * writer, int indent); 
    28 extern (C) int xmlTextWriterWriteDTDNotation(void * writer, char * name, char * pubid, char * sysid); 
    29 extern (C) int xmlTextWriterWriteDTDEntity(void * writer, int pe, char * name, char * pubid, char * sysid, char * ndataid, char * content); 
    30 extern (C) int xmlTextWriterWriteDTDExternalEntityContents(void * writer, char * pubid, char * sysid, char * ndataid); 
    31 extern (C) int xmlTextWriterWriteDTDExternalEntity(void * writer, int pe, char * name, char * pubid, char * sysid, char * ndataid); 
    32 extern (C) int xmlTextWriterWriteDTDInternalEntity(void * writer, int pe, char * name, char * content); 
    33 extern (C) int xmlTextWriterWriteVFormatDTDInternalEntity(void * writer, int pe, char * name, char * format, char * argptr); 
    34 extern (C) int xmlTextWriterWriteFormatDTDInternalEntity(void * writer, int pe, char * name, char * format, ...); 
    35 extern (C) int xmlTextWriterEndDTDEntity(void * writer); 
    36 extern (C) int xmlTextWriterStartDTDEntity(void * writer, int pe, char * name); 
    37 extern (C) int xmlTextWriterWriteDTDAttlist(void * writer, char * name, char * content); 
    38 extern (C) int xmlTextWriterWriteVFormatDTDAttlist(void * writer, char * name, char * format, char * argptr); 
    39 extern (C) int xmlTextWriterWriteFormatDTDAttlist(void * writer, char * name, char * format, ...); 
    40 extern (C) int xmlTextWriterEndDTDAttlist(void * writer); 
    41 extern (C) int xmlTextWriterStartDTDAttlist(void * writer, char * name); 
    42 extern (C) int xmlTextWriterWriteDTDElement(void * writer, char * name, char * content); 
    43 extern (C) int xmlTextWriterWriteVFormatDTDElement(void * writer, char * name, char * format, char * argptr); 
    44 extern (C) int xmlTextWriterWriteFormatDTDElement(void * writer, char * name, char * format, ...); 
    45 extern (C) int xmlTextWriterEndDTDElement(void * writer); 
    46 extern (C) int xmlTextWriterStartDTDElement(void * writer, char * name); 
    47 extern (C) int xmlTextWriterWriteDTD(void * writer, char * name, char * pubid, char * sysid, char * subset); 
    48 extern (C) int xmlTextWriterWriteVFormatDTD(void * writer, char * name, char * pubid, char * sysid, char * format, char * argptr); 
    49 extern (C) int xmlTextWriterWriteFormatDTD(void * writer, char * name, char * pubid, char * sysid, char * format, ...); 
    50 extern (C) int xmlTextWriterEndDTD(void * writer); 
    51 extern (C) int xmlTextWriterStartDTD(void * writer, char * name, char * pubid, char * sysid); 
    52 extern (C) int xmlTextWriterWriteCDATA(void * writer, char * content); 
    53 extern (C) int xmlTextWriterWriteVFormatCDATA(void * writer, char * format, char * argptr); 
    54 extern (C) int xmlTextWriterWriteFormatCDATA(void * writer, char * format, ...); 
    55 extern (C) int xmlTextWriterEndCDATA(void * writer); 
    56 extern (C) int xmlTextWriterStartCDATA(void * writer); 
    57 extern (C) int xmlTextWriterWritePI(void * writer, char * target, char * content); 
    58 extern (C) int xmlTextWriterWriteVFormatPI(void * writer, char * target, char * format, char * argptr); 
    59 extern (C) int xmlTextWriterWriteFormatPI(void * writer, char * target, char * format, ...); 
    60 extern (C) int xmlTextWriterEndPI(void * writer); 
    61 extern (C) int xmlTextWriterStartPI(void * writer, char * target); 
    62 extern (C) int xmlTextWriterWriteAttributeNS(void * writer, char * prefix, char * name, char * namespaceURI, char * content); 
    63 extern (C) int xmlTextWriterWriteVFormatAttributeNS(void * writer, char * prefix, char * name, char * namespaceURI, char * format, char * argptr); 
    64 extern (C) int xmlTextWriterWriteFormatAttributeNS(void * writer, char * prefix, char * name, char * namespaceURI, char * format, ...); 
    65 extern (C) int xmlTextWriterWriteAttribute(void * writer, char * name, char * content); 
    66 extern (C) int xmlTextWriterWriteVFormatAttribute(void * writer, char * name, char * format, char * argptr); 
    67 extern (C) int xmlTextWriterWriteFormatAttribute(void * writer, char * name, char * format, ...); 
    68 extern (C) int xmlTextWriterEndAttribute(void * writer); 
    69 extern (C) int xmlTextWriterStartAttributeNS(void * writer, char * prefix, char * name, char * namespaceURI); 
    70 extern (C) int xmlTextWriterStartAttribute(void * writer, char * name); 
    71 extern (C) int xmlTextWriterWriteBinHex(void * writer, char * data, int start, int len); 
    72 extern (C) int xmlTextWriterWriteBase64(void * writer, char * data, int start, int len); 
    73 extern (C) int xmlTextWriterWriteString(void * writer, char * content); 
    74 extern (C) int xmlTextWriterWriteVFormatString(void * writer, char * format, char * argptr); 
    75 extern (C) int xmlTextWriterWriteFormatString(void * writer, char * format, ...); 
    76 extern (C) int xmlTextWriterWriteRaw(void * writer, char * content); 
    77 extern (C) int xmlTextWriterWriteRawLen(void * writer, char * content, int len); 
    78 extern (C) int xmlTextWriterWriteVFormatRaw(void * writer, char * format, char * argptr); 
    79 extern (C) int xmlTextWriterWriteFormatRaw(void * writer, char * format, ...); 
    80 extern (C) int xmlTextWriterWriteElementNS(void * writer, char * prefix, char * name, char * namespaceURI, char * content); 
    81 extern (C) int xmlTextWriterWriteVFormatElementNS(void * writer, char * prefix, char * name, char * namespaceURI, char * format, char * argptr); 
    82 extern (C) int xmlTextWriterWriteFormatElementNS(void * writer, char * prefix, char * name, char * namespaceURI, char * format, ...); 
    83 extern (C) int xmlTextWriterWriteElement(void * writer, char * name, char * content); 
    84 extern (C) int xmlTextWriterWriteVFormatElement(void * writer, char * name, char * format, char * argptr); 
    85 extern (C) int xmlTextWriterWriteFormatElement(void * writer, char * name, char * format, ...); 
    86 extern (C) int xmlTextWriterFullEndElement(void * writer); 
    87 extern (C) int xmlTextWriterEndElement(void * writer); 
    88 extern (C) int xmlTextWriterStartElementNS(void * writer, char * prefix, char * name, char * namespaceURI); 
    89 extern (C) int xmlTextWriterStartElement(void * writer, char * name); 
    90 extern (C) int xmlTextWriterWriteComment(void * writer, char * content); 
    91 extern (C) int xmlTextWriterWriteVFormatComment(void * writer, char * format, char * argptr); 
    92 extern (C) int xmlTextWriterWriteFormatComment(void * writer, char * format, ...); 
    93 extern (C) int xmlTextWriterEndComment(void * writer); 
    94 extern (C) int xmlTextWriterStartComment(void * writer); 
    95 extern (C) int xmlTextWriterEndDocument(void * writer); 
    96 extern (C) int xmlTextWriterStartDocument(void * writer, char * version_, char * encoding, char * standalone); 
    97 extern (C) void xmlFreeTextWriter(void * writer); 
    98 extern (C) void * xmlNewTextWriterTree(_xmlDoc * doc, _xmlNode * node, int compression); 
    99 extern (C) void * xmlNewTextWriterDoc(_xmlDoc * * doc, int compression); 
    100 extern (C) void * xmlNewTextWriterPushParser(_xmlParserCtxt * ctxt, int compression); 
    101 extern (C) void * xmlNewTextWriterMemory(_xmlBuffer * buf, int compression); 
    102 extern (C) void * xmlNewTextWriterFilename(char * uri, int compression); 
    103 extern (C) void * xmlNewTextWriter(_xmlOutputBuffer * out_); 
    104 alias void function(_xmlNode *) _BCD_func__1769
    105 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1770
    106 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1771
    107 alias char * function(char *) _BCD_func__1776
    108 alias void * function(void *, uint) _BCD_func__1777
    109 alias void * function(uint) _BCD_func__1778
    110 alias void function(void *) _BCD_func__1779
    111 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1786
    112 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1787
    113 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1788
    114 alias void function(void *, _xmlNode *) _BCD_func__1789
    115 alias int function(void *, void *) _BCD_func__1806
    116 alias int function(char *, int *, char *, int *) _BCD_func__1964
    117 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1967
    118 alias void function(void *, char *, char *, char *) _BCD_func__1998
    119 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__1999
     26extern (C) int xmlTextWriterFlush(void *); 
     27extern (C) int xmlTextWriterSetIndentString(void *, char *); 
     28extern (C) int xmlTextWriterSetIndent(void *, int); 
     29extern (C) int xmlTextWriterWriteDTDNotation(void *, char *, char *, char *); 
     30extern (C) int xmlTextWriterWriteDTDEntity(void *, int, char *, char *, char *, char *, char *); 
     31extern (C) int xmlTextWriterWriteDTDExternalEntityContents(void *, char *, char *, char *); 
     32extern (C) int xmlTextWriterWriteDTDExternalEntity(void *, int, char *, char *, char *, char *); 
     33extern (C) int xmlTextWriterWriteDTDInternalEntity(void *, int, char *, char *); 
     34extern (C) int xmlTextWriterWriteVFormatDTDInternalEntity(void *, int, char *, char *, char *); 
     35extern (C) int xmlTextWriterWriteFormatDTDInternalEntity(void *, int, char *, char *, ...); 
     36extern (C) int xmlTextWriterEndDTDEntity(void *); 
     37extern (C) int xmlTextWriterStartDTDEntity(void *, int, char *); 
     38extern (C) int xmlTextWriterWriteDTDAttlist(void *, char *, char *); 
     39extern (C) int xmlTextWriterWriteVFormatDTDAttlist(void *, char *, char *, char *); 
     40extern (C) int xmlTextWriterWriteFormatDTDAttlist(void *, char *, char *, ...); 
     41extern (C) int xmlTextWriterEndDTDAttlist(void *); 
     42extern (C) int xmlTextWriterStartDTDAttlist(void *, char *); 
     43extern (C) int xmlTextWriterWriteDTDElement(void *, char *, char *); 
     44extern (C) int xmlTextWriterWriteVFormatDTDElement(void *, char *, char *, char *); 
     45extern (C) int xmlTextWriterWriteFormatDTDElement(void *, char *, char *, ...); 
     46extern (C) int xmlTextWriterEndDTDElement(void *); 
     47extern (C) int xmlTextWriterStartDTDElement(void *, char *); 
     48extern (C) int xmlTextWriterWriteDTD(void *, char *, char *, char *, char *); 
     49extern (C) int xmlTextWriterWriteVFormatDTD(void *, char *, char *, char *, char *, char *); 
     50extern (C) int xmlTextWriterWriteFormatDTD(void *, char *, char *, char *, char *, ...); 
     51extern (C) int xmlTextWriterEndDTD(void *); 
     52extern (C) int xmlTextWriterStartDTD(void *, char *, char *, char *); 
     53extern (C) int xmlTextWriterWriteCDATA(void *, char *); 
     54extern (C) int xmlTextWriterWriteVFormatCDATA(void *, char *, char *); 
     55extern (C) int xmlTextWriterWriteFormatCDATA(void *, char *, ...); 
     56extern (C) int xmlTextWriterEndCDATA(void *); 
     57extern (C) int xmlTextWriterStartCDATA(void *); 
     58extern (C) int xmlTextWriterWritePI(void *, char *, char *); 
     59extern (C) int xmlTextWriterWriteVFormatPI(void *, char *, char *, char *); 
     60extern (C) int xmlTextWriterWriteFormatPI(void *, char *, char *, ...); 
     61extern (C) int xmlTextWriterEndPI(void *); 
     62extern (C) int xmlTextWriterStartPI(void *, char *); 
     63extern (C) int xmlTextWriterWriteAttributeNS(void *, char *, char *, char *, char *); 
     64extern (C) int xmlTextWriterWriteVFormatAttributeNS(void *, char *, char *, char *, char *, char *); 
     65extern (C) int xmlTextWriterWriteFormatAttributeNS(void *, char *, char *, char *, char *, ...); 
     66extern (C) int xmlTextWriterWriteAttribute(void *, char *, char *); 
     67extern (C) int xmlTextWriterWriteVFormatAttribute(void *, char *, char *, char *); 
     68extern (C) int xmlTextWriterWriteFormatAttribute(void *, char *, char *, ...); 
     69extern (C) int xmlTextWriterEndAttribute(void *); 
     70extern (C) int xmlTextWriterStartAttributeNS(void *, char *, char *, char *); 
     71extern (C) int xmlTextWriterStartAttribute(void *, char *); 
     72extern (C) int xmlTextWriterWriteBinHex(void *, char *, int, int); 
     73extern (C) int xmlTextWriterWriteBase64(void *, char *, int, int); 
     74extern (C) int xmlTextWriterWriteString(void *, char *); 
     75extern (C) int xmlTextWriterWriteVFormatString(void *, char *, char *); 
     76extern (C) int xmlTextWriterWriteFormatString(void *, char *, ...); 
     77extern (C) int xmlTextWriterWriteRaw(void *, char *); 
     78extern (C) int xmlTextWriterWriteRawLen(void *, char *, int); 
     79extern (C) int xmlTextWriterWriteVFormatRaw(void *, char *, char *); 
     80extern (C) int xmlTextWriterWriteFormatRaw(void *, char *, ...); 
     81extern (C) int xmlTextWriterWriteElementNS(void *, char *, char *, char *, char *); 
     82extern (C) int xmlTextWriterWriteVFormatElementNS(void *, char *, char *, char *, char *, char *); 
     83extern (C) int xmlTextWriterWriteFormatElementNS(void *, char *, char *, char *, char *, ...); 
     84extern (C) int xmlTextWriterWriteElement(void *, char *, char *); 
     85extern (C) int xmlTextWriterWriteVFormatElement(void *, char *, char *, char *); 
     86extern (C) int xmlTextWriterWriteFormatElement(void *, char *, char *, ...); 
     87extern (C) int xmlTextWriterFullEndElement(void *); 
     88extern (C) int xmlTextWriterEndElement(void *); 
     89extern (C) int xmlTextWriterStartElementNS(void *, char *, char *, char *); 
     90extern (C) int xmlTextWriterStartElement(void *, char *); 
     91extern (C) int xmlTextWriterWriteComment(void *, char *); 
     92extern (C) int xmlTextWriterWriteVFormatComment(void *, char *, char *); 
     93extern (C) int xmlTextWriterWriteFormatComment(void *, char *, ...); 
     94extern (C) int xmlTextWriterEndComment(void *); 
     95extern (C) int xmlTextWriterStartComment(void *); 
     96extern (C) int xmlTextWriterEndDocument(void *); 
     97extern (C) int xmlTextWriterStartDocument(void *, char *, char *, char *); 
     98extern (C) void xmlFreeTextWriter(void *); 
     99extern (C) void * xmlNewTextWriterTree(_xmlDoc *, _xmlNode *, int); 
     100extern (C) void * xmlNewTextWriterDoc(_xmlDoc * *, int); 
     101extern (C) void * xmlNewTextWriterPushParser(_xmlParserCtxt *, int); 
     102extern (C) void * xmlNewTextWriterMemory(_xmlBuffer *, int); 
     103extern (C) void * xmlNewTextWriterFilename(char *, int); 
     104extern (C) void * xmlNewTextWriter(_xmlOutputBuffer *); 
     105alias void function(_xmlNode *) _BCD_func__1775
     106alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1776
     107alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1777
     108alias char * function(char *) _BCD_func__1782
     109alias void * function(void *, uint) _BCD_func__1783
     110alias void * function(uint) _BCD_func__1784
     111alias void function(void *) _BCD_func__1785
     112alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1792
     113alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1793
     114alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1794
     115alias void function(void *, _xmlNode *) _BCD_func__1795
     116alias int function(void *, void *) _BCD_func__1812
     117alias int function(char *, int *, char *, int *) _BCD_func__1970
     118alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__1973
     119alias void function(void *, char *, char *, char *) _BCD_func__2004
     120alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2005
    120121alias int function(void *) _BCD_func__1478; 
    121 alias void function(void *, char *, ...) _BCD_func__2000
    122 alias void function(void *, char *, int) _BCD_func__2001
    123 alias void function(void *, char *) _BCD_func__2002
    124 alias void function(void *, char *, char *) _BCD_func__2003
    125 alias void function(void *, char *, char * *) _BCD_func__2004
    126 alias void function(void *, _xmlSAXLocator *) _BCD_func__2005
    127 alias void function(void *, char *, char *, char *, char *) _BCD_func__2006
    128 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2007
    129 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2008
    130 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2009
    131 alias _xmlEntity * function(void *, char *) _BCD_func__2010
    132 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2011
    133 alias void function(char *) _BCD_func__2024
    134 alias void function(void *) _BCD_func__2044
    135 alias void function(void *, _xmlError *) _BCD_func__2045
    136 alias void function(void *, void *, char *, char *, char *) _BCD_func__2061
    137 alias void function(void *, void *, char *) _BCD_func__2062
    138 alias void * function(void *, char *) _BCD_func__2063
    139 alias void function(void *, char *) _BCD_func__2064
    140 alias void function(void *, char *, void *, void *) _BCD_func__2183
    141 alias int function(void *, char *, int) _BCD_func__2407
    142 alias void * function(char *) _BCD_func__2408
    143 alias int function(char *) _BCD_func__2409
    144 alias int function(void *, char *, int) _BCD_func__2410
     122alias void function(void *, char *, ...) _BCD_func__2006
     123alias void function(void *, char *, int) _BCD_func__2007
     124alias void function(void *, char *) _BCD_func__2008
     125alias void function(void *, char *, char *) _BCD_func__2009
     126alias void function(void *, char *, char * *) _BCD_func__2010
     127alias void function(void *, _xmlSAXLocator *) _BCD_func__2011
     128alias void function(void *, char *, char *, char *, char *) _BCD_func__2012
     129alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2013
     130alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2014
     131alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2015
     132alias _xmlEntity * function(void *, char *) _BCD_func__2016
     133alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2017
     134alias void function(char *) _BCD_func__2030
     135alias void function(void *) _BCD_func__2050
     136alias void function(void *, _xmlError *) _BCD_func__2051
     137alias void function(void *, void *, char *, char *, char *) _BCD_func__2067
     138alias void function(void *, void *, char *) _BCD_func__2068
     139alias void * function(void *, char *) _BCD_func__2069
     140alias void function(void *, char *) _BCD_func__2070
     141alias void function(void *, char *, void *, void *) _BCD_func__2189
     142alias int function(void *, char *, int) _BCD_func__2413
     143alias void * function(char *) _BCD_func__2414
     144alias int function(char *) _BCD_func__2415
     145alias int function(void *, char *, int) _BCD_func__2416
    145146alias int function(void *, long *, int) _BCD_func__1480; 
    146147alias int function(void *, char *, uint) _BCD_func__1482; 
    147148alias int function(void *, char *, uint) _BCD_func__1484; 
    148 alias int function(void * *, char *) _BCD_func__2459; 
    149 alias int function(char *, char * * *, uint *) _BCD_func__2460; 
    150 alias int function(void *, char *, char *, char *, char *) _BCD_func__2461; 
    151 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2462; 
    152 alias void function(__gconv_step *) _BCD_func__2463; 
    153 alias int function(__gconv_step *) _BCD_func__2464; 
    154 alias uint function(__gconv_step *, char) _BCD_func__2465; 
    155 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2466; 
     149alias int function(void * *, char *) _BCD_func__2465; 
     150alias int function(char *, char * * *, uint *) _BCD_func__2466; 
     151alias int function(void *, char *, char *, char *, char *) _BCD_func__2467; 
  • trunk/bindings/bcd/libxml2/xpath.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xpath; 
    3 import bcd.libxml2.parser; 
    4 import bcd.libxml2.xmlIO; 
    5 import bcd.libxml2.globals; 
    6 import bcd.libxml2.threads; 
    7 import bcd.libxml2.xmlmemory; 
    8 import bcd.libxml2.SAX2; 
    9 import bcd.libxml2.SAX; 
    10 import bcd.libxml2.xlink; 
    11 import bcd.libxml2.encoding; 
    12 import bcd.libxml2.entities; 
    13 import bcd.libxml2.hash; 
    14 import bcd.libxml2.valid; 
    15 import bcd.libxml2.xmlautomata; 
    16 import bcd.libxml2.list; 
    17 import bcd.libxml2.xmlerror; 
    18 import bcd.libxml2.tree; 
    19 import bcd.libxml2.xmlregexp; 
    20 import bcd.libxml2.dict; 
    21 import bcd.libxml2.xmlstring; 
    22 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.parser; 
     5public import bcd.libxml2.xmlIO; 
     6public import bcd.libxml2.globals; 
     7public import bcd.libxml2.threads; 
     8public import bcd.libxml2.xmlmemory; 
     9public import bcd.libxml2.SAX2; 
     10public import bcd.libxml2.SAX; 
     11public import bcd.libxml2.xlink; 
     12public import bcd.libxml2.encoding; 
     13public import bcd.libxml2.entities; 
     14public import bcd.libxml2.hash; 
     15public import bcd.libxml2.valid; 
     16public import bcd.libxml2.xmlautomata; 
     17public import bcd.libxml2.list; 
     18public import bcd.libxml2.xmlerror; 
     19public import bcd.libxml2.tree; 
     20public import bcd.libxml2.xmlregexp; 
     21public import bcd.libxml2.dict; 
     22public import bcd.libxml2.xmlstring; 
     23public import bcd.libxml2.xmlversion; 
    2324alias void xmlXPathCompExpr; 
    2425alias void * xmlXPathCompExprPtr; 
    2526alias _xmlXPathParserContext xmlXPathParserContext; 
    26 alias void function(_xmlXPathParserContext *, int) _BCD_func__1730
    27 alias _BCD_func__1730 xmlXPathFunction; 
    28 alias _BCD_func__1730 function(void *, char *, char *) _BCD_func__1728
    29 alias _BCD_func__1728 xmlXPathFuncLookupFunc; 
     27alias void function(_xmlXPathParserContext *, int) _BCD_func__1736
     28alias _BCD_func__1736 xmlXPathFunction; 
     29alias _BCD_func__1736 function(void *, char *, char *) _BCD_func__1734
     30alias _BCD_func__1734 xmlXPathFuncLookupFunc; 
    3031alias _xmlXPathObject xmlXPathObject; 
    3132alias _xmlXPathObject * xmlXPathObjectPtr; 
    32 alias _xmlXPathObject * function(void *, char *, char *) _BCD_func__1729
    33 alias _BCD_func__1729 xmlXPathVariableLookupFunc; 
     33alias _xmlXPathObject * function(void *, char *, char *) _BCD_func__1735
     34alias _BCD_func__1735 xmlXPathVariableLookupFunc; 
    3435alias _xmlXPathAxis xmlXPathAxis; 
    3536alias _xmlXPathAxis * xmlXPathAxisPtr; 
    36 alias _xmlXPathObject * function(_xmlXPathParserContext *, _xmlXPathObject *) _BCD_func__1735
    37 alias _BCD_func__1735 xmlXPathAxisFunc; 
     37alias _xmlXPathObject * function(_xmlXPathParserContext *, _xmlXPathObject *) _BCD_func__1741
     38alias _BCD_func__1741 xmlXPathAxisFunc; 
    3839alias _xmlXPathFunct xmlXPathFunct; 
    3940alias _xmlXPathFunct * xmlXPathFuncPtr; 
    40 alias _BCD_func__1730 xmlXPathEvalFunc; 
     41alias _BCD_func__1736 xmlXPathEvalFunc; 
    4142alias _xmlXPathVariable xmlXPathVariable; 
    4243alias _xmlXPathVariable * xmlXPathVariablePtr; 
    4344alias _xmlXPathType xmlXPathType; 
    4445alias _xmlXPathType * xmlXPathTypePtr; 
    45 alias int function(_xmlXPathObject *, int) _BCD_func__1748
    46 alias _BCD_func__1748 xmlXPathConvertFunc; 
     46alias int function(_xmlXPathObject *, int) _BCD_func__1754
     47alias _BCD_func__1754 xmlXPathConvertFunc; 
    4748enum xmlXPathObjectType { 
    4849XPATH_UNDEFINED=0, 
     
    8788alias _xmlXPathContext xmlXPathContext; 
    8889alias _xmlXPathContext * xmlXPathContextPtr; 
    89 alias void function(void *, _xmlError *) _BCD_func__2143
    90 extern (C) int xmlXPathIsInf(double val); 
    91 extern (C) int xmlXPathIsNaN(double val); 
     90alias void function(void *, _xmlError *) _BCD_func__2149
     91extern (C) int xmlXPathIsInf(double); 
     92extern (C) int xmlXPathIsNaN(double); 
    9293extern (C) void xmlXPathInit(); 
    93 extern (C) void xmlXPathFreeCompExpr(void * comp); 
    94 extern (C) _xmlXPathObject * xmlXPathCompiledEval(void * comp, _xmlXPathContext * ctx); 
    95 extern (C) void * xmlXPathCtxtCompile(_xmlXPathContext * ctxt, char * str); 
    96 extern (C) void * xmlXPathCompile(char * str); 
    97 extern (C) int xmlXPathEvalPredicate(_xmlXPathContext * ctxt, _xmlXPathObject * res); 
    98 extern (C) _xmlXPathObject * xmlXPathEvalExpression(char * str, _xmlXPathContext * ctxt); 
    99 extern (C) _xmlXPathObject * xmlXPathEval(char * str, _xmlXPathContext * ctx); 
    100 extern (C) int xmlXPathOrderDocElems(_xmlDoc * doc); 
    101 extern (C) void xmlXPathFreeContext(_xmlXPathContext * ctxt); 
    102 extern (C) _xmlXPathContext * xmlXPathNewContext(_xmlDoc * doc); 
    103 extern (C) _xmlXPathObject * xmlXPathConvertString(_xmlXPathObject * val); 
    104 extern (C) _xmlXPathObject * xmlXPathConvertNumber(_xmlXPathObject * val); 
    105 extern (C) _xmlXPathObject * xmlXPathConvertBoolean(_xmlXPathObject * val); 
    106 extern (C) char * xmlXPathCastToString(_xmlXPathObject * val); 
    107 extern (C) char * xmlXPathCastNodeSetToString(_xmlNodeSet * ns); 
    108 extern (C) char * xmlXPathCastNodeToString(_xmlNode * node); 
    109 extern (C) char * xmlXPathCastNumberToString(double val); 
    110 extern (C) char * xmlXPathCastBooleanToString(int val); 
    111 extern (C) double xmlXPathCastToNumber(_xmlXPathObject * val); 
    112 extern (C) double xmlXPathCastNodeSetToNumber(_xmlNodeSet * ns); 
    113 extern (C) double xmlXPathCastNodeToNumber(_xmlNode * node); 
    114 extern (C) double xmlXPathCastStringToNumber(char * val); 
    115 extern (C) double xmlXPathCastBooleanToNumber(int val); 
    116 extern (C) int xmlXPathCastToBoolean(_xmlXPathObject * val); 
    117 extern (C) int xmlXPathCastNodeSetToBoolean(_xmlNodeSet * ns); 
    118 extern (C) int xmlXPathCastStringToBoolean(char * val); 
    119 extern (C) int xmlXPathCastNumberToBoolean(double val); 
    120 extern (C) int xmlXPathCmpNodes(_xmlNode * node1, _xmlNode * node2); 
    121 extern (C) _xmlXPathObject * xmlXPathObjectCopy(_xmlXPathObject * val); 
    122 extern (C) void xmlXPathFreeNodeSet(_xmlNodeSet * obj); 
    123 extern (C) void xmlXPathFreeNodeSetList(_xmlXPathObject * obj); 
    124 extern (C) _xmlNodeSet * xmlXPathNodeSetCreate(_xmlNode * val); 
    125 extern (C) void xmlXPathFreeObject(_xmlXPathObject * obj); 
    126 alias void function(_xmlNode *) _BCD_func__1870
    127 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1871
    128 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1872
    129 alias char * function(char *) _BCD_func__1877
    130 alias void * function(void *, uint) _BCD_func__1878
    131 alias void * function(uint) _BCD_func__1879
    132 alias void function(void *) _BCD_func__1880
    133 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1887
    134 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1888
    135 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1889
    136 alias void function(void *, _xmlNode *) _BCD_func__1890
    137 alias int function(void *, void *) _BCD_func__1906
     94extern (C) void xmlXPathFreeCompExpr(void *); 
     95extern (C) _xmlXPathObject * xmlXPathCompiledEval(void *, _xmlXPathContext *); 
     96extern (C) void * xmlXPathCtxtCompile(_xmlXPathContext *, char *); 
     97extern (C) void * xmlXPathCompile(char *); 
     98extern (C) int xmlXPathEvalPredicate(_xmlXPathContext *, _xmlXPathObject *); 
     99extern (C) _xmlXPathObject * xmlXPathEvalExpression(char *, _xmlXPathContext *); 
     100extern (C) _xmlXPathObject * xmlXPathEval(char *, _xmlXPathContext *); 
     101extern (C) int xmlXPathOrderDocElems(_xmlDoc *); 
     102extern (C) void xmlXPathFreeContext(_xmlXPathContext *); 
     103extern (C) _xmlXPathContext * xmlXPathNewContext(_xmlDoc *); 
     104extern (C) _xmlXPathObject * xmlXPathConvertString(_xmlXPathObject *); 
     105extern (C) _xmlXPathObject * xmlXPathConvertNumber(_xmlXPathObject *); 
     106extern (C) _xmlXPathObject * xmlXPathConvertBoolean(_xmlXPathObject *); 
     107extern (C) char * xmlXPathCastToString(_xmlXPathObject *); 
     108extern (C) char * xmlXPathCastNodeSetToString(_xmlNodeSet *); 
     109extern (C) char * xmlXPathCastNodeToString(_xmlNode *); 
     110extern (C) char * xmlXPathCastNumberToString(double); 
     111extern (C) char * xmlXPathCastBooleanToString(int); 
     112extern (C) double xmlXPathCastToNumber(_xmlXPathObject *); 
     113extern (C) double xmlXPathCastNodeSetToNumber(_xmlNodeSet *); 
     114extern (C) double xmlXPathCastNodeToNumber(_xmlNode *); 
     115extern (C) double xmlXPathCastStringToNumber(char *); 
     116extern (C) double xmlXPathCastBooleanToNumber(int); 
     117extern (C) int xmlXPathCastToBoolean(_xmlXPathObject *); 
     118extern (C) int xmlXPathCastNodeSetToBoolean(_xmlNodeSet *); 
     119extern (C) int xmlXPathCastStringToBoolean(char *); 
     120extern (C) int xmlXPathCastNumberToBoolean(double); 
     121extern (C) int xmlXPathCmpNodes(_xmlNode *, _xmlNode *); 
     122extern (C) _xmlXPathObject * xmlXPathObjectCopy(_xmlXPathObject *); 
     123extern (C) void xmlXPathFreeNodeSet(_xmlNodeSet *); 
     124extern (C) void xmlXPathFreeNodeSetList(_xmlXPathObject *); 
     125extern (C) _xmlNodeSet * xmlXPathNodeSetCreate(_xmlNode *); 
     126extern (C) void xmlXPathFreeObject(_xmlXPathObject *); 
     127alias void function(_xmlNode *) _BCD_func__1876
     128alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1877
     129alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1878
     130alias char * function(char *) _BCD_func__1883
     131alias void * function(void *, uint) _BCD_func__1884
     132alias void * function(uint) _BCD_func__1885
     133alias void function(void *) _BCD_func__1886
     134alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1893
     135alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1894
     136alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1895
     137alias void function(void *, _xmlNode *) _BCD_func__1896
     138alias int function(void *, void *) _BCD_func__1912
    138139alias int function(void *) _BCD_func__1483; 
    139 alias int function(void *, char *, int) _BCD_func__2049
    140 alias void * function(char *) _BCD_func__2050
    141 alias int function(char *) _BCD_func__2051
    142 alias int function(void *, char *, int) _BCD_func__2052
    143 alias int function(char *, int *, char *, int *) _BCD_func__2062
    144 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2065
    145 alias void function(void *, char *, char *, char *) _BCD_func__2096
    146 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2097
    147 alias void function(void *, char *, ...) _BCD_func__2098
    148 alias void function(void *, char *, int) _BCD_func__2099
    149 alias void function(void *, char *) _BCD_func__2100
    150 alias void function(void *, char *, char *) _BCD_func__2101
    151 alias void function(void *, char *, char * *) _BCD_func__2102
    152 alias void function(void *, _xmlSAXLocator *) _BCD_func__2103
    153 alias void function(void *, char *, char *, char *, char *) _BCD_func__2104
    154 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2105
    155 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2106
    156 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2107
    157 alias _xmlEntity * function(void *, char *) _BCD_func__2108
    158 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2109
    159 alias void function(char *) _BCD_func__2122
    160 alias void function(void *) _BCD_func__2142
    161 alias void function(void *, void *, char *, char *, char *) _BCD_func__2159
    162 alias void function(void *, void *, char *) _BCD_func__2160
    163 alias void * function(void *, char *) _BCD_func__2161
    164 alias void function(void *, char *) _BCD_func__2162
    165 alias void function(void *, char *, void *, void *) _BCD_func__2281
     140alias int function(void *, char *, int) _BCD_func__2055
     141alias void * function(char *) _BCD_func__2056
     142alias int function(char *) _BCD_func__2057
     143alias int function(void *, char *, int) _BCD_func__2058
     144alias int function(char *, int *, char *, int *) _BCD_func__2068
     145alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2071
     146alias void function(void *, char *, char *, char *) _BCD_func__2102
     147alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2103
     148alias void function(void *, char *, ...) _BCD_func__2104
     149alias void function(void *, char *, int) _BCD_func__2105
     150alias void function(void *, char *) _BCD_func__2106
     151alias void function(void *, char *, char *) _BCD_func__2107
     152alias void function(void *, char *, char * *) _BCD_func__2108
     153alias void function(void *, _xmlSAXLocator *) _BCD_func__2109
     154alias void function(void *, char *, char *, char *, char *) _BCD_func__2110
     155alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2111
     156alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2112
     157alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2113
     158alias _xmlEntity * function(void *, char *) _BCD_func__2114
     159alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2115
     160alias void function(char *) _BCD_func__2128
     161alias void function(void *) _BCD_func__2148
     162alias void function(void *, void *, char *, char *, char *) _BCD_func__2165
     163alias void function(void *, void *, char *) _BCD_func__2166
     164alias void * function(void *, char *) _BCD_func__2167
     165alias void function(void *, char *) _BCD_func__2168
     166alias void function(void *, char *, void *, void *) _BCD_func__2287
    166167alias int function(void *, long *, int) _BCD_func__1485; 
    167168alias int function(void *, char *, uint) _BCD_func__1487; 
    168169alias int function(void *, char *, uint) _BCD_func__1489; 
    169 alias int function(void * *, char *) _BCD_func__2553; 
    170 alias int function(char *, char * * *, uint *) _BCD_func__2554; 
    171 alias int function(void *, char *, char *, char *, char *) _BCD_func__2555; 
    172 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2556; 
    173 alias void function(__gconv_step *) _BCD_func__2557; 
    174 alias int function(__gconv_step *) _BCD_func__2558; 
    175 alias uint function(__gconv_step *, char) _BCD_func__2559; 
    176 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2560; 
     170alias int function(void * *, char *) _BCD_func__2559; 
     171alias int function(char *, char * * *, uint *) _BCD_func__2560; 
     172alias int function(void *, char *, char *, char *, char *) _BCD_func__2561; 
    177173struct _xmlXPathAxis { 
    178174char * name; 
    179 _BCD_func__1735 func; 
     175_BCD_func__1741 func; 
    180176} 
    181177struct _xmlXPathFunct { 
    182178char * name; 
    183 _BCD_func__1730 func; 
     179_BCD_func__1736 func; 
    184180} 
    185181struct _xmlXPathVariable { 
     
    189185struct _xmlXPathType { 
    190186char * name; 
    191 _BCD_func__1748 func; 
     187_BCD_func__1754 func; 
    192188} 
    193189struct _xmlXPathObject { 
     
    244240_xmlNode * origin; 
    245241void * nsHash; 
    246 _BCD_func__1729 varLookupFunc; 
     242_BCD_func__1735 varLookupFunc; 
    247243void * varLookupData; 
    248244void * extra; 
    249245char * function_; 
    250246char * functionURI; 
    251 _BCD_func__1728 funcLookupFunc; 
     247_BCD_func__1734 funcLookupFunc; 
    252248void * funcLookupData; 
    253249_xmlNs * * tmpNsList; 
    254250int tmpNsNr; 
    255251void * userData; 
    256 _BCD_func__2143 error; 
     252_BCD_func__2149 error; 
    257253_xmlError lastError; 
    258254_xmlNode * debugNode; 
     
    260256int flags; 
    261257} 
    262 extern (C) double xmlXPathNINF; 
    263 extern (C) double xmlXPathPINF; 
    264 extern (C) double xmlXPathNAN; 
     258extern (C) extern double xmlXPathNINF; 
     259extern (C) extern double xmlXPathPINF; 
     260extern (C) extern double xmlXPathNAN; 
  • trunk/bindings/bcd/libxml2/xpathInternals.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xpathInternals; 
    3 import bcd.libxml2.xpath; 
    4 import bcd.libxml2.parser; 
    5 import bcd.libxml2.xmlIO; 
    6 import bcd.libxml2.globals; 
    7 import bcd.libxml2.threads; 
    8 import bcd.libxml2.xmlmemory; 
    9 import bcd.libxml2.SAX2; 
    10 import bcd.libxml2.SAX; 
    11 import bcd.libxml2.xlink; 
    12 import bcd.libxml2.encoding; 
    13 import bcd.libxml2.entities; 
    14 import bcd.libxml2.hash; 
    15 import bcd.libxml2.valid; 
    16 import bcd.libxml2.xmlautomata; 
    17 import bcd.libxml2.list; 
    18 import bcd.libxml2.xmlerror; 
    19 import bcd.libxml2.tree; 
    20 import bcd.libxml2.xmlregexp; 
    21 import bcd.libxml2.dict; 
    22 import bcd.libxml2.xmlstring; 
    23 import bcd.libxml2.xmlversion; 
    24 extern (C) void xmlXPathNodeSetFreeNs(_xmlNs * ns); 
    25 extern (C) void xmlXPathBooleanFunction(_xmlXPathParserContext * ctxt, int nargs); 
    26 extern (C) void xmlXPathRoundFunction(_xmlXPathParserContext * ctxt, int nargs); 
    27 extern (C) void xmlXPathCeilingFunction(_xmlXPathParserContext * ctxt, int nargs); 
    28 extern (C) void xmlXPathFloorFunction(_xmlXPathParserContext * ctxt, int nargs); 
    29 extern (C) void xmlXPathSumFunction(_xmlXPathParserContext * ctxt, int nargs); 
    30 extern (C) void xmlXPathNumberFunction(_xmlXPathParserContext * ctxt, int nargs); 
    31 extern (C) void xmlXPathLangFunction(_xmlXPathParserContext * ctxt, int nargs); 
    32 extern (C) void xmlXPathFalseFunction(_xmlXPathParserContext * ctxt, int nargs); 
    33 extern (C) void xmlXPathTrueFunction(_xmlXPathParserContext * ctxt, int nargs); 
    34 extern (C) void xmlXPathNotFunction(_xmlXPathParserContext * ctxt, int nargs); 
    35 extern (C) void xmlXPathTranslateFunction(_xmlXPathParserContext * ctxt, int nargs); 
    36 extern (C) void xmlXPathNormalizeFunction(_xmlXPathParserContext * ctxt, int nargs); 
    37 extern (C) void xmlXPathSubstringAfterFunction(_xmlXPathParserContext * ctxt, int nargs); 
    38 extern (C) void xmlXPathSubstringBeforeFunction(_xmlXPathParserContext * ctxt, int nargs); 
    39 extern (C) void xmlXPathSubstringFunction(_xmlXPathParserContext * ctxt, int nargs); 
    40 extern (C) void xmlXPathStartsWithFunction(_xmlXPathParserContext * ctxt, int nargs); 
    41 extern (C) void xmlXPathContainsFunction(_xmlXPathParserContext * ctxt, int nargs); 
    42 extern (C) void xmlXPathConcatFunction(_xmlXPathParserContext * ctxt, int nargs); 
    43 extern (C) void xmlXPathStringLengthFunction(_xmlXPathParserContext * ctxt, int nargs); 
    44 extern (C) void xmlXPathStringFunction(_xmlXPathParserContext * ctxt, int nargs); 
    45 extern (C) void xmlXPathNamespaceURIFunction(_xmlXPathParserContext * ctxt, int nargs); 
    46 extern (C) void xmlXPathLocalNameFunction(_xmlXPathParserContext * ctxt, int nargs); 
    47 extern (C) void xmlXPathIdFunction(_xmlXPathParserContext * ctxt, int nargs); 
    48 extern (C) void xmlXPathCountFunction(_xmlXPathParserContext * ctxt, int nargs); 
    49 extern (C) void xmlXPathPositionFunction(_xmlXPathParserContext * ctxt, int nargs); 
    50 extern (C) void xmlXPathLastFunction(_xmlXPathParserContext * ctxt, int nargs); 
    51 extern (C) _xmlNode * xmlXPathNextPrecedingSibling(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    52 extern (C) _xmlNode * xmlXPathNextAncestor(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    53 extern (C) _xmlNode * xmlXPathNextPreceding(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    54 extern (C) _xmlNode * xmlXPathNextAttribute(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    55 extern (C) _xmlNode * xmlXPathNextNamespace(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    56 extern (C) _xmlNode * xmlXPathNextFollowing(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    57 extern (C) _xmlNode * xmlXPathNextFollowingSibling(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    58 extern (C) _xmlNode * xmlXPathNextAncestorOrSelf(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    59 extern (C) _xmlNode * xmlXPathNextParent(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    60 extern (C) _xmlNode * xmlXPathNextDescendantOrSelf(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    61 extern (C) _xmlNode * xmlXPathNextDescendant(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    62 extern (C) _xmlNode * xmlXPathNextChild(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    63 extern (C) _xmlNode * xmlXPathNextSelf(_xmlXPathParserContext * ctxt, _xmlNode * cur); 
    64 extern (C) int xmlXPathIsNodeType(char * name); 
    65 extern (C) void xmlXPathModValues(_xmlXPathParserContext * ctxt); 
    66 extern (C) void xmlXPathDivValues(_xmlXPathParserContext * ctxt); 
    67 extern (C) void xmlXPathMultValues(_xmlXPathParserContext * ctxt); 
    68 extern (C) void xmlXPathSubValues(_xmlXPathParserContext * ctxt); 
    69 extern (C) void xmlXPathAddValues(_xmlXPathParserContext * ctxt); 
    70 extern (C) void xmlXPathValueFlipSign(_xmlXPathParserContext * ctxt); 
    71 extern (C) int xmlXPathCompareValues(_xmlXPathParserContext * ctxt, int inf, int strict); 
    72 extern (C) int xmlXPathNotEqualValues(_xmlXPathParserContext * ctxt); 
    73 extern (C) int xmlXPathEqualValues(_xmlXPathParserContext * ctxt); 
    74 extern (C) _xmlXPathObject * xmlXPathWrapExternal(void * val); 
    75 extern (C) _xmlXPathObject * xmlXPathWrapNodeSet(_xmlNodeSet * val); 
    76 extern (C) _xmlXPathObject * xmlXPathNewNodeSetList(_xmlNodeSet * val); 
    77 extern (C) void xmlXPathNodeSetRemove(_xmlNodeSet * cur, int val); 
    78 extern (C) void xmlXPathNodeSetDel(_xmlNodeSet * cur, _xmlNode * val); 
    79 extern (C) _xmlNodeSet * xmlXPathNodeSetMerge(_xmlNodeSet * val1, _xmlNodeSet * val2); 
    80 extern (C) void xmlXPathRegisterAllFunctions(_xmlXPathContext * ctxt); 
    81 extern (C) int xmlXPathEvaluatePredicateResult(_xmlXPathParserContext * ctxt, _xmlXPathObject * res); 
    82 extern (C) double xmlXPathStringEvalNumber(char * str); 
    83 extern (C) char * xmlXPathParseNCName(_xmlXPathParserContext * ctxt); 
    84 extern (C) char * xmlXPathParseName(_xmlXPathParserContext * ctxt); 
    85 extern (C) void xmlXPathEvalExpr(_xmlXPathParserContext * ctxt); 
    86 extern (C) void xmlXPathRoot(_xmlXPathParserContext * ctxt); 
    87 extern (C) void xmlXPathNodeSetSort(_xmlNodeSet * set); 
    88 extern (C) void xmlXPathNodeSetAddNs(_xmlNodeSet * cur, _xmlNode * node, _xmlNs * ns); 
    89 extern (C) void xmlXPathNodeSetAddUnique(_xmlNodeSet * cur, _xmlNode * val); 
    90 extern (C) void xmlXPathNodeSetAdd(_xmlNodeSet * cur, _xmlNode * val); 
    91 extern (C) _xmlXPathObject * xmlXPathNewValueTree(_xmlNode * val); 
    92 extern (C) _xmlXPathObject * xmlXPathNewNodeSet(_xmlNode * val); 
    93 extern (C) _xmlXPathObject * xmlXPathNewBoolean(int val); 
    94 extern (C) _xmlXPathObject * xmlXPathNewFloat(double val); 
    95 extern (C) _xmlXPathObject * xmlXPathWrapCString(char * val); 
    96 extern (C) _xmlXPathObject * xmlXPathWrapString(char * val); 
    97 extern (C) _xmlXPathObject * xmlXPathNewCString(char * val); 
    98 extern (C) _xmlXPathObject * xmlXPathNewString(char * val); 
    99 extern (C) int valuePush(_xmlXPathParserContext * ctxt, _xmlXPathObject * value); 
    100 extern (C) _xmlXPathObject * valuePop(_xmlXPathParserContext * ctxt); 
    101 extern (C) void xmlXPathFreeParserContext(_xmlXPathParserContext * ctxt); 
    102 extern (C) _xmlXPathParserContext * xmlXPathNewParserContext(char * str, _xmlXPathContext * ctxt); 
    103 extern (C) void xmlXPathRegisteredVariablesCleanup(_xmlXPathContext * ctxt); 
    104 extern (C) _xmlXPathObject * xmlXPathVariableLookupNS(_xmlXPathContext * ctxt, char * name, char * ns_uri); 
    105 extern (C) _xmlXPathObject * xmlXPathVariableLookup(_xmlXPathContext * ctxt, char * name); 
    106 extern (C) void xmlXPathRegisteredFuncsCleanup(_xmlXPathContext * ctxt); 
    107 alias void function(_xmlXPathParserContext *, int) _BCD_func__1849; 
    108 extern (C) _BCD_func__1849 xmlXPathFunctionLookupNS(_xmlXPathContext * ctxt, char * name, char * ns_uri); 
    109 extern (C) _BCD_func__1849 xmlXPathFunctionLookup(_xmlXPathContext * ctxt, char * name); 
    110 extern (C) int xmlXPathRegisterVariableNS(_xmlXPathContext * ctxt, char * name, char * ns_uri, _xmlXPathObject * value); 
    111 extern (C) int xmlXPathRegisterVariable(_xmlXPathContext * ctxt, char * name, _xmlXPathObject * value); 
    112 extern (C) int xmlXPathRegisterFuncNS(_xmlXPathContext * ctxt, char * name, char * ns_uri, _BCD_func__1849 f); 
    113 extern (C) int xmlXPathRegisterFunc(_xmlXPathContext * ctxt, char * name, _BCD_func__1849 f); 
    114 extern (C) void xmlXPathRegisteredNsCleanup(_xmlXPathContext * ctxt); 
    115 extern (C) char * xmlXPathNsLookup(_xmlXPathContext * ctxt, char * prefix); 
    116 extern (C) int xmlXPathRegisterNs(_xmlXPathContext * ctxt, char * prefix, char * ns_uri); 
    117 extern (C) _xmlNodeSet * xmlXPathTrailing(_xmlNodeSet * nodes1, _xmlNodeSet * nodes2); 
    118 extern (C) _xmlNodeSet * xmlXPathNodeTrailing(_xmlNodeSet * nodes, _xmlNode * node); 
    119 extern (C) _xmlNodeSet * xmlXPathTrailingSorted(_xmlNodeSet * nodes1, _xmlNodeSet * nodes2); 
    120 extern (C) _xmlNodeSet * xmlXPathNodeTrailingSorted(_xmlNodeSet * nodes, _xmlNode * node); 
    121 extern (C) _xmlNodeSet * xmlXPathLeading(_xmlNodeSet * nodes1, _xmlNodeSet * nodes2); 
    122 extern (C) _xmlNodeSet * xmlXPathNodeLeading(_xmlNodeSet * nodes, _xmlNode * node); 
    123 extern (C) _xmlNodeSet * xmlXPathLeadingSorted(_xmlNodeSet * nodes1, _xmlNodeSet * nodes2); 
    124 extern (C) _xmlNodeSet * xmlXPathNodeLeadingSorted(_xmlNodeSet * nodes, _xmlNode * node); 
    125 extern (C) int xmlXPathHasSameNodes(_xmlNodeSet * nodes1, _xmlNodeSet * nodes2); 
    126 extern (C) _xmlNodeSet * xmlXPathDistinct(_xmlNodeSet * nodes); 
    127 extern (C) _xmlNodeSet * xmlXPathDistinctSorted(_xmlNodeSet * nodes); 
    128 extern (C) _xmlNodeSet * xmlXPathIntersection(_xmlNodeSet * nodes1, _xmlNodeSet * nodes2); 
    129 extern (C) _xmlNodeSet * xmlXPathDifference(_xmlNodeSet * nodes1, _xmlNodeSet * nodes2); 
    130 extern (C) int xmlXPathNodeSetContains(_xmlNodeSet * cur, _xmlNode * val); 
    131 extern (C) void xmlXPathDebugDumpCompExpr(_IO_FILE * output, void * comp, int depth); 
    132 extern (C) void xmlXPathDebugDumpObject(_IO_FILE * output, _xmlXPathObject * cur, int depth); 
    133 extern (C) void xmlXPathErr(_xmlXPathParserContext * ctxt, int error); 
    134 extern (C) void xmlXPatherror(_xmlXPathParserContext * ctxt, char * file, int line, int no); 
    135 alias _BCD_func__1849 function(void *, char *, char *) _BCD_func__1847; 
    136 extern (C) void xmlXPathRegisterFuncLookup(_xmlXPathContext * ctxt, _BCD_func__1847 f, void * funcCtxt); 
    137 alias _xmlXPathObject * function(void *, char *, char *) _BCD_func__1848; 
    138 extern (C) void xmlXPathRegisterVariableLookup(_xmlXPathContext * ctxt, _BCD_func__1848 f, void * data); 
    139 extern (C) void * xmlXPathPopExternal(_xmlXPathParserContext * ctxt); 
    140 extern (C) _xmlNodeSet * xmlXPathPopNodeSet(_xmlXPathParserContext * ctxt); 
    141 extern (C) char * xmlXPathPopString(_xmlXPathParserContext * ctxt); 
    142 extern (C) double xmlXPathPopNumber(_xmlXPathParserContext * ctxt); 
    143 extern (C) int xmlXPathPopBoolean(_xmlXPathParserContext * ctxt); 
    144 alias _xmlXPathObject * function(_xmlXPathParserContext *, _xmlXPathObject *) _BCD_func__1854; 
    145 alias int function(_xmlXPathObject *, int) _BCD_func__1867; 
    146 alias void function(_xmlNode *) _BCD_func__1987; 
    147 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1988; 
    148 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1989; 
    149 alias char * function(char *) _BCD_func__1994; 
    150 alias void * function(void *, uint) _BCD_func__1995; 
    151 alias void * function(uint) _BCD_func__1996; 
    152 alias void function(void *) _BCD_func__1997; 
    153 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__2004; 
    154 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__2005; 
    155 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__2006; 
    156 alias void function(void *, _xmlNode *) _BCD_func__2007; 
    157 alias int function(void *, void *) _BCD_func__2023; 
     3align(4): 
     4public import bcd.libxml2.xpath; 
     5public import bcd.libxml2.parser; 
     6public import bcd.libxml2.xmlIO; 
     7public import bcd.libxml2.globals; 
     8public import bcd.libxml2.threads; 
     9public import bcd.libxml2.xmlmemory; 
     10public import bcd.libxml2.SAX2; 
     11public import bcd.libxml2.SAX; 
     12public import bcd.libxml2.xlink; 
     13public import bcd.libxml2.encoding; 
     14public import bcd.libxml2.entities; 
     15public import bcd.libxml2.hash; 
     16public import bcd.libxml2.valid; 
     17public import bcd.libxml2.xmlautomata; 
     18public import bcd.libxml2.list; 
     19public import bcd.libxml2.xmlerror; 
     20public import bcd.libxml2.tree; 
     21public import bcd.libxml2.xmlregexp; 
     22public import bcd.libxml2.dict; 
     23public import bcd.libxml2.xmlstring; 
     24public import bcd.libxml2.xmlversion; 
     25extern (C) void xmlXPathNodeSetFreeNs(_xmlNs *); 
     26extern (C) void xmlXPathBooleanFunction(_xmlXPathParserContext *, int); 
     27extern (C) void xmlXPathRoundFunction(_xmlXPathParserContext *, int); 
     28extern (C) void xmlXPathCeilingFunction(_xmlXPathParserContext *, int); 
     29extern (C) void xmlXPathFloorFunction(_xmlXPathParserContext *, int); 
     30extern (C) void xmlXPathSumFunction(_xmlXPathParserContext *, int); 
     31extern (C) void xmlXPathNumberFunction(_xmlXPathParserContext *, int); 
     32extern (C) void xmlXPathLangFunction(_xmlXPathParserContext *, int); 
     33extern (C) void xmlXPathFalseFunction(_xmlXPathParserContext *, int); 
     34extern (C) void xmlXPathTrueFunction(_xmlXPathParserContext *, int); 
     35extern (C) void xmlXPathNotFunction(_xmlXPathParserContext *, int); 
     36extern (C) void xmlXPathTranslateFunction(_xmlXPathParserContext *, int); 
     37extern (C) void xmlXPathNormalizeFunction(_xmlXPathParserContext *, int); 
     38extern (C) void xmlXPathSubstringAfterFunction(_xmlXPathParserContext *, int); 
     39extern (C) void xmlXPathSubstringBeforeFunction(_xmlXPathParserContext *, int); 
     40extern (C) void xmlXPathSubstringFunction(_xmlXPathParserContext *, int); 
     41extern (C) void xmlXPathStartsWithFunction(_xmlXPathParserContext *, int); 
     42extern (C) void xmlXPathContainsFunction(_xmlXPathParserContext *, int); 
     43extern (C) void xmlXPathConcatFunction(_xmlXPathParserContext *, int); 
     44extern (C) void xmlXPathStringLengthFunction(_xmlXPathParserContext *, int); 
     45extern (C) void xmlXPathStringFunction(_xmlXPathParserContext *, int); 
     46extern (C) void xmlXPathNamespaceURIFunction(_xmlXPathParserContext *, int); 
     47extern (C) void xmlXPathLocalNameFunction(_xmlXPathParserContext *, int); 
     48extern (C) void xmlXPathIdFunction(_xmlXPathParserContext *, int); 
     49extern (C) void xmlXPathCountFunction(_xmlXPathParserContext *, int); 
     50extern (C) void xmlXPathPositionFunction(_xmlXPathParserContext *, int); 
     51extern (C) void xmlXPathLastFunction(_xmlXPathParserContext *, int); 
     52extern (C) _xmlNode * xmlXPathNextPrecedingSibling(_xmlXPathParserContext *, _xmlNode *); 
     53extern (C) _xmlNode * xmlXPathNextAncestor(_xmlXPathParserContext *, _xmlNode *); 
     54extern (C) _xmlNode * xmlXPathNextPreceding(_xmlXPathParserContext *, _xmlNode *); 
     55extern (C) _xmlNode * xmlXPathNextAttribute(_xmlXPathParserContext *, _xmlNode *); 
     56extern (C) _xmlNode * xmlXPathNextNamespace(_xmlXPathParserContext *, _xmlNode *); 
     57extern (C) _xmlNode * xmlXPathNextFollowing(_xmlXPathParserContext *, _xmlNode *); 
     58extern (C) _xmlNode * xmlXPathNextFollowingSibling(_xmlXPathParserContext *, _xmlNode *); 
     59extern (C) _xmlNode * xmlXPathNextAncestorOrSelf(_xmlXPathParserContext *, _xmlNode *); 
     60extern (C) _xmlNode * xmlXPathNextParent(_xmlXPathParserContext *, _xmlNode *); 
     61extern (C) _xmlNode * xmlXPathNextDescendantOrSelf(_xmlXPathParserContext *, _xmlNode *); 
     62extern (C) _xmlNode * xmlXPathNextDescendant(_xmlXPathParserContext *, _xmlNode *); 
     63extern (C) _xmlNode * xmlXPathNextChild(_xmlXPathParserContext *, _xmlNode *); 
     64extern (C) _xmlNode * xmlXPathNextSelf(_xmlXPathParserContext *, _xmlNode *); 
     65extern (C) int xmlXPathIsNodeType(char *); 
     66extern (C) void xmlXPathModValues(_xmlXPathParserContext *); 
     67extern (C) void xmlXPathDivValues(_xmlXPathParserContext *); 
     68extern (C) void xmlXPathMultValues(_xmlXPathParserContext *); 
     69extern (C) void xmlXPathSubValues(_xmlXPathParserContext *); 
     70extern (C) void xmlXPathAddValues(_xmlXPathParserContext *); 
     71extern (C) void xmlXPathValueFlipSign(_xmlXPathParserContext *); 
     72extern (C) int xmlXPathCompareValues(_xmlXPathParserContext *, int, int); 
     73extern (C) int xmlXPathNotEqualValues(_xmlXPathParserContext *); 
     74extern (C) int xmlXPathEqualValues(_xmlXPathParserContext *); 
     75extern (C) _xmlXPathObject * xmlXPathWrapExternal(void *); 
     76extern (C) _xmlXPathObject * xmlXPathWrapNodeSet(_xmlNodeSet *); 
     77extern (C) _xmlXPathObject * xmlXPathNewNodeSetList(_xmlNodeSet *); 
     78extern (C) void xmlXPathNodeSetRemove(_xmlNodeSet *, int); 
     79extern (C) void xmlXPathNodeSetDel(_xmlNodeSet *, _xmlNode *); 
     80extern (C) _xmlNodeSet * xmlXPathNodeSetMerge(_xmlNodeSet *, _xmlNodeSet *); 
     81extern (C) void xmlXPathRegisterAllFunctions(_xmlXPathContext *); 
     82extern (C) int xmlXPathEvaluatePredicateResult(_xmlXPathParserContext *, _xmlXPathObject *); 
     83extern (C) double xmlXPathStringEvalNumber(char *); 
     84extern (C) char * xmlXPathParseNCName(_xmlXPathParserContext *); 
     85extern (C) char * xmlXPathParseName(_xmlXPathParserContext *); 
     86extern (C) void xmlXPathEvalExpr(_xmlXPathParserContext *); 
     87extern (C) void xmlXPathRoot(_xmlXPathParserContext *); 
     88extern (C) void xmlXPathNodeSetSort(_xmlNodeSet *); 
     89extern (C) void xmlXPathNodeSetAddNs(_xmlNodeSet *, _xmlNode *, _xmlNs *); 
     90extern (C) void xmlXPathNodeSetAddUnique(_xmlNodeSet *, _xmlNode *); 
     91extern (C) void xmlXPathNodeSetAdd(_xmlNodeSet *, _xmlNode *); 
     92extern (C) _xmlXPathObject * xmlXPathNewValueTree(_xmlNode *); 
     93extern (C) _xmlXPathObject * xmlXPathNewNodeSet(_xmlNode *); 
     94extern (C) _xmlXPathObject * xmlXPathNewBoolean(int); 
     95extern (C) _xmlXPathObject * xmlXPathNewFloat(double); 
     96extern (C) _xmlXPathObject * xmlXPathWrapCString(char *); 
     97extern (C) _xmlXPathObject * xmlXPathWrapString(char *); 
     98extern (C) _xmlXPathObject * xmlXPathNewCString(char *); 
     99extern (C) _xmlXPathObject * xmlXPathNewString(char *); 
     100extern (C) int valuePush(_xmlXPathParserContext *, _xmlXPathObject *); 
     101extern (C) _xmlXPathObject * valuePop(_xmlXPathParserContext *); 
     102extern (C) void xmlXPathFreeParserContext(_xmlXPathParserContext *); 
     103extern (C) _xmlXPathParserContext * xmlXPathNewParserContext(char *, _xmlXPathContext *); 
     104extern (C) void xmlXPathRegisteredVariablesCleanup(_xmlXPathContext *); 
     105extern (C) _xmlXPathObject * xmlXPathVariableLookupNS(_xmlXPathContext *, char *, char *); 
     106extern (C) _xmlXPathObject * xmlXPathVariableLookup(_xmlXPathContext *, char *); 
     107extern (C) void xmlXPathRegisteredFuncsCleanup(_xmlXPathContext *); 
     108alias void function(_xmlXPathParserContext *, int) _BCD_func__1855; 
     109extern (C) _BCD_func__1855 xmlXPathFunctionLookupNS(_xmlXPathContext *, char *, char *); 
     110extern (C) _BCD_func__1855 xmlXPathFunctionLookup(_xmlXPathContext *, char *); 
     111extern (C) int xmlXPathRegisterVariableNS(_xmlXPathContext *, char *, char *, _xmlXPathObject *); 
     112extern (C) int xmlXPathRegisterVariable(_xmlXPathContext *, char *, _xmlXPathObject *); 
     113extern (C) int xmlXPathRegisterFuncNS(_xmlXPathContext *, char *, char *, _BCD_func__1855); 
     114extern (C) int xmlXPathRegisterFunc(_xmlXPathContext *, char *, _BCD_func__1855); 
     115extern (C) void xmlXPathRegisteredNsCleanup(_xmlXPathContext *); 
     116extern (C) char * xmlXPathNsLookup(_xmlXPathContext *, char *); 
     117extern (C) int xmlXPathRegisterNs(_xmlXPathContext *, char *, char *); 
     118extern (C) _xmlNodeSet * xmlXPathTrailing(_xmlNodeSet *, _xmlNodeSet *); 
     119extern (C) _xmlNodeSet * xmlXPathNodeTrailing(_xmlNodeSet *, _xmlNode *); 
     120extern (C) _xmlNodeSet * xmlXPathTrailingSorted(_xmlNodeSet *, _xmlNodeSet *); 
     121extern (C) _xmlNodeSet * xmlXPathNodeTrailingSorted(_xmlNodeSet *, _xmlNode *); 
     122extern (C) _xmlNodeSet * xmlXPathLeading(_xmlNodeSet *, _xmlNodeSet *); 
     123extern (C) _xmlNodeSet * xmlXPathNodeLeading(_xmlNodeSet *, _xmlNode *); 
     124extern (C) _xmlNodeSet * xmlXPathLeadingSorted(_xmlNodeSet *, _xmlNodeSet *); 
     125extern (C) _xmlNodeSet * xmlXPathNodeLeadingSorted(_xmlNodeSet *, _xmlNode *); 
     126extern (C) int xmlXPathHasSameNodes(_xmlNodeSet *, _xmlNodeSet *); 
     127extern (C) _xmlNodeSet * xmlXPathDistinct(_xmlNodeSet *); 
     128extern (C) _xmlNodeSet * xmlXPathDistinctSorted(_xmlNodeSet *); 
     129extern (C) _xmlNodeSet * xmlXPathIntersection(_xmlNodeSet *, _xmlNodeSet *); 
     130extern (C) _xmlNodeSet * xmlXPathDifference(_xmlNodeSet *, _xmlNodeSet *); 
     131extern (C) int xmlXPathNodeSetContains(_xmlNodeSet *, _xmlNode *); 
     132extern (C) void xmlXPathDebugDumpCompExpr(_IO_FILE *, void *, int); 
     133extern (C) void xmlXPathDebugDumpObject(_IO_FILE *, _xmlXPathObject *, int); 
     134extern (C) void xmlXPathErr(_xmlXPathParserContext *, int); 
     135extern (C) void xmlXPatherror(_xmlXPathParserContext *, char *, int, int); 
     136alias _BCD_func__1855 function(void *, char *, char *) _BCD_func__1853; 
     137extern (C) void xmlXPathRegisterFuncLookup(_xmlXPathContext *, _BCD_func__1853, void *); 
     138alias _xmlXPathObject * function(void *, char *, char *) _BCD_func__1854; 
     139extern (C) void xmlXPathRegisterVariableLookup(_xmlXPathContext *, _BCD_func__1854, void *); 
     140extern (C) void * xmlXPathPopExternal(_xmlXPathParserContext *); 
     141extern (C) _xmlNodeSet * xmlXPathPopNodeSet(_xmlXPathParserContext *); 
     142extern (C) char * xmlXPathPopString(_xmlXPathParserContext *); 
     143extern (C) double xmlXPathPopNumber(_xmlXPathParserContext *); 
     144extern (C) int xmlXPathPopBoolean(_xmlXPathParserContext *); 
     145alias _xmlXPathObject * function(_xmlXPathParserContext *, _xmlXPathObject *) _BCD_func__1860; 
     146alias int function(_xmlXPathObject *, int) _BCD_func__1873; 
     147alias void function(_xmlNode *) _BCD_func__1993; 
     148alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1994; 
     149alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1995; 
     150alias char * function(char *) _BCD_func__2000; 
     151alias void * function(void *, uint) _BCD_func__2001; 
     152alias void * function(uint) _BCD_func__2002; 
     153alias void function(void *) _BCD_func__2003; 
     154alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__2010; 
     155alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__2011; 
     156alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__2012; 
     157alias void function(void *, _xmlNode *) _BCD_func__2013; 
     158alias int function(void *, void *) _BCD_func__2029; 
    158159alias int function(void *) _BCD_func__1600; 
    159 alias int function(void *, char *, int) _BCD_func__2166
    160 alias void * function(char *) _BCD_func__2167
    161 alias int function(char *) _BCD_func__2168
    162 alias int function(void *, char *, int) _BCD_func__2169
    163 alias int function(char *, int *, char *, int *) _BCD_func__2179
    164 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2182
    165 alias void function(void *, char *, char *, char *) _BCD_func__2213
    166 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2214
    167 alias void function(void *, char *, ...) _BCD_func__2215
    168 alias void function(void *, char *, int) _BCD_func__2216
    169 alias void function(void *, char *) _BCD_func__2217
    170 alias void function(void *, char *, char *) _BCD_func__2218
    171 alias void function(void *, char *, char * *) _BCD_func__2219
    172 alias void function(void *, _xmlSAXLocator *) _BCD_func__2220
    173 alias void function(void *, char *, char *, char *, char *) _BCD_func__2221
    174 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2222
    175 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2223
    176 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2224
    177 alias _xmlEntity * function(void *, char *) _BCD_func__2225
    178 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2226
    179 alias void function(char *) _BCD_func__2239
    180 alias void function(void *) _BCD_func__2259
    181 alias void function(void *, _xmlError *) _BCD_func__2260
    182 alias void function(void *, void *, char *, char *, char *) _BCD_func__2276
    183 alias void function(void *, void *, char *) _BCD_func__2277
    184 alias void * function(void *, char *) _BCD_func__2278
    185 alias void function(void *, char *) _BCD_func__2279
    186 alias void function(void *, char *, void *, void *) _BCD_func__2398
     160alias int function(void *, char *, int) _BCD_func__2172
     161alias void * function(char *) _BCD_func__2173
     162alias int function(char *) _BCD_func__2174
     163alias int function(void *, char *, int) _BCD_func__2175
     164alias int function(char *, int *, char *, int *) _BCD_func__2185
     165alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2188
     166alias void function(void *, char *, char *, char *) _BCD_func__2219
     167alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2220
     168alias void function(void *, char *, ...) _BCD_func__2221
     169alias void function(void *, char *, int) _BCD_func__2222
     170alias void function(void *, char *) _BCD_func__2223
     171alias void function(void *, char *, char *) _BCD_func__2224
     172alias void function(void *, char *, char * *) _BCD_func__2225
     173alias void function(void *, _xmlSAXLocator *) _BCD_func__2226
     174alias void function(void *, char *, char *, char *, char *) _BCD_func__2227
     175alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2228
     176alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2229
     177alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2230
     178alias _xmlEntity * function(void *, char *) _BCD_func__2231
     179alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2232
     180alias void function(char *) _BCD_func__2245
     181alias void function(void *) _BCD_func__2265
     182alias void function(void *, _xmlError *) _BCD_func__2266
     183alias void function(void *, void *, char *, char *, char *) _BCD_func__2282
     184alias void function(void *, void *, char *) _BCD_func__2283
     185alias void * function(void *, char *) _BCD_func__2284
     186alias void function(void *, char *) _BCD_func__2285
     187alias void function(void *, char *, void *, void *) _BCD_func__2404
    187188alias int function(void *, long *, int) _BCD_func__1602; 
    188189alias int function(void *, char *, uint) _BCD_func__1604; 
    189190alias int function(void *, char *, uint) _BCD_func__1606; 
    190 alias int function(void * *, char *) _BCD_func__2670; 
    191 alias int function(char *, char * * *, uint *) _BCD_func__2671; 
    192 alias int function(void *, char *, char *, char *, char *) _BCD_func__2672; 
    193 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2673; 
    194 alias void function(__gconv_step *) _BCD_func__2674; 
    195 alias int function(__gconv_step *) _BCD_func__2675; 
    196 alias uint function(__gconv_step *, char) _BCD_func__2676; 
    197 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2677; 
     191alias int function(void * *, char *) _BCD_func__2676; 
     192alias int function(char *, char * * *, uint *) _BCD_func__2677; 
     193alias int function(void *, char *, char *, char *, char *) _BCD_func__2678; 
  • trunk/bindings/bcd/libxml2/xpointer.d

    r58 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.libxml2.xpointer; 
    3 import bcd.libxml2.xpath; 
    4 import bcd.libxml2.threads; 
    5 import bcd.libxml2.globals; 
    6 import bcd.libxml2.SAX2; 
    7 import bcd.libxml2.SAX; 
    8 import bcd.libxml2.xlink; 
    9 import bcd.libxml2.parser; 
    10 import bcd.libxml2.xmlIO; 
    11 import bcd.libxml2.encoding; 
    12 import bcd.libxml2.entities; 
    13 import bcd.libxml2.hash; 
    14 import bcd.libxml2.valid; 
    15 import bcd.libxml2.xmlautomata; 
    16 import bcd.libxml2.list; 
    17 import bcd.libxml2.xmlerror; 
    18 import bcd.libxml2.xmlmemory; 
    19 import bcd.libxml2.tree; 
    20 import bcd.libxml2.xmlregexp; 
    21 import bcd.libxml2.dict; 
    22 import bcd.libxml2.xmlstring; 
    23 import bcd.libxml2.xmlversion; 
     3align(4): 
     4public import bcd.libxml2.xpath; 
     5public import bcd.libxml2.threads; 
     6public import bcd.libxml2.globals; 
     7public import bcd.libxml2.SAX2; 
     8public import bcd.libxml2.SAX; 
     9public import bcd.libxml2.xlink; 
     10public import bcd.libxml2.parser; 
     11public import bcd.libxml2.xmlIO; 
     12public import bcd.libxml2.encoding; 
     13public import bcd.libxml2.entities; 
     14public import bcd.libxml2.hash; 
     15public import bcd.libxml2.valid; 
     16public import bcd.libxml2.xmlautomata; 
     17public import bcd.libxml2.list; 
     18public import bcd.libxml2.xmlerror; 
     19public import bcd.libxml2.xmlmemory; 
     20public import bcd.libxml2.tree; 
     21public import bcd.libxml2.xmlregexp; 
     22public import bcd.libxml2.dict; 
     23public import bcd.libxml2.xmlstring; 
     24public import bcd.libxml2.xmlversion; 
    2425alias _xmlLocationSet xmlLocationSet; 
    2526alias _xmlLocationSet * xmlLocationSetPtr; 
    26 extern (C) void xmlXPtrEvalRangePredicate(_xmlXPathParserContext * ctxt); 
    27 extern (C) _xmlNode * xmlXPtrBuildNodeList(_xmlXPathObject * obj); 
    28 extern (C) void xmlXPtrRangeToFunction(_xmlXPathParserContext * ctxt, int nargs); 
    29 extern (C) _xmlXPathObject * xmlXPtrEval(char * str, _xmlXPathContext * ctx); 
    30 extern (C) _xmlXPathContext * xmlXPtrNewContext(_xmlDoc * doc, _xmlNode * here, _xmlNode * origin); 
    31 extern (C) void xmlXPtrLocationSetRemove(_xmlLocationSet * cur, int val); 
    32 extern (C) void xmlXPtrLocationSetDel(_xmlLocationSet * cur, _xmlXPathObject * val); 
    33 extern (C) _xmlXPathObject * xmlXPtrWrapLocationSet(_xmlLocationSet * val); 
    34 extern (C) void xmlXPtrLocationSetAdd(_xmlLocationSet * cur, _xmlXPathObject * val); 
    35 extern (C) _xmlXPathObject * xmlXPtrNewCollapsedRange(_xmlNode * start); 
    36 extern (C) _xmlXPathObject * xmlXPtrNewRangeNodeObject(_xmlNode * start, _xmlXPathObject * end); 
    37 extern (C) _xmlXPathObject * xmlXPtrNewLocationSetNodeSet(_xmlNodeSet * set); 
    38 extern (C) _xmlXPathObject * xmlXPtrNewLocationSetNodes(_xmlNode * start, _xmlNode * end); 
    39 extern (C) _xmlXPathObject * xmlXPtrNewRangeNodes(_xmlNode * start, _xmlNode * end); 
    40 extern (C) _xmlXPathObject * xmlXPtrNewRangePointNode(_xmlXPathObject * start, _xmlNode * end); 
    41 extern (C) _xmlXPathObject * xmlXPtrNewRangeNodePoint(_xmlNode * start, _xmlXPathObject * end); 
    42 extern (C) _xmlXPathObject * xmlXPtrNewRangePoints(_xmlXPathObject * start, _xmlXPathObject * end); 
    43 extern (C) _xmlXPathObject * xmlXPtrNewRange(_xmlNode * start, int startindex, _xmlNode * end, int endindex); 
    44 extern (C) _xmlLocationSet * xmlXPtrLocationSetMerge(_xmlLocationSet * val1, _xmlLocationSet * val2); 
    45 extern (C) void xmlXPtrFreeLocationSet(_xmlLocationSet * obj); 
    46 extern (C) _xmlLocationSet * xmlXPtrLocationSetCreate(_xmlXPathObject * val); 
    47 alias void function(_xmlXPathParserContext *, int) _BCD_func__1760
    48 alias _BCD_func__1760 function(void *, char *, char *) _BCD_func__1758
    49 alias _xmlXPathObject * function(void *, char *, char *) _BCD_func__1759
    50 alias _xmlXPathObject * function(_xmlXPathParserContext *, _xmlXPathObject *) _BCD_func__1765
    51 alias int function(_xmlXPathObject *, int) _BCD_func__1778
    52 alias void function(_xmlNode *) _BCD_func__1893
    53 alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1894
    54 alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1895
    55 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1902
    56 alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1903
    57 alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1904
    58 alias void function(void *, _xmlNode *) _BCD_func__1905
    59 alias int function(void *, void *) _BCD_func__1921
     27extern (C) void xmlXPtrEvalRangePredicate(_xmlXPathParserContext *); 
     28extern (C) _xmlNode * xmlXPtrBuildNodeList(_xmlXPathObject *); 
     29extern (C) void xmlXPtrRangeToFunction(_xmlXPathParserContext *, int); 
     30extern (C) _xmlXPathObject * xmlXPtrEval(char *, _xmlXPathContext *); 
     31extern (C) _xmlXPathContext * xmlXPtrNewContext(_xmlDoc *, _xmlNode *, _xmlNode *); 
     32extern (C) void xmlXPtrLocationSetRemove(_xmlLocationSet *, int); 
     33extern (C) void xmlXPtrLocationSetDel(_xmlLocationSet *, _xmlXPathObject *); 
     34extern (C) _xmlXPathObject * xmlXPtrWrapLocationSet(_xmlLocationSet *); 
     35extern (C) void xmlXPtrLocationSetAdd(_xmlLocationSet *, _xmlXPathObject *); 
     36extern (C) _xmlXPathObject * xmlXPtrNewCollapsedRange(_xmlNode *); 
     37extern (C) _xmlXPathObject * xmlXPtrNewRangeNodeObject(_xmlNode *, _xmlXPathObject *); 
     38extern (C) _xmlXPathObject * xmlXPtrNewLocationSetNodeSet(_xmlNodeSet *); 
     39extern (C) _xmlXPathObject * xmlXPtrNewLocationSetNodes(_xmlNode *, _xmlNode *); 
     40extern (C) _xmlXPathObject * xmlXPtrNewRangeNodes(_xmlNode *, _xmlNode *); 
     41extern (C) _xmlXPathObject * xmlXPtrNewRangePointNode(_xmlXPathObject *, _xmlNode *); 
     42extern (C) _xmlXPathObject * xmlXPtrNewRangeNodePoint(_xmlNode *, _xmlXPathObject *); 
     43extern (C) _xmlXPathObject * xmlXPtrNewRangePoints(_xmlXPathObject *, _xmlXPathObject *); 
     44extern (C) _xmlXPathObject * xmlXPtrNewRange(_xmlNode *, int, _xmlNode *, int); 
     45extern (C) _xmlLocationSet * xmlXPtrLocationSetMerge(_xmlLocationSet *, _xmlLocationSet *); 
     46extern (C) void xmlXPtrFreeLocationSet(_xmlLocationSet *); 
     47extern (C) _xmlLocationSet * xmlXPtrLocationSetCreate(_xmlXPathObject *); 
     48alias void function(_xmlXPathParserContext *, int) _BCD_func__1766
     49alias _BCD_func__1766 function(void *, char *, char *) _BCD_func__1764
     50alias _xmlXPathObject * function(void *, char *, char *) _BCD_func__1765
     51alias _xmlXPathObject * function(_xmlXPathParserContext *, _xmlXPathObject *) _BCD_func__1771
     52alias int function(_xmlXPathObject *, int) _BCD_func__1784
     53alias void function(_xmlNode *) _BCD_func__1899
     54alias _xmlOutputBuffer * function(char *, _xmlCharEncodingHandler *, int) _BCD_func__1900
     55alias _xmlParserInputBuffer * function(char *, int) _BCD_func__1901
     56alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *) _BCD_func__1908
     57alias void function(void *, _xmlNode *, int, char * *, char * *, int, char * *, char * *, int *, int *, int, char * *, char * *) _BCD_func__1909
     58alias void function(void *, _xmlNode *, char *, char *, char *) _BCD_func__1910
     59alias void function(void *, _xmlNode *) _BCD_func__1911
     60alias int function(void *, void *) _BCD_func__1927
    6061alias int function(void *) _BCD_func__1509; 
    61 alias int function(void *, char *, int) _BCD_func__2071
    62 alias void * function(char *) _BCD_func__2072
    63 alias int function(char *) _BCD_func__2073
    64 alias int function(void *, char *, int) _BCD_func__2074
    65 alias int function(char *, int *, char *, int *) _BCD_func__2084
    66 alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2087
    67 alias void function(void *, char *, char *, char *) _BCD_func__2118
    68 alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2119
    69 alias void function(void *, char *, ...) _BCD_func__2120
    70 alias void function(void *, char *, int) _BCD_func__2121
    71 alias void function(void *, char *) _BCD_func__2122
    72 alias void function(void *, char *, char *) _BCD_func__2123
    73 alias void function(void *, char *, char * *) _BCD_func__2124
    74 alias void function(void *) _BCD_func__2125
    75 alias void function(void *, _xmlSAXLocator *) _BCD_func__2126
    76 alias void function(void *, char *, char *, char *, char *) _BCD_func__2127
    77 alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2128
    78 alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2129
    79 alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2130
    80 alias _xmlEntity * function(void *, char *) _BCD_func__2131
    81 alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2132
    82 alias void function(char *) _BCD_func__2145
    83 alias void function(void *) _BCD_func__2165
    84 alias void function(void *, _xmlError *) _BCD_func__2166
    85 alias void function(void *, void *, char *, char *, char *) _BCD_func__2182
    86 alias void function(void *, void *, char *) _BCD_func__2183
    87 alias void * function(void *, char *) _BCD_func__2184
    88 alias void function(void *, char *) _BCD_func__2185
    89 alias char * function(char *) _BCD_func__2190
    90 alias void * function(void *, uint) _BCD_func__2191
    91 alias void * function(uint) _BCD_func__2192
    92 alias void function(void *, char *, void *, void *) _BCD_func__2311
     62alias int function(void *, char *, int) _BCD_func__2077
     63alias void * function(char *) _BCD_func__2078
     64alias int function(char *) _BCD_func__2079
     65alias int function(void *, char *, int) _BCD_func__2080
     66alias int function(char *, int *, char *, int *) _BCD_func__2090
     67alias _xmlParserInput * function(char *, char *, _xmlParserCtxt *) _BCD_func__2093
     68alias void function(void *, char *, char *, char *) _BCD_func__2124
     69alias void function(void *, char *, char *, char *, int, char * *, int, int, char * *) _BCD_func__2125
     70alias void function(void *, char *, ...) _BCD_func__2126
     71alias void function(void *, char *, int) _BCD_func__2127
     72alias void function(void *, char *) _BCD_func__2128
     73alias void function(void *, char *, char *) _BCD_func__2129
     74alias void function(void *, char *, char * *) _BCD_func__2130
     75alias void function(void *) _BCD_func__2131
     76alias void function(void *, _xmlSAXLocator *) _BCD_func__2132
     77alias void function(void *, char *, char *, char *, char *) _BCD_func__2133
     78alias void function(void *, char *, int, _xmlElementContent *) _BCD_func__2134
     79alias void function(void *, char *, char *, int, int, char *, _xmlEnumeration *) _BCD_func__2135
     80alias void function(void *, char *, int, char *, char *, char *) _BCD_func__2136
     81alias _xmlEntity * function(void *, char *) _BCD_func__2137
     82alias _xmlParserInput * function(void *, char *, char *) _BCD_func__2138
     83alias void function(char *) _BCD_func__2151
     84alias void function(void *) _BCD_func__2171
     85alias void function(void *, _xmlError *) _BCD_func__2172
     86alias void function(void *, void *, char *, char *, char *) _BCD_func__2188
     87alias void function(void *, void *, char *) _BCD_func__2189
     88alias void * function(void *, char *) _BCD_func__2190
     89alias void function(void *, char *) _BCD_func__2191
     90alias char * function(char *) _BCD_func__2196
     91alias void * function(void *, uint) _BCD_func__2197
     92alias void * function(uint) _BCD_func__2198
     93alias void function(void *, char *, void *, void *) _BCD_func__2317
    9394alias int function(void *, long *, int) _BCD_func__1511; 
    9495alias int function(void *, char *, uint) _BCD_func__1513; 
    9596alias int function(void *, char *, uint) _BCD_func__1515; 
    96 alias int function(void * *, char *) _BCD_func__2584; 
    97 alias int function(char *, char * * *, uint *) _BCD_func__2585; 
    98 alias int function(void *, char *, char *, char *, char *) _BCD_func__2586; 
    99 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__2587; 
    100 alias void function(__gconv_step *) _BCD_func__2588; 
    101 alias int function(__gconv_step *) _BCD_func__2589; 
    102 alias uint function(__gconv_step *, char) _BCD_func__2590; 
    103 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__2591; 
     97alias int function(void * *, char *) _BCD_func__2590; 
     98alias int function(char *, char * * *, uint *) _BCD_func__2591; 
     99alias int function(void *, char *, char *, char *, char *) _BCD_func__2592; 
    104100struct _xmlLocationSet { 
    105101int locNr; 
  • trunk/bindings/bcd/ogg/ogg.d

    r31 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.ogg.ogg; 
    3 import bcd.bind; 
    4 extern (C) void free(void *); 
    5 extern (C) void ogg_packet_clear(ogg_packet * op); 
    6 extern (C) int ogg_page_packets(ogg_page * og); 
    7 extern (C) int ogg_page_pageno(ogg_page * og); 
    8 extern (C) int ogg_page_serialno(ogg_page * og); 
    9 extern (C) long ogg_page_granulepos(ogg_page * og); 
    10 extern (C) int ogg_page_eos(ogg_page * og); 
    11 extern (C) int ogg_page_bos(ogg_page * og); 
    12 extern (C) int ogg_page_continued(ogg_page * og); 
    13 extern (C) int ogg_page_version(ogg_page * og); 
    14 extern (C) void ogg_page_checksum_set(ogg_page * og); 
    15 extern (C) int ogg_stream_eos(ogg_stream_state * os); 
    16 extern (C) int ogg_stream_destroy(ogg_stream_state * os); 
    17 extern (C) int ogg_stream_reset_serialno(ogg_stream_state * os, int serialno); 
    18 extern (C) int ogg_stream_reset(ogg_stream_state * os); 
    19 extern (C) int ogg_stream_clear(ogg_stream_state * os); 
    20 extern (C) int ogg_stream_init(ogg_stream_state * os, int serialno); 
    21 extern (C) int ogg_stream_packetpeek(ogg_stream_state * os, ogg_packet * op); 
    22 extern (C) int ogg_stream_packetout(ogg_stream_state * os, ogg_packet * op); 
    23 extern (C) int ogg_stream_pagein(ogg_stream_state * os, ogg_page * og); 
    24 extern (C) int ogg_sync_pageout(ogg_sync_state * oy, ogg_page * og); 
    25 extern (C) int ogg_sync_pageseek(ogg_sync_state * oy, ogg_page * og); 
    26 extern (C) int ogg_sync_wrote(ogg_sync_state * oy, int bytes); 
    27 extern (C) char * ogg_sync_buffer(ogg_sync_state * oy, int size); 
    28 extern (C) int ogg_sync_destroy(ogg_sync_state * oy); 
    29 extern (C) int ogg_sync_reset(ogg_sync_state * oy); 
    30 extern (C) int ogg_sync_clear(ogg_sync_state * oy); 
    31 extern (C) int ogg_sync_init(ogg_sync_state * oy); 
    32 extern (C) int ogg_stream_flush(ogg_stream_state * os, ogg_page * og); 
    33 extern (C) int ogg_stream_pageout(ogg_stream_state * os, ogg_page * og); 
    34 extern (C) int ogg_stream_packetin(ogg_stream_state * os, ogg_packet * op); 
    35 extern (C) char * oggpackB_get_buffer(oggpack_buffer * b); 
    36 extern (C) int oggpackB_bits(oggpack_buffer * b); 
    37 extern (C) int oggpackB_bytes(oggpack_buffer * b); 
    38 extern (C) int oggpackB_read1(oggpack_buffer * b); 
    39 extern (C) int oggpackB_read(oggpack_buffer * b, int bits); 
    40 extern (C) void oggpackB_adv1(oggpack_buffer * b); 
    41 extern (C) void oggpackB_adv(oggpack_buffer * b, int bits); 
    42 extern (C) int oggpackB_look1(oggpack_buffer * b); 
    43 extern (C) int oggpackB_look(oggpack_buffer * b, int bits); 
    44 extern (C) void oggpackB_write(oggpack_buffer * b, uint value, int bits); 
    45 extern (C) void oggpackB_readinit(oggpack_buffer * b, char * buf, int bytes); 
    46 extern (C) void oggpackB_writeclear(oggpack_buffer * b); 
    47 extern (C) void oggpackB_reset(oggpack_buffer * b); 
    48 extern (C) void oggpackB_writecopy(oggpack_buffer * b, void * source, int bits); 
    49 extern (C) void oggpackB_writealign(oggpack_buffer * b); 
    50 extern (C) void oggpackB_writetrunc(oggpack_buffer * b, int bits); 
    51 extern (C) void oggpackB_writeinit(oggpack_buffer * b); 
    52 extern (C) char * oggpack_get_buffer(oggpack_buffer * b); 
    53 extern (C) int oggpack_bits(oggpack_buffer * b); 
    54 extern (C) int oggpack_bytes(oggpack_buffer * b); 
    55 extern (C) int oggpack_read1(oggpack_buffer * b); 
    56 extern (C) int oggpack_read(oggpack_buffer * b, int bits); 
    57 extern (C) void oggpack_adv1(oggpack_buffer * b); 
    58 extern (C) void oggpack_adv(oggpack_buffer * b, int bits); 
    59 extern (C) int oggpack_look1(oggpack_buffer * b); 
    60 extern (C) int oggpack_look(oggpack_buffer * b, int bits); 
    61 extern (C) void oggpack_write(oggpack_buffer * b, uint value, int bits); 
    62 extern (C) void oggpack_readinit(oggpack_buffer * b, char * buf, int bytes); 
    63 extern (C) void oggpack_writeclear(oggpack_buffer * b); 
    64 extern (C) void oggpack_reset(oggpack_buffer * b); 
    65 extern (C) void oggpack_writecopy(oggpack_buffer * b, void * source, int bits); 
    66 extern (C) void oggpack_writealign(oggpack_buffer * b); 
    67 extern (C) void oggpack_writetrunc(oggpack_buffer * b, int bits); 
    68 extern (C) void oggpack_writeinit(oggpack_buffer * b); 
     3align(4): 
     4extern (C) void ogg_packet_clear(ogg_packet *); 
     5extern (C) int ogg_page_packets(ogg_page *); 
     6extern (C) int ogg_page_pageno(ogg_page *); 
     7extern (C) int ogg_page_serialno(ogg_page *); 
     8extern (C) long ogg_page_granulepos(ogg_page *); 
     9extern (C) int ogg_page_eos(ogg_page *); 
     10extern (C) int ogg_page_bos(ogg_page *); 
     11extern (C) int ogg_page_continued(ogg_page *); 
     12extern (C) int ogg_page_version(ogg_page *); 
     13extern (C) void ogg_page_checksum_set(ogg_page *); 
     14extern (C) int ogg_stream_eos(ogg_stream_state *); 
     15extern (C) int ogg_stream_destroy(ogg_stream_state *); 
     16extern (C) int ogg_stream_reset_serialno(ogg_stream_state *, int); 
     17extern (C) int ogg_stream_reset(ogg_stream_state *); 
     18extern (C) int ogg_stream_clear(ogg_stream_state *); 
     19extern (C) int ogg_stream_init(ogg_stream_state *, int); 
     20extern (C) int ogg_stream_packetpeek(ogg_stream_state *, ogg_packet *); 
     21extern (C) int ogg_stream_packetout(ogg_stream_state *, ogg_packet *); 
     22extern (C) int ogg_stream_pagein(ogg_stream_state *, ogg_page *); 
     23extern (C) int ogg_sync_pageout(ogg_sync_state *, ogg_page *); 
     24extern (C) int ogg_sync_pageseek(ogg_sync_state *, ogg_page *); 
     25extern (C) int ogg_sync_wrote(ogg_sync_state *, int); 
     26extern (C) char * ogg_sync_buffer(ogg_sync_state *, int); 
     27extern (C) int ogg_sync_destroy(ogg_sync_state *); 
     28extern (C) int ogg_sync_reset(ogg_sync_state *); 
     29extern (C) int ogg_sync_clear(ogg_sync_state *); 
     30extern (C) int ogg_sync_init(ogg_sync_state *); 
     31extern (C) int ogg_stream_flush(ogg_stream_state *, ogg_page *); 
     32extern (C) int ogg_stream_pageout(ogg_stream_state *, ogg_page *); 
     33extern (C) int ogg_stream_packetin(ogg_stream_state *, ogg_packet *); 
     34extern (C) char * oggpackB_get_buffer(oggpack_buffer *); 
     35extern (C) int oggpackB_bits(oggpack_buffer *); 
     36extern (C) int oggpackB_bytes(oggpack_buffer *); 
     37extern (C) int oggpackB_read1(oggpack_buffer *); 
     38extern (C) int oggpackB_read(oggpack_buffer *, int); 
     39extern (C) void oggpackB_adv1(oggpack_buffer *); 
     40extern (C) void oggpackB_adv(oggpack_buffer *, int); 
     41extern (C) int oggpackB_look1(oggpack_buffer *); 
     42extern (C) int oggpackB_look(oggpack_buffer *, int); 
     43extern (C) void oggpackB_write(oggpack_buffer *, uint, int); 
     44extern (C) void oggpackB_readinit(oggpack_buffer *, char *, int); 
     45extern (C) void oggpackB_writeclear(oggpack_buffer *); 
     46extern (C) void oggpackB_reset(oggpack_buffer *); 
     47extern (C) void oggpackB_writecopy(oggpack_buffer *, void *, int); 
     48extern (C) void oggpackB_writealign(oggpack_buffer *); 
     49extern (C) void oggpackB_writetrunc(oggpack_buffer *, int); 
     50extern (C) void oggpackB_writeinit(oggpack_buffer *); 
     51extern (C) char * oggpack_get_buffer(oggpack_buffer *); 
     52extern (C) int oggpack_bits(oggpack_buffer *); 
     53extern (C) int oggpack_bytes(oggpack_buffer *); 
     54extern (C) int oggpack_read1(oggpack_buffer *); 
     55extern (C) int oggpack_read(oggpack_buffer *, int); 
     56extern (C) void oggpack_adv1(oggpack_buffer *); 
     57extern (C) void oggpack_adv(oggpack_buffer *, int); 
     58extern (C) int oggpack_look1(oggpack_buffer *); 
     59extern (C) int oggpack_look(oggpack_buffer *, int); 
     60extern (C) void oggpack_write(oggpack_buffer *, uint, int); 
     61extern (C) void oggpack_readinit(oggpack_buffer *, char *, int); 
     62extern (C) void oggpack_writeclear(oggpack_buffer *); 
     63extern (C) void oggpack_reset(oggpack_buffer *); 
     64extern (C) void oggpack_writecopy(oggpack_buffer *, void *, int); 
     65extern (C) void oggpack_writealign(oggpack_buffer *); 
     66extern (C) void oggpack_writetrunc(oggpack_buffer *, int); 
     67extern (C) void oggpack_writeinit(oggpack_buffer *); 
    6968struct ogg_sync_state { 
    7069char * data; 
  • trunk/bindings/bcd/pango/pango.d

    r111 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.pango.pango; 
     3align(4): 
    34public import bcd.glib2.glib; 
    45const int PANGO_SCALE = 1024; 
  • trunk/bindings/bcd/pango/pangocairo.d

    r118 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.pango.pangocairo; 
     3align(4): 
    34public import bcd.glib2.glib; 
    45public import bcd.cairo.cairo; 
     6public import bcd.pango.pango; 
    57alias void PangoCairoFontMap; 
    68extern (C) void pango_cairo_layout_path(void *, void *); 
  • trunk/bindings/bcd/tiff/tiff.d

    r72 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.tiff.tiff; 
    3 import std.c.stdio; 
    4 alias FILE _IO_FILE; 
     3align(4): 
    54const int TIFF_VERSION = 42; 
    6 const int TIFF_BIGTIFF_VERSION = 43; 
    75const int TIFF_BIGENDIAN = 0x4d4d; 
    86const int TIFF_LITTLEENDIAN = 0x4949; 
    9 const int MDI_LITTLEENDIAN = 0x5045; 
    10 const int MDI_BIGENDIAN = 0x4550; 
    11 const int TIFF_MAGIC_SIZE = 2; 
    12 const int TIFF_VERSION_SIZE = 2; 
    13 const int TIFF_DIROFFSET_SIZE = 4; 
    147const int TIFFTAG_SUBFILETYPE = 254; 
    158const int FILETYPE_REDUCEDIMAGE = 0x1; 
     
    133126const int TIFFTAG_HOSTCOMPUTER = 316; 
    134127const int TIFFTAG_PREDICTOR = 317; 
    135 const int PREDICTOR_NONE = 1; 
    136 const int PREDICTOR_HORIZONTAL = 2; 
    137 const int PREDICTOR_FLOATINGPOINT = 3; 
    138128const int TIFFTAG_WHITEPOINT = 318; 
    139129const int TIFFTAG_PRIMARYCHROMATICITIES = 319; 
     
    173163const int TIFFTAG_CLIPPATH = 343; 
    174164const int TIFFTAG_XCLIPPATHUNITS = 344; 
    175 const int TIFFTAG_YCLIPPATHUNITS = 345
    176 const int TIFFTAG_INDEXED = 346
     165const int TIFFTAG_YCLIPPATHUNITS = 344
     166const int TIFFTAG_INDEXED = 345
    177167const int TIFFTAG_JPEGTABLES = 347; 
    178168const int TIFFTAG_OPIPROXY = 351; 
     
    232222const int TIFFTAG_IT8CMYKEQUIVALENT = 34032; 
    233223const int TIFFTAG_FRAMECOUNT = 34232; 
     224const int TIFFTAG_ICCPROFILE = 34675; 
    234225const int TIFFTAG_PHOTOSHOP = 34377; 
    235 const int TIFFTAG_EXIFIFD = 34665; 
    236 const int TIFFTAG_ICCPROFILE = 34675; 
    237226const int TIFFTAG_JBIGOPTIONS = 34750; 
    238 const int TIFFTAG_GPSIFD = 34853; 
    239227const int TIFFTAG_FAXRECVPARAMS = 34908; 
    240228const int TIFFTAG_FAXSUBADDRESS = 34909; 
    241229const int TIFFTAG_FAXRECVTIME = 34910; 
    242 const int TIFFTAG_FAXDCS = 34911; 
    243230const int TIFFTAG_STONITS = 37439; 
    244231const int TIFFTAG_FEDEX_EDR = 34929; 
    245 const int TIFFTAG_INTEROPERABILITYIFD = 40965; 
    246 const int TIFFTAG_DNGVERSION = 50706; 
    247 const int TIFFTAG_DNGBACKWARDVERSION = 50707; 
    248 const int TIFFTAG_UNIQUECAMERAMODEL = 50708; 
    249 const int TIFFTAG_LOCALIZEDCAMERAMODEL = 50709; 
    250 const int TIFFTAG_CFAPLANECOLOR = 50710; 
    251 const int TIFFTAG_CFALAYOUT = 50711; 
    252 const int TIFFTAG_LINEARIZATIONTABLE = 50712; 
    253 const int TIFFTAG_BLACKLEVELREPEATDIM = 50713; 
    254 const int TIFFTAG_BLACKLEVEL = 50714; 
    255 const int TIFFTAG_BLACKLEVELDELTAH = 50715; 
    256 const int TIFFTAG_BLACKLEVELDELTAV = 50716; 
    257 const int TIFFTAG_WHITELEVEL = 50717; 
    258 const int TIFFTAG_DEFAULTSCALE = 50718; 
    259 const int TIFFTAG_DEFAULTCROPORIGIN = 50719; 
    260 const int TIFFTAG_DEFAULTCROPSIZE = 50720; 
    261 const int TIFFTAG_COLORMATRIX1 = 50721; 
    262 const int TIFFTAG_COLORMATRIX2 = 50722; 
    263 const int TIFFTAG_CAMERACALIBRATION1 = 50723; 
    264 const int TIFFTAG_CAMERACALIBRATION2 = 50724; 
    265 const int TIFFTAG_REDUCTIONMATRIX1 = 50725; 
    266 const int TIFFTAG_REDUCTIONMATRIX2 = 50726; 
    267 const int TIFFTAG_ANALOGBALANCE = 50727; 
    268 const int TIFFTAG_ASSHOTNEUTRAL = 50728; 
    269 const int TIFFTAG_ASSHOTWHITEXY = 50729; 
    270 const int TIFFTAG_BASELINEEXPOSURE = 50730; 
    271 const int TIFFTAG_BASELINENOISE = 50731; 
    272 const int TIFFTAG_BASELINESHARPNESS = 50732; 
    273 const int TIFFTAG_BAYERGREENSPLIT = 50733; 
    274 const int TIFFTAG_LINEARRESPONSELIMIT = 50734; 
    275 const int TIFFTAG_CAMERASERIALNUMBER = 50735; 
    276 const int TIFFTAG_LENSINFO = 50736; 
    277 const int TIFFTAG_CHROMABLURRADIUS = 50737; 
    278 const int TIFFTAG_ANTIALIASSTRENGTH = 50738; 
    279 const int TIFFTAG_SHADOWSCALE = 50739; 
    280 const int TIFFTAG_DNGPRIVATEDATA = 50740; 
    281 const int TIFFTAG_MAKERNOTESAFETY = 50741; 
    282 const int TIFFTAG_CALIBRATIONILLUMINANT1 = 50778; 
    283 const int TIFFTAG_CALIBRATIONILLUMINANT2 = 50779; 
    284 const int TIFFTAG_BESTQUALITYSCALE = 50780; 
    285 const int TIFFTAG_RAWDATAUNIQUEID = 50781; 
    286 const int TIFFTAG_ORIGINALRAWFILENAME = 50827; 
    287 const int TIFFTAG_ORIGINALRAWFILEDATA = 50828; 
    288 const int TIFFTAG_ACTIVEAREA = 50829; 
    289 const int TIFFTAG_MASKEDAREAS = 50830; 
    290 const int TIFFTAG_ASSHOTICCPROFILE = 50831; 
    291 const int TIFFTAG_ASSHOTPREPROFILEMATRIX = 50832; 
    292 const int TIFFTAG_CURRENTICCPROFILE = 50833; 
    293 const int TIFFTAG_CURRENTPREPROFILEMATRIX = 50834; 
    294232const int TIFFTAG_DCSHUESHIFTVALUES = 65535; 
    295233const int TIFFTAG_FAXMODE = 65536; 
     
    299237const int FAXMODE_BYTEALIGN = 0x0004; 
    300238const int FAXMODE_WORDALIGN = 0x0008; 
     239alias FAXMODE_NORTC FAXMODE_CLASSF; 
    301240const int TIFFTAG_JPEGQUALITY = 65537; 
    302241const int TIFFTAG_JPEGCOLORMODE = 65538; 
     
    341280const int SGILOGENCODE_NODITHER = 0; 
    342281const int SGILOGENCODE_RANDITHER = 1; 
    343 const int EXIFTAG_EXPOSURETIME = 33434; 
    344 const int EXIFTAG_FNUMBER = 33437; 
    345 const int EXIFTAG_EXPOSUREPROGRAM = 34850; 
    346 const int EXIFTAG_SPECTRALSENSITIVITY = 34852; 
    347 const int EXIFTAG_ISOSPEEDRATINGS = 34855; 
    348 const int EXIFTAG_OECF = 34856; 
    349 const int EXIFTAG_EXIFVERSION = 36864; 
    350 const int EXIFTAG_DATETIMEORIGINAL = 36867; 
    351 const int EXIFTAG_DATETIMEDIGITIZED = 36868; 
    352 const int EXIFTAG_COMPONENTSCONFIGURATION = 37121; 
    353 const int EXIFTAG_COMPRESSEDBITSPERPIXEL = 37122; 
    354 const int EXIFTAG_SHUTTERSPEEDVALUE = 37377; 
    355 const int EXIFTAG_APERTUREVALUE = 37378; 
    356 const int EXIFTAG_BRIGHTNESSVALUE = 37379; 
    357 const int EXIFTAG_EXPOSUREBIASVALUE = 37380; 
    358 const int EXIFTAG_MAXAPERTUREVALUE = 37381; 
    359 const int EXIFTAG_SUBJECTDISTANCE = 37382; 
    360 const int EXIFTAG_METERINGMODE = 37383; 
    361 const int EXIFTAG_LIGHTSOURCE = 37384; 
    362 const int EXIFTAG_FLASH = 37385; 
    363 const int EXIFTAG_FOCALLENGTH = 37386; 
    364 const int EXIFTAG_SUBJECTAREA = 37396; 
    365 const int EXIFTAG_MAKERNOTE = 37500; 
    366 const int EXIFTAG_USERCOMMENT = 37510; 
    367 const int EXIFTAG_SUBSECTIME = 37520; 
    368 const int EXIFTAG_SUBSECTIMEORIGINAL = 37521; 
    369 const int EXIFTAG_SUBSECTIMEDIGITIZED = 37522; 
    370 const int EXIFTAG_FLASHPIXVERSION = 40960; 
    371 const int EXIFTAG_COLORSPACE = 40961; 
    372 const int EXIFTAG_PIXELXDIMENSION = 40962; 
    373 const int EXIFTAG_PIXELYDIMENSION = 40963; 
    374 const int EXIFTAG_RELATEDSOUNDFILE = 40964; 
    375 const int EXIFTAG_FLASHENERGY = 41483; 
    376 const int EXIFTAG_SPATIALFREQUENCYRESPONSE = 41484; 
    377 const int EXIFTAG_FOCALPLANEXRESOLUTION = 41486; 
    378 const int EXIFTAG_FOCALPLANEYRESOLUTION = 41487; 
    379 const int EXIFTAG_FOCALPLANERESOLUTIONUNIT = 41488; 
    380 const int EXIFTAG_SUBJECTLOCATION = 41492; 
    381 const int EXIFTAG_EXPOSUREINDEX = 41493; 
    382 const int EXIFTAG_SENSINGMETHOD = 41495; 
    383 const int EXIFTAG_FILESOURCE = 41728; 
    384 const int EXIFTAG_SCENETYPE = 41729; 
    385 const int EXIFTAG_CFAPATTERN = 41730; 
    386 const int EXIFTAG_CUSTOMRENDERED = 41985; 
    387 const int EXIFTAG_EXPOSUREMODE = 41986; 
    388 const int EXIFTAG_WHITEBALANCE = 41987; 
    389 const int EXIFTAG_DIGITALZOOMRATIO = 41988; 
    390 const int EXIFTAG_FOCALLENGTHIN35MMFILM = 41989; 
    391 const int EXIFTAG_SCENECAPTURETYPE = 41990; 
    392 const int EXIFTAG_GAINCONTROL = 41991; 
    393 const int EXIFTAG_CONTRAST = 41992; 
    394 const int EXIFTAG_SATURATION = 41993; 
    395 const int EXIFTAG_SHARPNESS = 41994; 
    396 const int EXIFTAG_DEVICESETTINGDESCRIPTION = 41995; 
    397 const int EXIFTAG_SUBJECTDISTANCERANGE = 41996; 
    398 const int EXIFTAG_IMAGEUNIQUEID = 42016; 
    399282enum TIFFDataType { 
    400283TIFF_NOTYPE=0, 
  • trunk/bindings/bcd/tiff/tiffio.d

    r72 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.tiff.tiffio; 
     3align(4): 
     4import std.c.stdio; 
     5alias FILE _IO_FILE; 
     6const int NULL = 0; 
    37const int TIFFPRINT_NONE = 0x0; 
    48const int TIFFPRINT_STRIPS = 0x1; 
     
    1014const int CIELABTORGB_TABLE_RANGE = 1500; 
    1115const int LOGLUV_PUBLIC = 1; 
     16const double U_NEU = 0.210526316; 
     17const double V_NEU = 0.473684211; 
     18const double UVSCALE = 410.; 
    1219const int TIFF_VARIABLE = -1; 
    1320const int TIFF_SPP = -2; 
    1421const int TIFF_VARIABLE2 = -3; 
    1522const int FIELD_CUSTOM = 65; 
    16 const double U_NEU = 0.210526316; 
    17 const double V_NEU = 0.473684211; 
    18 const double UVSCALE = 410.; 
    19 import bcd.tiff.tiff; 
     23public import bcd.tiff.tiff; 
    2024alias void TIFF; 
    21 alias int function(void *, uint, char *) _BCD_func__614
    22 alias _BCD_func__614 TIFFVSetMethod; 
    23 alias _BCD_func__614 TIFFVGetMethod; 
    24 alias void function(void *, _IO_FILE *, int) _BCD_func__613
    25 alias _BCD_func__613 TIFFPrintMethod; 
     25alias int function(void *, uint, char *) _BCD_func__572
     26alias _BCD_func__572 TIFFVSetMethod; 
     27alias _BCD_func__572 TIFFVGetMethod; 
     28alias void function(void *, _IO_FILE *, int) _BCD_func__571
     29alias _BCD_func__571 TIFFPrintMethod; 
    2630alias _TIFFTagValue TIFFTagValue; 
    2731alias uint ttag_t; 
    28 alias void function(void *) _BCD_func__633
    29 alias _BCD_func__633 TIFFExtendProc; 
    30 alias void function(void *, void *, uint) _BCD_func__634
    31 alias _BCD_func__634 TIFFUnmapFileProc; 
     32alias void function(void *) _BCD_func__602
     33alias _BCD_func__602 TIFFExtendProc; 
     34alias void function(void *, void *, uint) _BCD_func__603
     35alias _BCD_func__603 TIFFUnmapFileProc; 
    3236alias void * tdata_t; 
    3337alias uint toff_t; 
    34 alias int function(void *, void * *, uint *) _BCD_func__635
    35 alias _BCD_func__635 TIFFMapFileProc; 
    36 alias uint function(void *) _BCD_func__636
    37 alias _BCD_func__636 TIFFSizeProc; 
    38 alias int function(void *) _BCD_func__303
    39 alias _BCD_func__303 TIFFCloseProc; 
    40 alias uint function(void *, uint, int) _BCD_func__637
    41 alias _BCD_func__637 TIFFSeekProc; 
     38alias int function(void *, void * *, uint *) _BCD_func__604
     39alias _BCD_func__604 TIFFMapFileProc; 
     40alias uint function(void *) _BCD_func__605
     41alias _BCD_func__605 TIFFSizeProc; 
     42alias int function(void *) _BCD_func__271
     43alias _BCD_func__271 TIFFCloseProc; 
     44alias uint function(void *, uint, int) _BCD_func__606
     45alias _BCD_func__606 TIFFSeekProc; 
    4246alias int tsize_t; 
    43 alias int function(void *, void *, int) _BCD_func__638; 
    44 alias _BCD_func__638 TIFFReadWriteProc; 
    45 alias void function(void *, char *, char *, char *) _BCD_func__639; 
    46 alias _BCD_func__639 TIFFErrorHandlerExt; 
    47 alias void function(char *, char *, char *) _BCD_func__640; 
    48 alias _BCD_func__640 TIFFErrorHandler; 
    49 alias int function(void *, int) _BCD_func__784; 
    50 alias _BCD_func__784 TIFFInitMethod; 
     47alias int function(void *, void *, int) _BCD_func__607; 
     48alias _BCD_func__607 TIFFReadWriteProc; 
     49alias void function(char *, char *, char *) _BCD_func__608; 
     50alias _BCD_func__608 TIFFErrorHandler; 
     51alias int function(void *, int) _BCD_func__752; 
     52alias _BCD_func__752 TIFFInitMethod; 
    5153alias _TIFFRGBAImage TIFFRGBAImage; 
    52 alias void function(_TIFFRGBAImage *, uint *, uint, uint, uint, uint, int, int, char *, char *, char *, char *) _BCD_func__785
    53 alias _BCD_func__785 tileSeparateRoutine; 
    54 alias void function(_TIFFRGBAImage *, uint *, uint, uint, uint, uint, int, int, char *) _BCD_func__786
    55 alias _BCD_func__786 tileContigRoutine; 
    56 alias void function(_TIFFRGBAImage *) _BCD_func__956
    57 alias int function(_TIFFRGBAImage *, uint *, uint, uint) _BCD_func__944
     54alias void function(_TIFFRGBAImage *, uint *, uint, uint, uint, uint, int, int, char *, char *, char *, char *) _BCD_func__753
     55alias _BCD_func__753 tileSeparateRoutine; 
     56alias void function(_TIFFRGBAImage *, uint *, uint, uint, uint, uint, int, int, char *) _BCD_func__754
     57alias _BCD_func__754 tileContigRoutine; 
     58alias void function(_TIFFRGBAImage *) _BCD_func__928
     59alias int function(_TIFFRGBAImage *, uint *, uint, uint) _BCD_func__916
    5860alias char TIFFRGBValue; 
    5961alias void * thandle_t; 
     
    6264alias ushort tsample_t; 
    6365alias ushort tdir_t; 
    64 extern (C) void TIFFYCbCrtoRGB(TIFFYCbCrToRGB *, uint, int, int, uint *, uint *, uint *); 
    65 extern (C) int TIFFYCbCrToRGBInit(TIFFYCbCrToRGB *, float *, float *); 
    66 extern (C) void TIFFXYZToRGB(TIFFCIELabToRGB *, float, float, float, uint *, uint *, uint *); 
    67 extern (C) void TIFFCIELabToXYZ(TIFFCIELabToRGB *, uint, int, int, float *, float *, float *); 
    68 extern (C) int TIFFCIELabToRGBInit(TIFFCIELabToRGB *, TIFFDisplay *, float *); 
     66extern (C) void TIFFSetClientInfo(void *, void *, char *); 
     67extern (C) void * TIFFGetClientInfo(void *, char *); 
     68extern (C) TIFFTagMethods * TIFFAccessTagMethods(void *); 
     69extern (C) TIFFFieldInfo * TIFFFieldWithTag(void *, uint); 
     70extern (C) TIFFFieldInfo * TIFFFindFieldInfo(void *, uint, int); 
     71extern (C) void TIFFMergeFieldInfo(void *, TIFFFieldInfo *, int); 
     72extern (C) uint TIFFGetTagListEntry(void *, int); 
     73extern (C) int TIFFGetTagListCount(void *); 
    6974extern (C) uint LogLuv32fromXYZ(float *, int); 
    7075extern (C) uint LogLuv24fromXYZ(float *, int); 
     
    8287extern (C) void TIFFSwabArrayOfDouble(double *, uint); 
    8388extern (C) void TIFFSwabArrayOfLong(uint *, uint); 
    84 extern (C) void TIFFSwabArrayOfTriples(char *, uint); 
    8589extern (C) void TIFFSwabArrayOfShort(ushort *, uint); 
    8690extern (C) void TIFFSwabDouble(double *); 
     
    104108extern (C) int TIFFCheckTile(void *, uint, uint, uint, ushort); 
    105109extern (C) uint TIFFComputeTile(void *, uint, uint, uint, ushort); 
    106 extern (C) _BCD_func__633 TIFFSetTagExtender(_BCD_func__633); 
    107 extern (C) _BCD_func__639 TIFFSetWarningHandlerExt(_BCD_func__639); 
    108 extern (C) _BCD_func__640 TIFFSetWarningHandler(_BCD_func__640); 
    109 extern (C) _BCD_func__639 TIFFSetErrorHandlerExt(_BCD_func__639); 
    110 extern (C) _BCD_func__640 TIFFSetErrorHandler(_BCD_func__640); 
    111 extern (C) void TIFFWarningExt(void *, char *, char *, ...); 
     110extern (C) _BCD_func__602 TIFFSetTagExtender(_BCD_func__602); 
     111extern (C) _BCD_func__608 TIFFSetWarningHandler(_BCD_func__608); 
     112extern (C) _BCD_func__608 TIFFSetErrorHandler(_BCD_func__608); 
    112113extern (C) void TIFFWarning(char *, char *, ...); 
    113 extern (C) void TIFFErrorExt(void *, char *, char *, ...); 
    114114extern (C) void TIFFError(char *, char *, ...); 
    115 extern (C) char * TIFFSetFileName(void *, char *); 
    116115extern (C) char * TIFFFileName(void *); 
    117 extern (C) void * TIFFClientOpen(char *, char *, void *, _BCD_func__638, _BCD_func__638, _BCD_func__637, _BCD_func__303, _BCD_func__636, _BCD_func__635, _BCD_func__634); 
     116extern (C) void * TIFFClientOpen(char *, char *, void *, _BCD_func__607, _BCD_func__607, _BCD_func__606, _BCD_func__271, _BCD_func__605, _BCD_func__604, _BCD_func__603); 
    118117extern (C) void * TIFFFdOpen(int, char *, char *); 
    119118extern (C) void * TIFFOpen(char *, char *); 
     
    140139extern (C) int TIFFLastDirectory(void *); 
    141140extern (C) int TIFFCreateDirectory(void *); 
    142 extern (C) void TIFFFreeDirectory(void *); 
    143141extern (C) int TIFFWriteCheck(void *, int, char *); 
    144142extern (C) int TIFFSetupStrips(void *); 
     
    151149extern (C) ushort TIFFCurrentDirectory(void *); 
    152150extern (C) uint TIFFCurrentRow(void *); 
    153 extern (C) _BCD_func__634 TIFFGetUnmapFileProc(void *); 
    154 extern (C) _BCD_func__635 TIFFGetMapFileProc(void *); 
    155 extern (C) _BCD_func__636 TIFFGetSizeProc(void *); 
    156 extern (C) _BCD_func__303 TIFFGetCloseProc(void *); 
    157 extern (C) _BCD_func__637 TIFFGetSeekProc(void *); 
    158 extern (C) _BCD_func__638 TIFFGetWriteProc(void *); 
    159 extern (C) _BCD_func__638 TIFFGetReadProc(void *); 
    160 extern (C) int TIFFIsBigEndian(void *); 
    161151extern (C) int TIFFIsMSB2LSB(void *); 
    162152extern (C) int TIFFIsUpSampled(void *); 
    163153extern (C) int TIFFIsByteSwapped(void *); 
    164154extern (C) int TIFFIsTiled(void *); 
    165 extern (C) int TIFFSetMode(void *, int); 
    166155extern (C) int TIFFGetMode(void *); 
    167 extern (C) void * TIFFSetClientdata(void *, void *); 
    168 extern (C) void * TIFFClientdata(void *); 
    169 extern (C) int TIFFSetFileno(void *, int); 
    170156extern (C) int TIFFFileno(void *); 
    171157extern (C) void TIFFDefaultTileSize(void *, uint *, uint *); 
     
    179165extern (C) int TIFFRasterScanlineSize(void *); 
    180166extern (C) int TIFFScanlineSize(void *); 
    181 extern (C) int TIFFReadEXIFDirectory(void *, uint); 
    182 extern (C) int TIFFReadCustomDirectory(void *, uint, TIFFFieldInfo *, uint); 
    183167extern (C) int TIFFReadDirectory(void *); 
    184168extern (C) int TIFFVGetFieldDefaulted(void *, uint, char *); 
     
    189173extern (C) int TIFFFlush(void *); 
    190174extern (C) void TIFFClose(void *); 
    191 extern (C) void TIFFCleanup(void *); 
    192 extern (C) void TIFFSetClientInfo(void *, void *, char *); 
    193 extern (C) void * TIFFGetClientInfo(void *, char *); 
    194 extern (C) TIFFTagMethods * TIFFAccessTagMethods(void *); 
    195 extern (C) TIFFFieldInfo * TIFFFieldWithName(void *, char *); 
    196 extern (C) TIFFFieldInfo * TIFFFieldWithTag(void *, uint); 
    197 extern (C) TIFFFieldInfo * TIFFFindFieldInfoByName(void *, char *, int); 
    198 extern (C) TIFFFieldInfo * TIFFFindFieldInfo(void *, uint, int); 
    199 extern (C) void TIFFMergeFieldInfo(void *, TIFFFieldInfo *, int); 
    200 extern (C) uint TIFFGetTagListEntry(void *, int); 
    201 extern (C) int TIFFGetTagListCount(void *); 
    202175extern (C) void _TIFFfree(void *); 
    203176extern (C) int _TIFFmemcmp(void *, void *, int); 
     
    206179extern (C) void * _TIFFrealloc(void *, int); 
    207180extern (C) void * _TIFFmalloc(int); 
    208 extern (C) TIFFCodec * TIFFGetConfiguredCODECs(); 
    209181extern (C) int TIFFIsCODECConfigured(ushort); 
    210182extern (C) void TIFFUnRegisterCODEC(TIFFCodec *); 
    211 extern (C) TIFFCodec * TIFFRegisterCODEC(ushort, char *, _BCD_func__784); 
     183extern (C) TIFFCodec * TIFFRegisterCODEC(ushort, char *, _BCD_func__752); 
    212184extern (C) TIFFCodec * TIFFFindCODEC(ushort); 
    213185extern (C) char * TIFFGetVersion(); 
    214 alias int function(void *, long *, int) _BCD_func__305; 
    215 alias int function(void *, char *, uint) _BCD_func__307; 
    216 alias int function(void *, char *, uint) _BCD_func__309; 
    217 alias void function(void *) _BCD_func__700; 
    218 alias int function(void * *, char *) _BCD_func__701; 
    219 alias int function(char *, char * * *, uint *) _BCD_func__702; 
    220 alias int function(void *, char *, char *, char *, char *) _BCD_func__703; 
     186extern (C) void TIFFYCbCrtoRGB(TIFFYCbCrToRGB *, uint, int, int, uint *, uint *, uint *); 
     187extern (C) int TIFFYCbCrToRGBInit(TIFFYCbCrToRGB *, float *, float *); 
     188extern (C) void TIFFXYZToRGB(TIFFCIELabToRGB *, float, float, float, uint *, uint *, uint *); 
     189extern (C) void TIFFCIELabToXYZ(TIFFCIELabToRGB *, uint, int, int, float *, float *, float *); 
     190extern (C) int TIFFCIELabToRGBInit(TIFFCIELabToRGB *, TIFFDisplay *, float *); 
     191alias int function(void *, long *, int) _BCD_func__273; 
     192alias int function(void *, char *, uint) _BCD_func__275; 
     193alias int function(void *, char *, uint) _BCD_func__277; 
     194alias void function(void *) _BCD_func__668; 
     195alias int function(void * *, char *) _BCD_func__669; 
     196alias int function(char *, char * * *, uint *) _BCD_func__670; 
     197alias int function(void *, char *, char *, char *, char *) _BCD_func__671; 
    221198struct TIFFTagMethods { 
    222 _BCD_func__614 vsetfield; 
    223 _BCD_func__614 vgetfield; 
    224 _BCD_func__613 printdir; 
     199_BCD_func__572 vsetfield; 
     200_BCD_func__572 vgetfield; 
     201_BCD_func__571 printdir; 
    225202} 
    226203struct _TIFFTagValue { 
     
    242219char * name; 
    243220ushort scheme; 
    244 _BCD_func__784 init; 
     221_BCD_func__752 init; 
    245222} 
    246223union N14_TIFFRGBAImage3__6E { 
    247 _BCD_func__956 any; 
    248 _BCD_func__786 contig; 
    249 _BCD_func__785 separate; 
     224_BCD_func__928 any; 
     225_BCD_func__754 contig; 
     226_BCD_func__753 separate; 
    250227} 
    251228struct _TIFFRGBAImage { 
     
    264241ushort * greencmap; 
    265242ushort * bluecmap; 
    266 _BCD_func__944 get; 
     243_BCD_func__916 get; 
    267244N14_TIFFRGBAImage3__6E put; 
    268245char * Map; 
  • trunk/bindings/bcd/tiff/tiffvers.d

    r71 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.tiff.tiffvers; 
    3 const int TIFFLIB_VERSION = 20060323; 
     3align(4): 
     4const int TIFFLIB_VERSION = 20031226; 
  • trunk/bindings/bcd/vorbis/codec.d

    r31 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.vorbis.codec; 
    3 import bcd.bind; 
    4 import bcd.ogg.ogg; 
    5 extern (C) void free(void *); 
    6 extern (C) int vorbis_synthesis_halfrate_p(vorbis_info * v); 
    7 extern (C) int vorbis_synthesis_halfrate(vorbis_info * v, int flag); 
    8 extern (C) int vorbis_packet_blocksize(vorbis_info * vi, ogg_packet * op); 
    9 extern (C) int vorbis_synthesis_read(vorbis_dsp_state * v, int samples); 
    10 extern (C) int vorbis_synthesis_lapout(vorbis_dsp_state * v, float * * * pcm); 
    11 extern (C) int vorbis_synthesis_pcmout(vorbis_dsp_state * v, float * * * pcm); 
    12 extern (C) int vorbis_synthesis_blockin(vorbis_dsp_state * v, vorbis_block * vb); 
    13 extern (C) int vorbis_synthesis_trackonly(vorbis_block * vb, ogg_packet * op); 
    14 extern (C) int vorbis_synthesis(vorbis_block * vb, ogg_packet * op); 
    15 extern (C) int vorbis_synthesis_restart(vorbis_dsp_state * v); 
    16 extern (C) int vorbis_synthesis_init(vorbis_dsp_state * v, vorbis_info * vi); 
    17 extern (C) int vorbis_synthesis_headerin(vorbis_info * vi, vorbis_comment * vc, ogg_packet * op); 
    18 extern (C) int vorbis_bitrate_flushpacket(vorbis_dsp_state * vd, ogg_packet * op); 
    19 extern (C) int vorbis_bitrate_addblock(vorbis_block * vb); 
    20 extern (C) int vorbis_analysis(vorbis_block * vb, ogg_packet * op); 
    21 extern (C) int vorbis_analysis_blockout(vorbis_dsp_state * v, vorbis_block * vb); 
    22 extern (C) int vorbis_analysis_wrote(vorbis_dsp_state * v, int vals); 
    23 extern (C) float * * vorbis_analysis_buffer(vorbis_dsp_state * v, int vals); 
    24 extern (C) int vorbis_analysis_headerout(vorbis_dsp_state * v, vorbis_comment * vc, ogg_packet * op, ogg_packet * op_comm, ogg_packet * op_code); 
    25 extern (C) int vorbis_commentheader_out(vorbis_comment * vc, ogg_packet * op); 
    26 extern (C) int vorbis_analysis_init(vorbis_dsp_state * v, vorbis_info * vi); 
    27 extern (C) double vorbis_granule_time(vorbis_dsp_state * v, long granulepos); 
    28 extern (C) void vorbis_dsp_clear(vorbis_dsp_state * v); 
    29 extern (C) int vorbis_block_clear(vorbis_block * vb); 
    30 extern (C) int vorbis_block_init(vorbis_dsp_state * v, vorbis_block * vb); 
    31 extern (C) void vorbis_comment_clear(vorbis_comment * vc); 
    32 extern (C) int vorbis_comment_query_count(vorbis_comment * vc, char * tag); 
    33 extern (C) char * vorbis_comment_query(vorbis_comment * vc, char * tag, int count); 
    34 extern (C) void vorbis_comment_add_tag(vorbis_comment * vc, char * tag, char * contents); 
    35 extern (C) void vorbis_comment_add(vorbis_comment * vc, char * comment); 
    36 extern (C) void vorbis_comment_init(vorbis_comment * vc); 
    37 extern (C) int vorbis_info_blocksize(vorbis_info * vi, int zo); 
    38 extern (C) void vorbis_info_clear(vorbis_info * vi); 
    39 extern (C) void vorbis_info_init(vorbis_info * vi); 
     3align(4): 
     4public import bcd.ogg.ogg; 
     5const int OV_FALSE = -1; 
     6const int OV_EOF = -2; 
     7const int OV_HOLE = -3; 
     8const int OV_EREAD = -128; 
     9const int OV_EFAULT = -129; 
     10const int OV_EIMPL = -130; 
     11const int OV_EINVAL = -131; 
     12const int OV_ENOTVORBIS = -132; 
     13const int OV_EBADHEADER = -133; 
     14const int OV_EVERSION = -134; 
     15const int OV_ENOTAUDIO = -135; 
     16const int OV_EBADPACKET = -136; 
     17const int OV_EBADLINK = -137; 
     18const int OV_ENOSEEK = -138; 
     19extern (C) int vorbis_synthesis_halfrate_p(vorbis_info *); 
     20extern (C) int vorbis_synthesis_halfrate(vorbis_info *, int); 
     21extern (C) int vorbis_packet_blocksize(vorbis_info *, ogg_packet *); 
     22extern (C) int vorbis_synthesis_read(vorbis_dsp_state *, int); 
     23extern (C) int vorbis_synthesis_lapout(vorbis_dsp_state *, float * * *); 
     24extern (C) int vorbis_synthesis_pcmout(vorbis_dsp_state *, float * * *); 
     25extern (C) int vorbis_synthesis_blockin(vorbis_dsp_state *, vorbis_block *); 
     26extern (C) int vorbis_synthesis_trackonly(vorbis_block *, ogg_packet *); 
     27extern (C) int vorbis_synthesis(vorbis_block *, ogg_packet *); 
     28extern (C) int vorbis_synthesis_restart(vorbis_dsp_state *); 
     29extern (C) int vorbis_synthesis_init(vorbis_dsp_state *, vorbis_info *); 
     30extern (C) int vorbis_synthesis_headerin(vorbis_info *, vorbis_comment *, ogg_packet *); 
     31extern (C) int vorbis_bitrate_flushpacket(vorbis_dsp_state *, ogg_packet *); 
     32extern (C) int vorbis_bitrate_addblock(vorbis_block *); 
     33extern (C) int vorbis_analysis(vorbis_block *, ogg_packet *); 
     34extern (C) int vorbis_analysis_blockout(vorbis_dsp_state *, vorbis_block *); 
     35extern (C) int vorbis_analysis_wrote(vorbis_dsp_state *, int); 
     36extern (C) float * * vorbis_analysis_buffer(vorbis_dsp_state *, int); 
     37extern (C) int vorbis_analysis_headerout(vorbis_dsp_state *, vorbis_comment *, ogg_packet *, ogg_packet *, ogg_packet *); 
     38extern (C) int vorbis_commentheader_out(vorbis_comment *, ogg_packet *); 
     39extern (C) int vorbis_analysis_init(vorbis_dsp_state *, vorbis_info *); 
     40extern (C) double vorbis_granule_time(vorbis_dsp_state *, long); 
     41extern (C) void vorbis_dsp_clear(vorbis_dsp_state *); 
     42extern (C) int vorbis_block_clear(vorbis_block *); 
     43extern (C) int vorbis_block_init(vorbis_dsp_state *, vorbis_block *); 
     44extern (C) void vorbis_comment_clear(vorbis_comment *); 
     45extern (C) int vorbis_comment_query_count(vorbis_comment *, char *); 
     46extern (C) char * vorbis_comment_query(vorbis_comment *, char *, int); 
     47extern (C) void vorbis_comment_add_tag(vorbis_comment *, char *, char *); 
     48extern (C) void vorbis_comment_add(vorbis_comment *, char *); 
     49extern (C) void vorbis_comment_init(vorbis_comment *); 
     50extern (C) int vorbis_info_blocksize(vorbis_info *, int); 
     51extern (C) void vorbis_info_clear(vorbis_info *); 
     52extern (C) void vorbis_info_init(vorbis_info *); 
    4053struct vorbis_comment { 
    4154char * * user_comments; 
  • trunk/bindings/bcd/vorbis/vorbisenc.d

    r31 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.vorbis.vorbisenc; 
    3 import bcd.bind; 
    4 import bcd.ogg.ogg; 
    5 extern (C) void free(void *); 
    6 import bcd.vorbis.codec; 
    7 extern (C) int vorbis_encode_ctl(vorbis_info * vi, int number, void * arg); 
    8 extern (C) int vorbis_encode_setup_init(vorbis_info * vi); 
    9 extern (C) int vorbis_encode_init_vbr(vorbis_info * vi, int channels, int rate, float base_quality); 
    10 extern (C) int vorbis_encode_setup_vbr(vorbis_info * vi, int channels, int rate, float quality); 
    11 extern (C) int vorbis_encode_setup_managed(vorbis_info * vi, int channels, int rate, int max_bitrate, int nominal_bitrate, int min_bitrate); 
    12 extern (C) int vorbis_encode_init(vorbis_info * vi, int channels, int rate, int max_bitrate, int nominal_bitrate, int min_bitrate); 
     3align(4): 
     4public import bcd.ogg.ogg; 
     5const int OV_ECTL_RATEMANAGE_GET = 0x10; 
     6const int OV_ECTL_RATEMANAGE_SET = 0x11; 
     7const int OV_ECTL_RATEMANAGE_AVG = 0x12; 
     8const int OV_ECTL_RATEMANAGE_HARD = 0x13; 
     9const int OV_ECTL_RATEMANAGE2_GET = 0x14; 
     10const int OV_ECTL_RATEMANAGE2_SET = 0x15; 
     11const int OV_ECTL_LOWPASS_GET = 0x20; 
     12const int OV_ECTL_LOWPASS_SET = 0x21; 
     13const int OV_ECTL_IBLOCK_GET = 0x30; 
     14const int OV_ECTL_IBLOCK_SET = 0x31; 
     15public import bcd.vorbis.codec; 
     16extern (C) int vorbis_encode_ctl(vorbis_info *, int, void *); 
     17extern (C) int vorbis_encode_setup_init(vorbis_info *); 
     18extern (C) int vorbis_encode_init_vbr(vorbis_info *, int, int, float); 
     19extern (C) int vorbis_encode_setup_vbr(vorbis_info *, int, int, float); 
     20extern (C) int vorbis_encode_setup_managed(vorbis_info *, int, int, int, int, int); 
     21extern (C) int vorbis_encode_init(vorbis_info *, int, int, int, int, int); 
    1322struct ovectl_ratemanage2_arg { 
    1423int management_active; 
  • trunk/bindings/bcd/vorbis/vorbisfile.d

    r31 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.vorbis.vorbisfile; 
    3 struct __gconv_step {} 
    4 struct __gconv_step_data {} 
    5 struct _IO_FILE {} 
    6 import bcd.bind; 
    7 import bcd.ogg.ogg; 
    8 extern (C) void free(void *); 
    9 import bcd.vorbis.codec; 
    10 alias uint function(void *, uint, uint, void *) _BCD_func__1076; 
    11 alias int function(void *, long, int) _BCD_func__1077; 
     3align(4): 
     4import std.stdio; 
     5alias FILE _IO_FILE; 
     6public import bcd.ogg.ogg; 
     7const int NOTOPEN = 0; 
     8const int PARTOPEN = 1; 
     9const int OPENED = 2; 
     10const int STREAMSET = 3; 
     11const int INITSET = 4; 
     12public import bcd.vorbis.codec; 
     13alias uint function(void *, uint, uint, void *) _BCD_func__1082; 
     14alias int function(void *, long, int) _BCD_func__1083; 
    1215alias int function(void *) _BCD_func__373; 
    13 alias int function(void *) _BCD_func__1078
    14 extern (C) int ov_halfrate_p(OggVorbis_File * vf); 
    15 extern (C) int ov_halfrate(OggVorbis_File * vf, int flag); 
    16 extern (C) int ov_crosslap(OggVorbis_File * vf1, OggVorbis_File * vf2); 
    17 extern (C) int ov_read(OggVorbis_File * vf, char * buffer, int length, int bigendianp, int word, int sgned, int * bitstream); 
    18 extern (C) int ov_read_float(OggVorbis_File * vf, float * * * pcm_channels, int samples, int * bitstream); 
    19 extern (C) vorbis_comment * ov_comment(OggVorbis_File * vf, int link); 
    20 extern (C) vorbis_info * ov_info(OggVorbis_File * vf, int link); 
    21 extern (C) double ov_time_tell(OggVorbis_File * vf); 
    22 extern (C) long ov_pcm_tell(OggVorbis_File * vf); 
    23 extern (C) long ov_raw_tell(OggVorbis_File * vf); 
    24 extern (C) int ov_time_seek_page_lap(OggVorbis_File * vf, double pos); 
    25 extern (C) int ov_time_seek_lap(OggVorbis_File * vf, double pos); 
    26 extern (C) int ov_pcm_seek_page_lap(OggVorbis_File * vf, long pos); 
    27 extern (C) int ov_pcm_seek_lap(OggVorbis_File * vf, long pos); 
    28 extern (C) int ov_raw_seek_lap(OggVorbis_File * vf, long pos); 
    29 extern (C) int ov_time_seek_page(OggVorbis_File * vf, double pos); 
    30 extern (C) int ov_time_seek(OggVorbis_File * vf, double pos); 
    31 extern (C) int ov_pcm_seek_page(OggVorbis_File * vf, long pos); 
    32 extern (C) int ov_pcm_seek(OggVorbis_File * vf, long pos); 
    33 extern (C) int ov_raw_seek(OggVorbis_File * vf, long pos); 
    34 extern (C) double ov_time_total(OggVorbis_File * vf, int i); 
    35 extern (C) long ov_pcm_total(OggVorbis_File * vf, int i); 
    36 extern (C) long ov_raw_total(OggVorbis_File * vf, int i); 
    37 extern (C) int ov_serialnumber(OggVorbis_File * vf, int i); 
    38 extern (C) int ov_seekable(OggVorbis_File * vf); 
    39 extern (C) int ov_streams(OggVorbis_File * vf); 
    40 extern (C) int ov_bitrate_instant(OggVorbis_File * vf); 
    41 extern (C) int ov_bitrate(OggVorbis_File * vf, int i); 
    42 extern (C) int ov_test_open(OggVorbis_File * vf); 
    43 extern (C) int ov_test_callbacks(void * datasource, OggVorbis_File * vf, char * initial, int ibytes, ov_callbacks callbacks); 
    44 extern (C) int ov_test(_IO_FILE * f, OggVorbis_File * vf, char * initial, int ibytes); 
    45 extern (C) int ov_open_callbacks(void * datasource, OggVorbis_File * vf, char * initial, int ibytes, ov_callbacks callbacks); 
    46 extern (C) int ov_open(_IO_FILE * f, OggVorbis_File * vf, char * initial, int ibytes); 
    47 extern (C) int ov_clear(OggVorbis_File * vf); 
     16alias int function(void *) _BCD_func__1084
     17extern (C) int ov_halfrate_p(OggVorbis_File *); 
     18extern (C) int ov_halfrate(OggVorbis_File *, int); 
     19extern (C) int ov_crosslap(OggVorbis_File *, OggVorbis_File *); 
     20extern (C) int ov_read(OggVorbis_File *, char *, int, int, int, int, int *); 
     21extern (C) int ov_read_float(OggVorbis_File *, float * * *, int, int *); 
     22extern (C) vorbis_comment * ov_comment(OggVorbis_File *, int); 
     23extern (C) vorbis_info * ov_info(OggVorbis_File *, int); 
     24extern (C) double ov_time_tell(OggVorbis_File *); 
     25extern (C) long ov_pcm_tell(OggVorbis_File *); 
     26extern (C) long ov_raw_tell(OggVorbis_File *); 
     27extern (C) int ov_time_seek_page_lap(OggVorbis_File *, double); 
     28extern (C) int ov_time_seek_lap(OggVorbis_File *, double); 
     29extern (C) int ov_pcm_seek_page_lap(OggVorbis_File *, long); 
     30extern (C) int ov_pcm_seek_lap(OggVorbis_File *, long); 
     31extern (C) int ov_raw_seek_lap(OggVorbis_File *, long); 
     32extern (C) int ov_time_seek_page(OggVorbis_File *, double); 
     33extern (C) int ov_time_seek(OggVorbis_File *, double); 
     34extern (C) int ov_pcm_seek_page(OggVorbis_File *, long); 
     35extern (C) int ov_pcm_seek(OggVorbis_File *, long); 
     36extern (C) int ov_raw_seek(OggVorbis_File *, long); 
     37extern (C) double ov_time_total(OggVorbis_File *, int); 
     38extern (C) long ov_pcm_total(OggVorbis_File *, int); 
     39extern (C) long ov_raw_total(OggVorbis_File *, int); 
     40extern (C) int ov_serialnumber(OggVorbis_File *, int); 
     41extern (C) int ov_seekable(OggVorbis_File *); 
     42extern (C) int ov_streams(OggVorbis_File *); 
     43extern (C) int ov_bitrate_instant(OggVorbis_File *); 
     44extern (C) int ov_bitrate(OggVorbis_File *, int); 
     45extern (C) int ov_test_open(OggVorbis_File *); 
     46extern (C) int ov_test_callbacks(void *, OggVorbis_File *, char *, int, ov_callbacks); 
     47extern (C) int ov_test(_IO_FILE *, OggVorbis_File *, char *, int); 
     48extern (C) int ov_open_callbacks(void *, OggVorbis_File *, char *, int, ov_callbacks); 
     49extern (C) int ov_open(_IO_FILE *, OggVorbis_File *, char *, int); 
     50extern (C) int ov_clear(OggVorbis_File *); 
    4851alias int function(void *, long *, int) _BCD_func__375; 
    4952alias int function(void *, char *, uint) _BCD_func__377; 
    5053alias int function(void *, char *, uint) _BCD_func__379; 
    51 alias void function(void *) _BCD_func__914; 
    52 alias int function(void * *, char *) _BCD_func__915; 
    53 alias int function(char *, char * * *, uint *) _BCD_func__916; 
    54 alias int function(void *, char *, char *, char *, char *) _BCD_func__917; 
    55 alias int function(__gconv_step *, __gconv_step_data *, void *, char *, char * *, char *, char * *, uint *) _BCD_func__918; 
    56 alias void function(__gconv_step *) _BCD_func__919; 
    57 alias int function(__gconv_step *) _BCD_func__920; 
    58 alias uint function(__gconv_step *, char) _BCD_func__921; 
    59 alias int function(__gconv_step *, __gconv_step_data *, char * *, char *, char * *, uint *, int, int) _BCD_func__922; 
     54alias void function(void *) _BCD_func__920; 
     55alias int function(void * *, char *) _BCD_func__921; 
     56alias int function(char *, char * * *, uint *) _BCD_func__922; 
     57alias int function(void *, char *, char *, char *, char *) _BCD_func__923; 
    6058struct OggVorbis_File { 
    6159void * datasource; 
     
    8381} 
    8482struct ov_callbacks { 
    85 _BCD_func__1076 read_func; 
    86 _BCD_func__1077 seek_func; 
     83_BCD_func__1082 read_func; 
     84_BCD_func__1083 seek_func; 
    8785_BCD_func__373 close_func; 
    88 _BCD_func__1078 tell_func; 
     86_BCD_func__1084 tell_func; 
    8987} 
  • trunk/bindings/bcd/xlib/X.d

    r83 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.xlib.X; 
     3align(4): 
    34const int X_PROTOCOL = 11; 
    45const int X_PROTOCOL_REVISION = 0; 
     6const int None = 0; 
     7const int ParentRelative = 1; 
     8const int CopyFromParent = 0; 
     9const int PointerWindow = 0; 
     10const int InputFocus = 1; 
     11const int PointerRoot = 1; 
     12const int AnyPropertyType = 0; 
     13const int AnyKey = 0; 
     14const int AnyButton = 0; 
     15const int AllTemporary = 0; 
     16const int CurrentTime = 0; 
     17const int NoSymbol = 0; 
     18const int NoEventMask = 0; 
    519const int KeyPress = 2; 
    620const int KeyRelease = 3; 
  • trunk/bindings/bcd/xlib/XInput.d

    r114 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.xlib.XInput; 
    3 public import bcd.xlib.Xlib; 
     3import bcd.xlib.Xlib; 
     4align(4): 
    45struct XExtensionVersion {} 
    56const int _deviceKeyPress = 0; 
     
    8586char length; 
    8687short num_buttons; 
    87 char * buttons; 
     88char [32] buttons; 
    8889} 
    8990struct XKeyState { 
     
    9192char length; 
    9293short num_keys; 
    93 char * keys; 
     94char [32] keys; 
    9495} 
    9596struct XValuatorState { 
     
    303304int led_mask; 
    304305int global_auto_repeat; 
    305 char * auto_repeats; 
     306char [32] auto_repeats; 
    306307} 
    307308struct XFeedbackState { 
     
    336337char length; 
    337338short num_buttons; 
    338 char * buttons; 
     339char [32] buttons; 
    339340} 
    340341struct XKeyStatus { 
     
    342343char length; 
    343344short num_keys; 
    344 char * keys; 
     345char [32] keys; 
    345346} 
    346347struct XValuatorStatus { 
     
    349350char num_valuators; 
    350351char mode; 
    351 int * valuators; 
     352int [6] valuators; 
    352353} 
    353354struct XDeviceStateNotifyEvent { 
     
    360361uint time; 
    361362int num_classes; 
    362 char * data; 
     363char [64] data; 
    363364} 
    364365struct XInputClass { 
     
    385386char axes_count; 
    386387char first_axis; 
    387 int * axis_data; 
     388int [6] axis_data; 
    388389} 
    389390struct XDeviceFocusChangeEvent { 
     
    418419char axes_count; 
    419420char first_axis; 
    420 int * axis_data; 
     421int [6] axis_data; 
    421422} 
    422423struct XDeviceButtonEvent { 
     
    440441char axes_count; 
    441442char first_axis; 
    442 int * axis_data; 
     443int [6] axis_data; 
    443444} 
    444445struct XDeviceKeyEvent { 
     
    462463char axes_count; 
    463464char first_axis; 
    464 int * axis_data; 
    465 } 
     465int [6] axis_data; 
     466} 
  • trunk/bindings/bcd/xlib/XTest.d

    r114 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.xlib.XTest; 
    3 public import bcd.xlib.Xlib; 
    4 public import bcd.xlib.XInput; 
     3import bcd.xlib.Xlib; 
     4import bcd.xlib.XInput; 
     5align(4): 
    56const int X_XTestGetVersion = 0; 
    67const int X_XTestCompareCursor = 1; 
     
    1112const int XTestMajorVersion = 2; 
    1213const int XTestMinorVersion = 2; 
     14const char[] XTestExtensionName = "XTEST"; 
    1315extern (C) int XTestDiscard(void *); 
    1416extern (C) void XTestSetVisualIDOfVisual(Visual *, uint); 
  • trunk/bindings/bcd/xlib/Xlib.d

    r114 r123  
    11/* THIS FILE GENERATED BY bcd.gen */ 
    22module bcd.xlib.Xlib; 
     3align(4): 
    34const int XlibSpecificationRelease = 6; 
    45const int X_HAVE_UTF8_STRING = 1; 
     
    89const int QueuedAfterReading = 1; 
    910const int QueuedAfterFlush = 2; 
     11const char[] XNRequiredCharSet = "requiredCharSet"; 
     12const char[] XNQueryOrientation = "queryOrientation"; 
     13const char[] XNBaseFontName = "baseFontName"; 
     14const char[] XNOMAutomatic = "omAutomatic"; 
     15const char[] XNMissingCharSet = "missingCharSet"; 
     16const char[] XNDefaultString = "defaultString"; 
     17const char[] XNOrientation = "orientation"; 
     18const char[] XNDirectionalDependentDrawing = "directionalDependentDrawing"; 
     19const char[] XNContextualDrawing = "contextualDrawing"; 
     20const char[] XNFontInfo = "fontInfo"; 
     21const int XIMPreeditArea = 0x0001; 
     22const int XIMPreeditCallbacks = 0x0002; 
     23const int XIMPreeditPosition = 0x0004; 
     24const int XIMPreeditNothing = 0x0008; 
     25const int XIMPreeditNone = 0x0010; 
     26const int XIMStatusArea = 0x0100; 
     27const int XIMStatusCallbacks = 0x0200; 
     28const int XIMStatusNothing = 0x0400; 
     29const int XIMStatusNone = 0x0800; 
     30const char[] XNVaNestedList = "XNVaNestedList"; 
     31const char[] XNQueryInputStyle = "queryInputStyle"; 
     32const char[] XNClientWindow = "clientWindow"; 
     33const char[] XNInputStyle = "inputStyle"; 
     34const char[] XNFocusWindow = "focusWindow"; 
     35const char[] XNResourceName = "resourceName"; 
     36const char[] XNResourceClass = "resourceClass"; 
     37const char[] XNGeometryCallback = "geometryCallback"; 
     38const char[] XNDestroyCallback = "destroyCallback"; 
     39const char[] XNFilterEvents = "filterEvents"; 
     40const char[] XNPreeditStartCallback = "preeditStartCallback"; 
     41const char[] XNPreeditDoneCallback = "preeditDoneCallback"; 
     42const char[] XNPreeditDrawCallback = "preeditDrawCallback"; 
     43const char[] XNPreeditCaretCallback = "preeditCaretCallback"; 
     44const char[] XNPreeditStateNotifyCallback = "preeditStateNotifyCallback"; 
     45const char[] XNPreeditAttributes = "preeditAttributes"; 
     46const char[] XNStatusStartCallback = "statusStartCallback"; 
     47const char[