Home | Sort by: relevance | last modified time | path |
/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); |