Lines Matching refs:alias
117 const struct mapi_stub *alias = NULL;
122 /* find the missing stubs, and decide the alias */
138 if (alias && stub_get_slot(alias) != slot)
140 /* use the first existing stub as the alias */
141 if (!alias)
142 alias = stub;
160 stub_fix_dynamic(stub, alias);
161 if (!alias)
162 alias = stub;
165 return (alias) ? stub_get_slot(alias) : -1;