Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dis_json.c155 uc = ue; in json_parse_string()
188 if (uc == ue) in json_parse_array()
194 if (uc == ue) in json_parse_array()
224 if (uc == ue) in json_parse_object()
240 if (uc == ue) in json_parse_object()
250 if (uc == ue) in json_parse_object()
281 if (uc == ue) in json_parse_number()
291 if (uc == ue) in json_parse_number()
300 if (uc == ue) in json_parse_number()
334 *ucp = ue; in json_parse_const()
[all …]
H A Dis_csv.c67 eatquote(const unsigned char *uc, const unsigned char *ue) in eatquote() argument
71 while (uc < ue) { in eatquote()
88 return ue; in eatquote()
92 csv_parse(const unsigned char *uc, const unsigned char *ue) in csv_parse() argument
96 while (uc < ue) { in csv_parse()
100 uc = eatquote(uc, ue); in csv_parse()
137 const unsigned char *ue = uc + b->flen; in file_is_csv() local
146 if (!csv_parse(uc, ue)) in file_is_csv()
H A Dis_simh.c110 simh_parse(const unsigned char *uc, const unsigned char *ue) in simh_parse() argument
118 while (ue - uc >= CAST(ptrdiff_t, sizeof(nbytes))) { in simh_parse()
133 if (ue - uc < CAST(ptrdiff_t, sizeof(nbytes))) in simh_parse()
152 const unsigned char *ue = uc + b->flen; in file_is_simh() local
158 if (!simh_parse(uc, ue)) in file_is_simh()
/php-src/ext/standard/
H A Durl.c108 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local
112 ue = s + length; in php_url_parse_ex2()
121 if (e + 1 < ue && e < binary_strcspn(s, ue, "?#")) { in php_url_parse_ex2()
149 while (p < ue && isdigit(*p)) { in php_url_parse_ex2()
166 if (e + 2 < ue && *(e + 2) == '/') { in php_url_parse_ex2()
169 if (e + 3 < ue && *(e + 3) == '/') { in php_url_parse_ex2()
209 } else if (p == pp && pp == ue) { in php_url_parse_ex2()
224 e = binary_strcspn(s, ue, "/?#"); in php_url_parse_ex2()
288 if (e == ue) { in php_url_parse_ex2()
296 e = ue; in php_url_parse_ex2()
[all …]
/php-src/ext/ftp/tests/
H A Dftp_mlsd.phpt92 string(6) "val=ue"
H A Dserver.inc523 fputs($fs, "fact=val=ue;empty=; path;name\r\n");
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2676 # filename or extended attribute printable strings in range space null til umlaut ue
H A Dmagic2676 # filename or extended attribute printable strings in range space null til umlaut ue

Completed in 170 milliseconds