Lines Matching defs:__arg

389 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key)+1, __n)  argument
390 #define add_assoc_null(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key) + 1) argument
391 #define add_assoc_bool(__arg, __key, __b) add_assoc_bool_ex(__arg, __key, strlen(__key)+1, __b) argument
392 #define add_assoc_resource(__arg, __key, __r) add_assoc_resource_ex(__arg, __key, strlen(__key)+1, … argument
393 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key)+1, __d) argument
394 #define add_assoc_string(__arg, __key, __str, __duplicate) add_assoc_string_ex(__arg, __key, strlen… argument
395 #define add_assoc_stringl(__arg, __key, __str, __length, __duplicate) add_assoc_stringl_ex(__arg, _… argument
396 #define add_assoc_zval(__arg, __key, __value) add_assoc_zval_ex(__arg, __key, strlen(__key)+1, __va… argument
399 #define add_assoc_unset(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key) + 1) argument
400 #define add_index_unset(__arg, __key) add_index_null(__arg, __key) argument
401 #define add_next_index_unset(__arg) add_next_index_null(__arg) argument
402 #define add_property_unset(__arg, __key) add_property_null(__arg, __key) argument
425 #define add_get_assoc_string(__arg, __key, __str, __dest, __duplicate) add_get_assoc_string_ex(__ar… argument
426 #define add_get_assoc_stringl(__arg, __key, __str, __length, __dest, __duplicate) add_get_assoc_str… argument
444 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key)+1, __… argument
445 #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key) + 1 TSRMLS… argument
446 #define add_property_bool(__arg, __key, __b) add_property_bool_ex(__arg, __key, strlen(__key)+1, __… argument
447 #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__ke… argument
448 #define add_property_double(__arg, __key, __d) add_property_double_ex(__arg, __key, strlen(__key)+1… argument
449 #define add_property_string(__arg, __key, __str, __duplicate) add_property_string_ex(__arg, __key, … argument
450 #define add_property_stringl(__arg, __key, __str, __length, __duplicate) add_property_stringl_ex(__… argument
451 #define add_property_zval(__arg, __key, __value) add_property_zval_ex(__arg, __key, strlen(__key)+1… argument