Searched refs:ue (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | is_json.c | 155 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 D | is_csv.c | 67 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 D | is_simh.c | 110 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 D | url.c | 96 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local 100 ue = s + length; in php_url_parse_ex2() 109 if (e + 1 < ue && e < binary_strcspn(s, ue, "?#")) { in php_url_parse_ex2() 137 while (p < ue && isdigit(*p)) { in php_url_parse_ex2() 154 if (e + 2 < ue && *(e + 2) == '/') { in php_url_parse_ex2() 157 if (e + 3 < ue && *(e + 3) == '/') { in php_url_parse_ex2() 197 } else if (p == pp && pp == ue) { in php_url_parse_ex2() 212 e = binary_strcspn(s, ue, "/?#"); in php_url_parse_ex2() 276 if (e == ue) { in php_url_parse_ex2() 284 e = ue; in php_url_parse_ex2() [all …]
|
/php-src/ext/ftp/tests/ |
H A D | ftp_mlsd.phpt | 92 string(6) "val=ue"
|
H A D | server.inc | 523 fputs($fs, "fact=val=ue;empty=; path;name\r\n");
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 2676 # filename or extended attribute printable strings in range space null til umlaut ue
|
H A D | magic | 2676 # filename or extended attribute printable strings in range space null til umlaut ue
|
Completed in 150 milliseconds