Lines Matching refs:buffer_copy_string_len
384 buffer_copy_string_len(tb, CONST_STR_LEN("mod_authn_")); in config_warn_authn_module()
589 buffer_copy_string_len(m, CONST_STR_LEN("mod_deflate")); in config_deprecate_module_compress()
1189 buffer_copy_string_len(&ds->value, in config_insert()
1864 buffer_copy_string_len(token, CONST_STR_LEN("(EOL)")); in config_tokenizer()
1881 buffer_copy_string_len(token, s, 2); /* "=>" */ in config_tokenizer()
1898 buffer_copy_string_len(token, s, 2); /* "==" "=~" "=^" "=$" */ in config_tokenizer()
1903 buffer_copy_string_len(token, s, 1); /* "=" */ in config_tokenizer()
1922 buffer_copy_string_len(token, s, 2); /* "!=" "!~" */ in config_tokenizer()
1952 buffer_copy_string_len(token, CONST_STR_LEN("(EOL)")); in config_tokenizer()
1959 buffer_copy_string_len(token, CONST_STR_LEN("(COMMA)")); in config_tokenizer()
1967 buffer_copy_string_len(token, CONST_STR_LEN("")); in config_tokenizer()
1989 buffer_copy_string_len(token, s, 1); /* "(" */ in config_tokenizer()
1997 buffer_copy_string_len(token, s, 1); /* ")" */ in config_tokenizer()
2003 buffer_copy_string_len(token, s, 1); /* "$" */ in config_tokenizer()
2008 buffer_copy_string_len(token, s, 2); /* "+=" */ in config_tokenizer()
2013 buffer_copy_string_len(token, s, 1); /* "+" */ in config_tokenizer()
2021 buffer_copy_string_len(token, s, 2); /* ":=" */ in config_tokenizer()
2025 buffer_copy_string_len(token, s, 1); /* "{" */ in config_tokenizer()
2042 buffer_copy_string_len(token, s, 1); /* "}" */ in config_tokenizer()
2046 buffer_copy_string_len(token, s, 1); /* "[" */ in config_tokenizer()
2050 buffer_copy_string_len(token, s, 1); /* "]" */ in config_tokenizer()
2064 buffer_copy_string_len(token, s, i); in config_tokenizer()
2076 buffer_copy_string_len(token, s, i); in config_tokenizer()
2089 buffer_copy_string_len(token, s, i); in config_tokenizer()
2240 buffer_copy_string_len(filename, fn, fnlen); in config_parse_file()
2389 if (blen > 1) buffer_copy_string_len(b, tb->ptr+1, blen-2); in config_remoteip_normalize_ipv6()
2477 buffer_copy_string_len(context.basedir, fn, pos - fn + 1); in config_read()
2481 buffer_copy_string_len(&dc->key, CONST_STR_LEN("global")); in config_read()