Lines Matching refs:prefix_len
185 ctx->ctx.list->ns->prefix_len > 0) {
365 size_t prefix_len;
367 prefix_len = strlen(_list->ns->prefix);
375 if (strncmp(test_pattern, _list->ns->prefix, prefix_len) == 0)
376 test_pattern += prefix_len;
415 if (strncmp(pattern, ns->prefix, ns->prefix_len) != 0) {
439 ns->prefix_len == 6 &&
441 strncasecmp(ns->prefix, pattern, ns->prefix_len) == 0) {
450 (strncmp(ns->prefix, prefix_vname, ns->prefix_len-1) == 0 &&
451 prefix_vname[ns->prefix_len-1] == '\0'))) {
649 ctx->ctx.list->ns->prefix_len > 0) {
774 if (ctx->inbox_has_children && ctx->ctx.list->ns->prefix_len > 0 &&
819 strlen(ctx->info.vname) < _ctx->list->ns->prefix_len) {