contents         3679 ext/imap/php_imap.c 				bod->contents.text.data = fs_get(Z_STRLEN_P(pvalue) + 1);
contents         3680 ext/imap/php_imap.c 				memcpy(bod->contents.text.data, Z_STRVAL_P(pvalue), Z_STRLEN_P(pvalue)+1);
contents         3681 ext/imap/php_imap.c 				bod->contents.text.size = Z_STRLEN_P(pvalue);
contents         3683 ext/imap/php_imap.c 				bod->contents.text.data = fs_get(1);
contents         3684 ext/imap/php_imap.c 				memcpy(bod->contents.text.data, "", 1);
contents         3685 ext/imap/php_imap.c 				bod->contents.text.size = 0;
contents         3783 ext/imap/php_imap.c 				bod->contents.text.data = fs_get(Z_STRLEN_P(pvalue) + 1);
contents         3784 ext/imap/php_imap.c 				memcpy(bod->contents.text.data, Z_STRVAL_P(pvalue), Z_STRLEN_P(pvalue) + 1);
contents         3785 ext/imap/php_imap.c 				bod->contents.text.size = Z_STRLEN_P(pvalue);
contents         3787 ext/imap/php_imap.c 				bod->contents.text.data = fs_get(1);
contents         3788 ext/imap/php_imap.c 				memcpy(bod->contents.text.data, "", 1);
contents         3789 ext/imap/php_imap.c 				bod->contents.text.size = 0;
contents         3891 ext/imap/php_imap.c 				spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF);
contents         3901 ext/imap/php_imap.c 		spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF);
contents           65 ext/imap/php_imap.h #define CONTENT_PART contents.part
contents           66 ext/imap/php_imap.h #define CONTENT_MSG_BODY contents.msg.body
contents          246 ext/mbstring/mbstring.c 	ZEND_ARG_INFO(0, contents)
contents           98 ext/phar/func_interceptors.c 	zend_string *contents;
contents          209 ext/phar/func_interceptors.c 			contents = php_stream_copy_to_mem(stream, maxlen, 0);
contents          210 ext/phar/func_interceptors.c 			if (contents && ZSTR_LEN(contents) > 0) {
contents          211 ext/phar/func_interceptors.c 				RETVAL_STR(contents);
contents          212 ext/phar/func_interceptors.c 			} else if (contents) {
contents          213 ext/phar/func_interceptors.c 				zend_string_release(contents);
contents         5222 ext/phar/phar_object.c 	ZEND_ARG_INFO(0, contents)
contents          981 ext/simplexml/simplexml.c 	xmlChar        *contents;
contents          984 ext/simplexml/simplexml.c 		contents = xmlNodeListGetString(node->doc, node->children, 1);
contents          985 ext/simplexml/simplexml.c 		if (contents) {
contents          986 ext/simplexml/simplexml.c 			ZVAL_STRING(value, (char *)contents);
contents          987 ext/simplexml/simplexml.c 			xmlFree(contents);
contents         1829 ext/simplexml/simplexml.c static int cast_object(zval *object, int type, char *contents)
contents         1831 ext/simplexml/simplexml.c 	if (contents) {
contents         1832 ext/simplexml/simplexml.c 		ZVAL_STRINGL(object, contents, strlen(contents));
contents         1862 ext/simplexml/simplexml.c 	xmlChar        *contents = NULL;
contents         1881 ext/simplexml/simplexml.c 			contents = xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, node->children, 1);
contents         1892 ext/simplexml/simplexml.c 				contents = xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, sxe->node->node->children, 1);
contents         1901 ext/simplexml/simplexml.c 	rv = cast_object(writeobj, type, (char *)contents);
contents         1903 ext/simplexml/simplexml.c 	if (contents) {
contents         1904 ext/simplexml/simplexml.c 		xmlFree(contents);
contents          525 ext/standard/file.c 	zend_string *contents;
contents          556 ext/standard/file.c 	if ((contents = php_stream_copy_to_mem(stream, maxlen, 0)) != NULL) {
contents          557 ext/standard/file.c 		RETVAL_STR(contents);
contents          418 ext/standard/streamsfuncs.c 	zend_string *contents;
contents          450 ext/standard/streamsfuncs.c 	if ((contents = php_stream_copy_to_mem(stream, maxlen, 0))) {
contents          451 ext/standard/streamsfuncs.c 		RETURN_STR(contents);
contents         1261 ext/tidy/tidy.c 	zend_string *inputfile, *contents;
contents         1274 ext/tidy/tidy.c 	if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) {
contents         1279 ext/tidy/tidy.c 	if (ZEND_SIZE_T_UINT_OVFL(ZSTR_LEN(contents))) {
contents         1286 ext/tidy/tidy.c 	if (php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint)ZSTR_LEN(contents), enc) == FAILURE) {
contents         1291 ext/tidy/tidy.c 	zend_string_release(contents);
contents         1579 ext/tidy/tidy.c 	zend_string *contents, *inputfile = NULL;
contents         1592 ext/tidy/tidy.c 		if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) {
contents         1597 ext/tidy/tidy.c 		if (ZEND_SIZE_T_UINT_OVFL(ZSTR_LEN(contents))) {
contents         1604 ext/tidy/tidy.c 		php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint)ZSTR_LEN(contents), enc);
contents         1606 ext/tidy/tidy.c 		zend_string_release(contents);
contents         1616 ext/tidy/tidy.c 	zend_string *inputfile, *contents;
contents         1628 ext/tidy/tidy.c 	if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) {
contents         1633 ext/tidy/tidy.c 	if (ZEND_SIZE_T_UINT_OVFL(ZSTR_LEN(contents))) {
contents         1640 ext/tidy/tidy.c 	if (php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint)ZSTR_LEN(contents), enc) == FAILURE) {
contents         1646 ext/tidy/tidy.c 	zend_string_release(contents);