Home
last modified time | relevance | path

Searched refs:nv (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/fileinfo/libmagic/
H A Dreadcdf.c52 static const struct nv { struct
119 cdf_app_to_mime(const char *vbuf, const struct nv *nv) in cdf_app_to_mime() argument
125 for (i = 0; nv[i].pattern != NULL; i++) in cdf_app_to_mime()
126 if (strcasestr(vbuf, nv[i].pattern) != NULL) { in cdf_app_to_mime()
127 rv = nv[i].mime; in cdf_app_to_mime()
/PHP-7.2/ext/standard/
H A Dvar_unserializer.re321 nv = [+-]? ([0-9]* "." [0-9]+|[0-9]+ "." [0-9]*);
322 nvexp = (iv | nv) [eE] iv;
762 "d:" (iv | nv | nvexp) ";" {
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch3158 for (i = 0; nv[i].pattern != NULL; i++)
3159 if (strcasestr(vbuf, nv[i].pattern) != NULL) {
3160 rv = nv[i].mime;

Completed in 14 milliseconds