Lines Matching refs:size_t

45 	size_t size;
307 ZEND_API int zend_register_class_alias_ex(const char *name, size_t name_len, zend_class_entry *ce);
314 ZEND_API int zend_disable_function(char *function_name, size_t function_name_length);
315 ZEND_API int zend_disable_class(char *class_name, size_t class_name_length);
334 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, size_t name_length, zval…
335 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length,…
336 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, size_t name_length,…
337 ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, size_t name_length,…
338 ZEND_API int zend_declare_property_double(zend_class_entry *ce, const char *name, size_t name_lengt…
339 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, size_t name_lengt…
340 …perty_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_…
343 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length…
344 ZEND_API int zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_l…
345 ZEND_API int zend_declare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_l…
346 ZEND_API int zend_declare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_l…
347 ZEND_API int zend_declare_class_constant_double(zend_class_entry *ce, const char *name, size_t name…
348 …stant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_…
349 ZEND_API int zend_declare_class_constant_string(zend_class_entry *ce, const char *name, size_t name…
354 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, size_t
355 …_update_property_null(zend_class_entry *scope, zval *object, const char *name, size_t name_length);
356 …e_property_bool(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_…
357 …e_property_long(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_…
358 …property_double(zend_class_entry *scope, zval *object, const char *name, size_t name_length, doubl…
359 …te_property_str(zend_class_entry *scope, zval *object, const char *name, size_t name_length, zend_…
360 …property_string(zend_class_entry *scope, zval *object, const char *name, size_t name_length, const…
361 …d_class_entry *scope, zval *object, const char *name, size_t name_length, const char *value, size_…
362 ZEND_API void zend_unset_property(zend_class_entry *scope, zval *object, const char *name, size_t n…
364 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, size_t name_len…
365 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t nam…
366 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, const char *name, size_t nam…
367 ZEND_API int zend_update_static_property_long(zend_class_entry *scope, const char *name, size_t nam…
368 ZEND_API int zend_update_static_property_double(zend_class_entry *scope, const char *name, size_t n…
369 ZEND_API int zend_update_static_property_string(zend_class_entry *scope, const char *name, size_t n…
370 …ty_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *value, size_…
373 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, size_t n…
375 ZEND_API zval *zend_read_static_property(zend_class_entry *scope, const char *name, size_t name_len…
408 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n);
409 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, size_t key_len);
410 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b);
411 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r);
412 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d);
413 ZEND_API int add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
414 ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, const char *str);
415 …API int add_assoc_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t l…
416 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value);
441 ZEND_API int add_index_stringl(zval *arg, zend_ulong idx, const char *str, size_t length);
451 ZEND_API int add_next_index_stringl(zval *arg, const char *str, size_t length);
455 …get_assoc_stringl_ex(zval *arg, const char *key, uint32_t key_len, const char *str, size_t length);
464 ZEND_API zval *add_get_index_stringl(zval *arg, zend_ulong idx, const char *str, size_t length);
468 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
469 ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len);
470 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b);
471 ZEND_API int add_property_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r);
472 ZEND_API int add_property_double_ex(zval *arg, const char *key, size_t key_len, double d);
473 ZEND_API int add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
474 ZEND_API int add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str);
475 …int add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t l…
476 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value);
563 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force);
590 #define CHECK_NULL_PATH(p, l) (strlen(p) != (size_t)(l))
1187 static zend_always_inline int zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, int c… in zend_parse_arg_string()
1213 static zend_always_inline int zend_parse_arg_path(zval *arg, char **dest, size_t *dest_len, int che… in zend_parse_arg_path()