Lines Matching refs:__arg

405 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n)  argument
406 #define add_assoc_null(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key)) argument
407 #define add_assoc_bool(__arg, __key, __b) add_assoc_bool_ex(__arg, __key, strlen(__key), __b) argument
408 #define add_assoc_resource(__arg, __key, __r) add_assoc_resource_ex(__arg, __key, strlen(__key), __… argument
409 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key), __d) argument
410 #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str) argument
411 #define add_assoc_string(__arg, __key, __str) add_assoc_string_ex(__arg, __key, strlen(__key), __st… argument
412 #define add_assoc_stringl(__arg, __key, __str, __length) add_assoc_stringl_ex(__arg, __key, strlen(… argument
413 #define add_assoc_zval(__arg, __key, __value) add_assoc_zval_ex(__arg, __key, strlen(__key), __valu… argument
416 #define add_assoc_unset(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key)) argument
417 #define add_index_unset(__arg, __key) add_index_null(__arg, __key) argument
418 #define add_next_index_unset(__arg) add_next_index_null(__arg) argument
419 #define add_property_unset(__arg, __key) add_property_null(__arg, __key) argument
444 #define add_get_assoc_string(__arg, __key, __str) add_get_assoc_string_ex(__arg, __key, strlen(__ke… argument
445 #define add_get_assoc_stringl(__arg, __key, __str, __length) add_get_assoc_stringl_ex(__arg, __key,… argument
465 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n) argument
466 #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key)) argument
467 #define add_property_bool(__arg, __key, __b) add_property_bool_ex(__arg, __key, strlen(__key), __b) argument
468 #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__ke… argument
469 #define add_property_double(__arg, __key, __d) add_property_double_ex(__arg, __key, strlen(__key), … argument
470 #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __st… argument
471 #define add_property_string(__arg, __key, __str) add_property_string_ex(__arg, __key, strlen(__key)… argument
472 #define add_property_stringl(__arg, __key, __str, __length) add_property_stringl_ex(__arg, __key, s… argument
473 #define add_property_zval(__arg, __key, __value) add_property_zval_ex(__arg, __key, strlen(__key), … argument