Lines Matching refs:buffer_copy_string_len

589 					buffer_copy_string_len(token, CONST_STR_LEN("=>"));  in config_tokenizer()
603 buffer_copy_string_len(token, CONST_STR_LEN("==")); in config_tokenizer()
609 buffer_copy_string_len(token, CONST_STR_LEN("=~")); in config_tokenizer()
624 buffer_copy_string_len(token, t->input + t->offset, 1); in config_tokenizer()
642 buffer_copy_string_len(token, CONST_STR_LEN("!=")); in config_tokenizer()
648 buffer_copy_string_len(token, CONST_STR_LEN("!~")); in config_tokenizer()
703 buffer_copy_string_len(token, CONST_STR_LEN("(EOL)")); in config_tokenizer()
714 buffer_copy_string_len(token, CONST_STR_LEN("(COMMA)")); in config_tokenizer()
723 buffer_copy_string_len(token, CONST_STR_LEN("")); in config_tokenizer()
769 buffer_copy_string_len(token, CONST_STR_LEN("(")); in config_tokenizer()
777 buffer_copy_string_len(token, CONST_STR_LEN(")")); in config_tokenizer()
786 buffer_copy_string_len(token, CONST_STR_LEN("$")); in config_tokenizer()
793 buffer_copy_string_len(token, CONST_STR_LEN("+=")); in config_tokenizer()
798 buffer_copy_string_len(token, CONST_STR_LEN("+")); in config_tokenizer()
807 buffer_copy_string_len(token, CONST_STR_LEN("{")); in config_tokenizer()
816 buffer_copy_string_len(token, CONST_STR_LEN("}")); in config_tokenizer()
825 buffer_copy_string_len(token, CONST_STR_LEN("[")); in config_tokenizer()
834 buffer_copy_string_len(token, CONST_STR_LEN("]")); in config_tokenizer()
849 buffer_copy_string_len(token, t->input + t->offset, i); in config_tokenizer()
869 buffer_copy_string_len(token, t->input + t->offset, i); in config_tokenizer()
884 buffer_copy_string_len(token, t->input + t->offset, i); in config_tokenizer()
1112 buffer_copy_string_len(context.basedir, fn, pos - fn + 1); in config_read()
1117 buffer_copy_string_len(dc->key, CONST_STR_LEN("global")); in config_read()
1128 buffer_copy_string_len(dpid->key, CONST_STR_LEN("var.PID")); in config_read()
1135 buffer_copy_string_len(dcwd->key, CONST_STR_LEN("var.CWD")); in config_read()
1169 buffer_copy_string_len(ds->value, CONST_STR_LEN("mod_indexfile")); in config_read()
1182 buffer_copy_string_len(ds->value, CONST_STR_LEN("mod_dirlisting")); in config_read()
1188 buffer_copy_string_len(ds->value, CONST_STR_LEN("mod_staticfile")); in config_read()
1198 buffer_copy_string_len(ds->value, CONST_STR_LEN("mod_indexfile")); in config_read()
1202 buffer_copy_string_len(ds->value, CONST_STR_LEN("mod_dirlisting")); in config_read()
1206 buffer_copy_string_len(ds->value, CONST_STR_LEN("mod_staticfile")); in config_read()
1209 buffer_copy_string_len(modules->key, CONST_STR_LEN("server.modules")); in config_read()