Home
last modified time | relevance | path

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

/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c1027 cep->ce_namlen = 0; \
1030 memcpy(&cep->f, b + (l), sizeof(cep->f)); \
1060 cdf_catalog_entry_t *cep = &ce[i]; in cdf_unpack_catalog() local
1066 reclen = cep->ce_namlen; in cdf_unpack_catalog()
1069 cep->ce_namlen = 0; in cdf_unpack_catalog()
1073 cep->ce_namlen = __arraycount(cep->ce_name) - 1; in cdf_unpack_catalog()
1075 if (cep->ce_namlen > rlen) in cdf_unpack_catalog()
1076 cep->ce_namlen = rlen; in cdf_unpack_catalog()
1080 cep->ce_namlen = 0; in cdf_unpack_catalog()
1084 for (k = 0; k < cep->ce_namlen; k++) in cdf_unpack_catalog()
[all …]
/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c914 zend_class_entry *cep; in do_fetch() local
924 if ((cep = zend_lookup_class(Z_STR(val))) == NULL) { in do_fetch()
927 stmt->fetch.cls.ce = cep; in do_fetch()
1837 zend_class_entry *cep; in pdo_stmt_setup_fetch_mode() local
1927 cep = zend_lookup_class(Z_STR(args[skip+1])); in pdo_stmt_setup_fetch_mode()
1928 if (cep) { in pdo_stmt_setup_fetch_mode()
1930 stmt->fetch.cls.ce = cep; in pdo_stmt_setup_fetch_mode()
/PHP-7.1/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 32 milliseconds