Searched refs:cep (Results 1 – 3 of 3) sorted by relevance
1028 cep->ce_namlen = 0; \1031 memcpy(&cep->f, b + (l), sizeof(cep->f)); \1061 cdf_catalog_entry_t *cep = &ce[i]; in cdf_unpack_catalog() local1067 reclen = cep->ce_namlen; in cdf_unpack_catalog()1070 cep->ce_namlen = 0; in cdf_unpack_catalog()1074 cep->ce_namlen = __arraycount(cep->ce_name) - 1; in cdf_unpack_catalog()1076 if (cep->ce_namlen > rlen) in cdf_unpack_catalog()1077 cep->ce_namlen = rlen; in cdf_unpack_catalog()1081 cep->ce_namlen = 0; in cdf_unpack_catalog()1085 for (k = 0; k < cep->ce_namlen; k++) in cdf_unpack_catalog()[all …]
922 zend_class_entry *cep; in do_fetch() local932 if ((cep = zend_lookup_class(Z_STR(val))) == NULL) { in do_fetch()935 stmt->fetch.cls.ce = cep; in do_fetch()1843 zend_class_entry *cep; in pdo_stmt_setup_fetch_mode() local1933 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()
1049 - 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 37 milliseconds