Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c1127 cep->ce_namlen = 0; \
1130 memcpy(&cep->f, b + (l), sizeof(cep->f)); \
1165 cdf_catalog_entry_t *cep = &ce[j]; in cdf_unpack_catalog() local
1171 reclen = cep->ce_namlen; in cdf_unpack_catalog()
1174 cep->ce_namlen = 0; in cdf_unpack_catalog()
1178 cep->ce_namlen = __arraycount(cep->ce_name) - 1; in cdf_unpack_catalog()
1180 if (cep->ce_namlen > rlen) in cdf_unpack_catalog()
1181 cep->ce_namlen = rlen; in cdf_unpack_catalog()
1185 (np + cep->ce_namlen))); in cdf_unpack_catalog()
1187 cep->ce_namlen = 0; in cdf_unpack_catalog()
[all …]
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c911 zend_class_entry *cep; in do_fetch() local
923 if ((cep = zend_lookup_class(Z_STR(val))) == NULL) { in do_fetch()
926 stmt->fetch.cls.ce = cep; in do_fetch()
1835 zend_class_entry *cep; in pdo_stmt_setup_fetch_mode() local
1926 cep = zend_lookup_class(Z_STR(args[skip+1])); in pdo_stmt_setup_fetch_mode()
1927 if (cep) { in pdo_stmt_setup_fetch_mode()
1929 stmt->fetch.cls.ce = cep; in pdo_stmt_setup_fetch_mode()

Completed in 20 milliseconds