Lines Matching refs:snprintf
485 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, (zend_ulong)ZCSG(hits));
487 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(b…
489 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCG(accel_directives).memory_consumption-zend_shared_all…
491 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, zend_shared_alloc_get_free_memory());
493 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZSMMG(wasted_shared_memory));
496 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCSG(interned_strings_top) - ZCSG(interned_strings_start…
498 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCSG(interned_strings_end) - ZCSG(interned_strings_top));
501 snprintf(buf, sizeof(buf), "%d", ZCSG(hash).num_direct_entries);
503 snprintf(buf, sizeof(buf), "%d", ZCSG(hash).num_entries);
505 snprintf(buf, sizeof(buf), "%d", ZCSG(hash).max_num_entries);
507 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCSG(oom_restarts));
509 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCSG(hash_restarts));
511 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCSG(manual_restarts));