Searched refs:add_property_stringl (Results 1 - 6 of 6) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | user_filters.c | 435 add_property_stringl(return_value, "data", bucket->buf, bucket->buflen, 1); 537 add_property_stringl(return_value, "data", bucket->buf, bucket->buflen, 1);
|
| H A D | dir.c | 240 add_property_stringl(return_value, "path", dirname, dir_len, 1);
|
| /PHP_TRUNK/ext/libxml/ |
| H A D | libxml.c | 988 add_property_stringl(return_value, "message", "", 0, 1); 993 add_property_stringl(return_value, "file", "", 0, 1); 1028 add_property_stringl(z_error, "message", "", 0, 1); 1033 add_property_stringl(z_error, "file", "", 0, 1);
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_http.c | 851 add_property_stringl(this_ptr, "__last_request_headers", soap_headers.c, soap_headers.len, 1); 896 add_property_stringl(this_ptr, "__last_response_headers", http_headers, http_header_size, 1);
|
| H A D | soap.c | 794 add_property_stringl(this_ptr, "param_name", name, name_length, 1); 821 add_property_stringl(this_ptr, "namespace", ns, ns_len, 1); 822 add_property_stringl(this_ptr, "name", name, name_len, 1); 834 add_property_stringl(this_ptr, "actor", Z_STRVAL_P(actor), Z_STRLEN_P(actor), 1); 966 add_property_stringl(this_ptr, "enc_stype", stype, stype_len, 1); 969 add_property_stringl(this_ptr, "enc_ns", ns, ns_len, 1); 972 add_property_stringl(this_ptr, "enc_name", name, name_len, 1); 975 add_property_stringl(this_ptr, "enc_namens", namens, namens_len, 1); 2349 add_property_stringl(this_ptr, "uri", Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp), 1); 2375 add_property_stringl(this_pt [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.h | 446 #define add_property_stringl(__arg, __key, __str, __length, __duplicate) add_property_stringl_ex(__arg, __key, strlen(__key)+1, __str, __length, __duplicate TSRMLS_CC) macro
|
Completed in 16 milliseconds