Searched refs:vbuf (Results 1 – 2 of 2) sorted by relevance
115 cdf_app_to_mime(const char *vbuf, const struct nv *nv) in cdf_app_to_mime() argument121 vbuf_lower = zend_str_tolower_dup(vbuf, strlen(vbuf)); in cdf_app_to_mime()192 char vbuf[1024]; in cdf_file_property_info() local199 for (j = 0; s < e && j < sizeof(vbuf) in cdf_file_property_info()204 vbuf[j++] = *s; in cdf_file_property_info()206 if (j == sizeof(vbuf)) in cdf_file_property_info()208 vbuf[j] = '\0'; in cdf_file_property_info()210 if (vbuf[0]) { in cdf_file_property_info()212 buf, vbuf) == -1) in cdf_file_property_info()217 str = cdf_app_to_mime(vbuf, app2mime); in cdf_file_property_info()
3802 - if (strcasestr(vbuf, nv[i].pattern) != NULL) {3803 + vbuf_lower = zend_str_tolower_dup(vbuf, strlen(vbuf));3817 - fprintf(stderr, "unknown app %s\n", vbuf);
Completed in 12 milliseconds