Home
last modified time | relevance | path

Searched refs:pstr2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Davstring.c243 const char *pstr2, *pstr = str; in av_strireplace() local
248 while ((pstr2 = av_stristr(pstr, from))) { in av_strireplace()
249 av_bprint_append_data(&pbuf, pstr, pstr2 - pstr); in av_strireplace()
250 pstr = pstr2 + fromlen; in av_strireplace()
/third_party/mksh/
H A Dmisc.c1245 ascpstrcmp(const void *pstr1, const void *pstr2) in ascpstrcmp() argument
1248 *(const char * const *)pstr2)); in ascpstrcmp()

Completed in 4 milliseconds