Lines Matching refs:PathNode
119 typedef struct PathNode PathNode; typedef
120 struct PathNode { struct
121 PathNode *next; /* The next directory in the path */ argument
153 PathNode *head; /* The head of the list of directories in the */
155 PathNode *tail; /* The tail of the list of directories in the */
303 pc->node_mem = _new_FreeList(sizeof(PathNode), PATH_NODE_BLK); in new_PathCache()
511 PathNode *node; /* A node in the list of directory paths */ in pca_scan_path()
808 PathNode *node; /* The new directory list node */ in add_PathNode()
823 node = (PathNode *) _new_FreeListNode(pc->node_mem); in add_PathNode()
855 node = (PathNode *) _del_FreeListNode(pc->node_mem, node); in add_PathNode()
1013 PathNode *node; /* A node in the list of directories in the path */ in pca_lookup_file()
1217 PathNode *node; /* A node in the list of directories in the path */ in CPL_MATCH_FN()
1700 PathNode *node; /* A node in the list of directories in the path */ in pca_remove_marks()