Skip to content
Snippets Groups Projects
Select Git revision
  • 22aaec41b283dd9cb6d3b9b05f346e6ec14f44ff
  • master default
  • dbck-q-n-d-link
  • foutput-text_stat-override
  • generations
  • text-stat-sha256
  • use-nettle
  • import-nettle
  • refactor-cached_get_text
  • refactor-cached_get_text-part-2
  • add-text_store
  • introduce-generation_position
  • remove-reclamation
  • dbfile-temp-filenames
  • sstrdup
  • dbfile_open_read-check-magic
  • adns_dist
  • liboop_dist
  • search
  • isc
  • dbdbckmultiplechoice
  • last.cvs.revision
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • adns_1_0
  • liboop_0_9
  • 2.0.7
  • search_bp
  • 2.0.6
  • 2.0.5
  • isc_1_01
  • Protocol-A-10.4
  • 2.0.4
  • 2.0.3
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • isc_1_00
  • isc_merge_1999_05_01
  • isc_merge_1999_04_21
41 results

prot-a-parse.h

Blame
  • prot-a-parse.h 679 B
    extern long
    prot_a_parse_long(Connection *client);
    
    extern void
    prot_a_parse_priv_bits(Connection *client,
    		       Priv_bits  *result);
    
    extern void
    prot_a_parse_conf_type(Connection *client,
    		       Conf_type      *result);
    
    
    extern void
    prot_a_parse_string(Connection *client,
    	     String	    *result,
    	     int	     maxlen);
    
    extern void
    prot_a_parse_misc_info(Connection *client,
    		Misc_info      *result);
    
    /*
     * Return next token from the input stream. Note that the String returned
     * by this call points into data that might be freed by the next call to
     * get_token or any function which reads from the stream.
     */
    extern String
    prot_a_get_token(Connection *client);