Lines Matching refs:size_t
200 int (*serialize)(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data *data);
201 …int (*unserialize)(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, z…
236 size_t (*printf_function)(const char *format, ...) ZEND_ATTRIBUTE_PTR_FORMAT(printf, 1, 2);
237 size_t (*write_function)(const char *str, size_t str_length);
246 char *(*getenv_function)(const char *name, size_t name_len);
254 typedef size_t (*zend_write_func_t)(const char *str, size_t str_length);
283 ZEND_API size_t zend_get_page_size(void);
285 ZEND_API size_t zend_vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap);
286 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) ZEND_ATTRIBU…
287 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap);
288 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) ZEND_ATTRIBUTE_FORMA…
292 ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, const char *format, ...);
293 ZEND_API zend_string *zend_strpprintf_unchecked(size_t max_len, const char *format, ...);
297 ZEND_API size_t zend_print_zval(zval *expr, int indent);
303 static zend_always_inline size_t zend_print_variable(zval *var) { in zend_print_variable()
328 extern ZEND_API size_t (*zend_printf)(const char *format, ...) ZEND_ATTRIBUTE_PTR_FORMAT(printf, 1,…
338 extern ZEND_API char *(*zend_getenv)(const char *name, size_t name_len);