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

  /src/common/include/ppath/
ppath.h 14 typedef struct _ppath ppath_t; typedef in typeref:struct:_ppath
23 ppath_t *ppath_create(void);
24 unsigned int ppath_length(const ppath_t *);
27 ppath_t *ppath_pop(ppath_t *, ppath_component_t **);
28 ppath_t *ppath_push(ppath_t *, ppath_component_t *);
29 ppath_component_t *ppath_component_at(const ppath_t *, unsigned int);
30 ppath_t *ppath_subpath(const ppath_t *, unsigned int, unsigned int)
    [all...]
ppath.h 14 typedef struct _ppath ppath_t; typedef in typeref:struct:_ppath
23 ppath_t *ppath_create(void);
24 unsigned int ppath_length(const ppath_t *);
27 ppath_t *ppath_pop(ppath_t *, ppath_component_t **);
28 ppath_t *ppath_push(ppath_t *, ppath_component_t *);
29 ppath_component_t *ppath_component_at(const ppath_t *, unsigned int);
30 ppath_t *ppath_subpath(const ppath_t *, unsigned int, unsigned int)
    [all...]

Completed in 113 milliseconds