Home
last modified time | relevance | path

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

/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf.c1028 cep->ce_namlen = 0; \
1031 memcpy(&cep->f, b + (l), sizeof(cep->f)); \
1061 cdf_catalog_entry_t *cep = &ce[i]; in cdf_unpack_catalog() local
1067 reclen = cep->ce_namlen; in cdf_unpack_catalog()
1070 cep->ce_namlen = 0; in cdf_unpack_catalog()
1074 cep->ce_namlen = __arraycount(cep->ce_name) - 1; in cdf_unpack_catalog()
1076 if (cep->ce_namlen > rlen) in cdf_unpack_catalog()
1077 cep->ce_namlen = rlen; in cdf_unpack_catalog()
1081 cep->ce_namlen = 0; in cdf_unpack_catalog()
1085 for (k = 0; k < cep->ce_namlen; k++) in cdf_unpack_catalog()
[all …]
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c922 zend_class_entry *cep; in do_fetch() local
932 if ((cep = zend_lookup_class(Z_STR(val))) == NULL) { in do_fetch()
935 stmt->fetch.cls.ce = cep; in do_fetch()
1843 zend_class_entry *cep; in pdo_stmt_setup_fetch_mode() local
1933 cep = zend_lookup_class(Z_STR(args[skip+1])); in pdo_stmt_setup_fetch_mode()
1934 if (cep) { in pdo_stmt_setup_fetch_mode()
1936 stmt->fetch.cls.ce = cep; in pdo_stmt_setup_fetch_mode()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch1049 - cdf_catalog_entry_t *cep = &ce[j];
1051 + cdf_catalog_entry_t *cep = &ce[i];
1059 reclen = cep->ce_namlen;
1063 for (k = 0; k < cep->ce_namlen; k++)
1064 cep->ce_name[k] = np[k]; /* XXX: CDF_TOLE2? */
1065 cep->ce_name[cep->ce_namlen] = 0;

Completed in 20 milliseconds