Sha256: 93166a96c9bebfd0a691e731c6772c4e49f064fda0ea56c470f7423c15504575

Contents?: true

Size: 350 Bytes

Versions: 10

Compression:

Stored size: 350 Bytes

Contents

#ifndef _INPUT_CBG_
#define _INPUT_CBG_

void ruby_init_input_callbacks(void);

typedef struct ic_doc_context {
    char *buffer;
    char *bpos;
    int remaining;
} ic_doc_context;

typedef struct ic_scheme {
    char *scheme_name;
    //MUFF char *class;
    VALUE class;
    int name_len;

    struct ic_scheme *next_scheme;
} ic_scheme;

#endif

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
libxml-ruby-0.3.8.2 ext/xml/ruby_xml_input_cbg.h
libxml-ruby-0.3.6 ext/xml/ruby_xml_input_cbg.h
libxml-ruby-0.3.8 ext/xml/ruby_xml_input_cbg.h
mkrf-0.1.1 test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_input_cbg.h
mkrf-0.2.0 test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_input_cbg.h
mkrf-0.2.2 test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_input_cbg.h
mkrf-0.1.2 test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_input_cbg.h
mkrf-0.2.1 test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_input_cbg.h
mkrf-0.1.0 test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_input_cbg.h
mkrf-0.2.3 test/sample_files/libxml-ruby-0.3.8/ext/xml/ruby_xml_input_cbg.h