Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
H A Dpcre2_auto_possess.c541 const uint32_t *chr_ptr; in compare_opcodes() local
721 chr_ptr = base_list + 2; in compare_opcodes()
726 chr_ptr = list + 2; in compare_opcodes()
960 chr = *chr_ptr; in compare_opcodes()
1097 chr_ptr++; in compare_opcodes()
1099 while(*chr_ptr != NOTACHAR); in compare_opcodes()
/third_party/ffmpeg/libavformat/
H A Dhls.c489 char *chr_ptr; in new_rendition() local
554 chr_ptr = info->characteristics; in new_rendition()
555 while ((characteristic = av_strtok(chr_ptr, ",", &saveptr))) { in new_rendition()
561 chr_ptr = NULL; in new_rendition()

Completed in 6 milliseconds