Lines Matching refs:nm

136         Name nm = name;
139 answer = ctx.p_getAttributes(nm, attrIds, cont);
141 nm = cont.getRemainingName();
143 answer = ctx.p_getAttributes(nm, attrIds, cont);
162 Name nm = name;
165 ctx.p_modifyAttributes(nm, mod_op, attrs, cont);
167 nm = cont.getRemainingName();
169 ctx.p_modifyAttributes(nm, mod_op, attrs, cont);
187 Name nm = name;
190 ctx.p_modifyAttributes(nm, mods, cont);
192 nm = cont.getRemainingName();
194 ctx.p_modifyAttributes(nm, mods, cont);
212 Name nm = name;
215 ctx.p_bind(nm, obj, attrs, cont);
217 nm = cont.getRemainingName();
219 ctx.p_bind(nm, obj, attrs, cont);
237 Name nm = name;
240 ctx.p_rebind(nm, obj, attrs, cont);
242 nm = cont.getRemainingName();
244 ctx.p_rebind(nm, obj, attrs, cont);
263 Name nm = name;
266 answer = ctx.p_createSubcontext(nm, attrs, cont);
268 nm = cont.getRemainingName();
270 answer = ctx.p_createSubcontext(nm, attrs, cont);
314 Name nm = name;
317 answer = ctx.p_search(nm, matchingAttributes,
320 nm = cont.getRemainingName();
322 answer = ctx.p_search(nm, matchingAttributes,
353 Name nm = name;
356 answer = ctx.p_search(nm, filter, cons, cont);
358 nm = cont.getRemainingName();
360 answer = ctx.p_search(nm, filter, cons, cont);
391 Name nm = name;
394 answer = ctx.p_search(nm, filterExpr, filterArgs, cons, cont);
396 nm = cont.getRemainingName();
398 answer = ctx.p_search(nm, filterExpr, filterArgs, cons, cont);
417 Name nm = name;
420 answer = ctx.p_getSchema(nm, cont);
422 nm = cont.getRemainingName();
424 answer = ctx.p_getSchema(nm, cont);
444 Name nm = name;
447 answer = ctx.p_getSchemaClassDefinition(nm, cont);
449 nm = cont.getRemainingName();
451 answer = ctx.p_getSchemaClassDefinition(nm, cont);