Lines Matching refs:key_len

391 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n);
392 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, size_t key_len);
393 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b);
394 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r);
395 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d);
396 ZEND_API int add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
397 ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str);
398 ZEND_API int add_assoc_stringl_ex(zval *arg, const char *key, size_t key_len, char *str, size_t len…
399 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value);
437 ZEND_API zval *add_get_assoc_string_ex(zval *arg, const char *key, uint key_len, const char *str);
438 ZEND_API zval *add_get_assoc_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, …
451 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long l);
452 ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len);
453 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b);
454 ZEND_API int add_property_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r);
455 ZEND_API int add_property_double_ex(zval *arg, const char *key, size_t key_len, double d);
456 ZEND_API int add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
457 ZEND_API int add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str);
458 ZEND_API int add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, …
459 ZEND_API int add_property_zval_ex(zval *arg, const char *key, size_t key_len, zval *value);