Lines Matching refs:key_len

395 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n);
396 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, size_t key_len);
397 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b);
398 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r);
399 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d);
400 ZEND_API int add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
401 ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str);
402 ZEND_API int add_assoc_stringl_ex(zval *arg, const char *key, size_t key_len, char *str, size_t len…
403 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value);
441 ZEND_API zval *add_get_assoc_string_ex(zval *arg, const char *key, uint key_len, const char *str);
442 ZEND_API zval *add_get_assoc_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, …
455 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
456 ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len);
457 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b);
458 ZEND_API int add_property_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r);
459 ZEND_API int add_property_double_ex(zval *arg, const char *key, size_t key_len, double d);
460 ZEND_API int add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
461 ZEND_API int add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str);
462 ZEND_API int add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, …
463 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value);