Home
last modified time | relevance | path

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

/PHP-7.0/ext/fileinfo/libmagic/
H A Dreadcdf.c54 static const struct nv { struct
117 cdf_app_to_mime(const char *vbuf, const struct nv *nv) in cdf_app_to_mime() argument
123 for (i = 0; nv[i].pattern != NULL; i++) in cdf_app_to_mime()
124 if (strcasestr(vbuf, nv[i].pattern) != NULL) { in cdf_app_to_mime()
125 rv = nv[i].mime; in cdf_app_to_mime()
/PHP-7.0/ext/standard/
H A Dvar_unserializer.re275 nv = [+-]? ([0-9]* "." [0-9]+|[0-9]+ "." [0-9]*);
276 nvexp = (iv | nv) [eE] [+-]? iv;
683 "d:" (iv | nv | nvexp) ";" {
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch3204 for (i = 0; nv[i].pattern != NULL; i++)
3205 if (strcasestr(vbuf, nv[i].pattern) != NULL) {
3206 rv = nv[i].mime;

Completed in 16 milliseconds