Home
last modified time | relevance | path

Searched refs:lasttoken (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile.c934 buffer *token, *lasttoken; in config_parse() local
938 lasttoken = buffer_init(); in config_parse()
941 buffer_copy_string_buffer(lasttoken, token); in config_parse()
959 "configfile parser failed at:", lasttoken); in config_parse()
964 "parser failed somehow near here:", lasttoken); in config_parse()
967 buffer_free(lasttoken); in config_parse()