Home
last modified time | relevance | path

Searched refs:pplen (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dparseurl.c210 int pplen = in->av_len; in RTMP_ParsePlaypath() local
218 pplen = strlen(ppstart); in RTMP_ParsePlaypath()
222 pplen = temp-ppstart; in RTMP_ParsePlaypath()
227 if (pplen >= 4) { in RTMP_ParsePlaypath()
231 ext = &ppstart[pplen-4]; in RTMP_ParsePlaypath()
246 streamname = (char *)malloc((pplen+4+1)*sizeof(char)); in RTMP_ParsePlaypath()
267 for (p=(char *)ppstart; pplen >0;) { in RTMP_ParsePlaypath()
271 pplen -= 4; in RTMP_ParsePlaypath()
278 pplen -= 3; in RTMP_ParsePlaypath()
282 pplen--; in RTMP_ParsePlaypath()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_dfs_ref.c65 size_t pplen; in cifs_build_devname() local
90 pplen = prepath ? strlen(prepath) : 0; in cifs_build_devname()
91 dev = kmalloc(2 + unclen + 1 + pplen + 1, GFP_KERNEL); in cifs_build_devname()
107 if (pplen) { in cifs_build_devname()
110 memcpy(pos, prepath, pplen); in cifs_build_devname()
111 pos += pplen; in cifs_build_devname()
H A Ddir.c52 int pplen = vol->prepath ? strlen(vol->prepath) + 1 : 0; in cifs_build_path_to_root() local
57 if (pplen == 0) { in cifs_build_path_to_root()
67 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); in cifs_build_path_to_root()
74 memcpy(full_path + dfsplen + 1, vol->prepath, pplen); in cifs_build_path_to_root()
97 int pplen = 0; in build_path_from_dentry_optional_prefix() local
111 pplen = cifs_sb->prepath ? strlen(cifs_sb->prepath) + 1 : 0; in build_path_from_dentry_optional_prefix()
114 namelen = dfsplen + pplen; in build_path_from_dentry_optional_prefix()
155 if (namelen != dfsplen + pplen || read_seqretry(&rename_lock, seq)) { in build_path_from_dentry_optional_prefix()
171 if (pplen) { in build_path_from_dentry_optional_prefix()
175 memcpy(full_path+dfsplen+1, cifs_sb->prepath, pplen-1); in build_path_from_dentry_optional_prefix()
[all …]
H A Dconnect.c4200 unsigned int pplen = useppath && vol->prepath ? in build_unc_path_to_root() local
4207 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()
4214 if (pplen) { in build_unc_path_to_root()
4216 memcpy(pos + 1, vol->prepath, pplen); in build_unc_path_to_root()
4217 pos += pplen; in build_unc_path_to_root()
/OK3568_Linux_fs/kernel/include/media/davinci/
H A Dvpss.h31 short pplen; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dhnd_pktpool.c225 pktpool_init(osl_t *osh, pktpool_t *pktp, int *pplen, int plen, bool istx, uint8 type) in pktpool_init() argument
233 ASSERT(pplen != NULL); in pktpool_init()
235 pktplen = *pplen; in pktpool_init()
287 *pplen = pktp->len; /* number of packets managed by pool */ in pktpool_init()
/OK3568_Linux_fs/kernel/drivers/media/platform/davinci/
H A Dvpss.c388 current_reg |= (frame_size.pplen - 1); in dm365_vpss_set_pg_frame_size()
H A Disif.c682 frame_size.pplen = isif_cfg.bayer.win.height; in isif_config_raw()