HomeSort by: relevance | last modified time | path
    Searched defs:pc0 (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libppath/
ppath.c 272 ppath_component_t *pc0, *pc; local in function:ppath_replace_idx
277 pc0 = p->p_cmpt[p->p_len - 1];
279 if (pc0->pc_type != PPATH_T_IDX)
286 ppath_component_release(pc0);
294 ppath_component_t *pc0, *pc; local in function:ppath_replace_key
299 pc0 = p->p_cmpt[p->p_len - 1];
301 if (pc0->pc_type != PPATH_T_KEY)
308 ppath_component_release(pc0);
ppath.c 272 ppath_component_t *pc0, *pc; local in function:ppath_replace_idx
277 pc0 = p->p_cmpt[p->p_len - 1];
279 if (pc0->pc_type != PPATH_T_IDX)
286 ppath_component_release(pc0);
294 ppath_component_t *pc0, *pc; local in function:ppath_replace_key
299 pc0 = p->p_cmpt[p->p_len - 1];
301 if (pc0->pc_type != PPATH_T_KEY)
308 ppath_component_release(pc0);

Completed in 22 milliseconds