Lines Matching refs:priv
70 struct match_priv priv;
107 priv.depth = 0;
108 priv.ci = ci;
109 rc = smb_match_private(p, s, &priv);
140 smb_match_private(const char *pat, const char *str, struct match_priv *priv)
148 if (priv->depth >= SMB_MATCH_DEPTH_MAX)
188 priv->depth++;
189 rc = smb_match_private(pat, str, priv);
190 priv->depth--;
202 priv->depth++;
203 rc = smb_match_private(pat, str, priv);
204 priv->depth--;
252 if (priv->ci) {