Home
last modified time | relevance | path

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

/PHP-8.2/ext/fileinfo/libmagic/
H A Dcdf.c1143 cep->ce_namlen = 0; \
1146 memcpy(&cep->f, b + (l), sizeof(cep->f)); \
1181 cdf_catalog_entry_t *cep = &ce[j]; in cdf_unpack_catalog() local
1187 reclen = cep->ce_namlen; in cdf_unpack_catalog()
1190 cep->ce_namlen = 0; in cdf_unpack_catalog()
1194 cep->ce_namlen = __arraycount(cep->ce_name) - 1; in cdf_unpack_catalog()
1196 if (cep->ce_namlen > rlen) in cdf_unpack_catalog()
1197 cep->ce_namlen = rlen; in cdf_unpack_catalog()
1201 (np + cep->ce_namlen))); in cdf_unpack_catalog()
1203 cep->ce_namlen = 0; in cdf_unpack_catalog()
[all …]
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c814 zend_class_entry *cep; in do_fetch() local
826 if ((cep = zend_lookup_class(Z_STR(val))) == NULL) { in do_fetch()
829 stmt->fetch.cls.ce = cep; in do_fetch()
1781 zend_class_entry *cep; in pdo_stmt_setup_fetch_mode() local
1801 cep = zend_lookup_class(Z_STR(args[0])); in pdo_stmt_setup_fetch_mode()
1802 if (!cep) { in pdo_stmt_setup_fetch_mode()
1818 stmt->fetch.cls.ce = cep; in pdo_stmt_setup_fetch_mode()

Completed in 22 milliseconds