Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1152 cep->ce_namlen = 0; \
1155 memcpy(&cep->f, b + (l), sizeof(cep->f)); \
1190 cdf_catalog_entry_t *cep = &ce[j]; in cdf_unpack_catalog() local
1196 reclen = cep->ce_namlen; in cdf_unpack_catalog()
1199 cep->ce_namlen = 0; in cdf_unpack_catalog()
1203 cep->ce_namlen = __arraycount(cep->ce_name) - 1; in cdf_unpack_catalog()
1205 if (cep->ce_namlen > rlen) in cdf_unpack_catalog()
1206 cep->ce_namlen = rlen; in cdf_unpack_catalog()
1210 (np + cep->ce_namlen))); in cdf_unpack_catalog()
1212 cep->ce_namlen = 0; in cdf_unpack_catalog()
[all …]
/php-src/ext/pdo/
H A Dpdo_stmt.c808 zend_class_entry *cep; in do_fetch() local
820 if ((cep = zend_lookup_class(Z_STR(val))) == NULL) { in do_fetch()
823 stmt->fetch.cls.ce = cep; in do_fetch()
1775 zend_class_entry *cep; in pdo_stmt_setup_fetch_mode() local
1795 cep = zend_lookup_class(Z_STR(args[0])); in pdo_stmt_setup_fetch_mode()
1796 if (!cep) { in pdo_stmt_setup_fetch_mode()
1812 stmt->fetch.cls.ce = cep; in pdo_stmt_setup_fetch_mode()

Completed in 24 milliseconds