Home
last modified time | relevance | path

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

/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.c1120 cep->ce_namlen = 0; \
1123 memcpy(&cep->f, b + (l), sizeof(cep->f)); \
1158 cdf_catalog_entry_t *cep = &ce[j]; in cdf_unpack_catalog() local
1164 reclen = cep->ce_namlen; in cdf_unpack_catalog()
1167 cep->ce_namlen = 0; in cdf_unpack_catalog()
1171 cep->ce_namlen = __arraycount(cep->ce_name) - 1; in cdf_unpack_catalog()
1173 if (cep->ce_namlen > rlen) in cdf_unpack_catalog()
1174 cep->ce_namlen = rlen; in cdf_unpack_catalog()
1178 (np + cep->ce_namlen))); in cdf_unpack_catalog()
1180 cep->ce_namlen = 0; in cdf_unpack_catalog()
[all …]
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c909 zend_class_entry *cep; in do_fetch() local
919 if ((cep = zend_lookup_class(Z_STR(val))) == NULL) { in do_fetch()
922 stmt->fetch.cls.ce = cep; in do_fetch()
1842 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()

Completed in 20 milliseconds