Lines Matching refs:k
90 int ch, j = 0, k; in base64_decode() local
128 k = j; in base64_decode()
136 k++; in base64_decode()
138 result[k++] = 0; in base64_decode()
141 result[k] = '\0'; in base64_decode()
143 out->used = k; in base64_decode()
353 const char *k, *v, *e; in http_auth_match_rules() local
392 k = r; in http_auth_match_rules()
398 if (0 == strncmp(k, "user", k_len)) { in http_auth_match_rules()
404 } else if (0 == strncmp(k, "host", k_len)) { in http_auth_match_rules()
411 if (0 == strncmp(k, "group", k_len)) { in http_auth_match_rules()
414 log_error_write(srv, __FILE__, __LINE__, "ss", "unknown key", k); in http_auth_match_rules()