Searched refs:freepath (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dfile.h31 char *freepath; /* pointer to the allocated block we must free, this might member in struct:FILEPROTO
H A Dfile.c238 file->freepath = real_path; /* free this when done */
259 Curl_safefree(file->freepath);
276 Curl_safefree(file->freepath);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmds_client.c1503 u64 *ino, int *freepath)
1508 r = build_inode_path(rinode, ppath, pathlen, ino, freepath);
1512 r = build_dentry_path(rdentry, ppath, pathlen, ino, freepath);
1500 set_request_path_attr(struct inode *rinode, struct dentry *rdentry, const char *rpath, u64 rino, const char **ppath, int *pathlen, u64 *ino, int *freepath) argument

Completed in 162 milliseconds