xdebug_str         96 usefulstuff.c  	xdebug_str *ret;
xdebug_str       1567 xdebug.c       			xdebug_str log_buffer = {0, 0, NULL};
xdebug_str       1675 xdebug.c       	xdebug_str str = {0, 0, NULL};
xdebug_str       1705 xdebug.c       	xdebug_str str = {0, 0, NULL};
xdebug_str       1758 xdebug.c       	xdebug_str str = {0, 0, NULL};
xdebug_str        224 xdebug_handler_dbgp.c static xdebug_str *make_message(xdebug_con *context, xdebug_xml_node *message TSRMLS_DC)
xdebug_str        226 xdebug_handler_dbgp.c 	xdebug_str  xml_message = {0, 0, NULL};
xdebug_str        227 xdebug_handler_dbgp.c 	xdebug_str *ret;
xdebug_str        249 xdebug_handler_dbgp.c 	xdebug_str *tmp;
xdebug_str        571 xdebug_handler_dbgp.c 	xdebug_str source = { 0, 0, NULL };
xdebug_str        638 xdebug_handler_gdb.c 	xdebug_str       eval = {0, 0, NULL};
xdebug_str        852 xdebug_handler_gdb.c 	xdebug_str buffer = {0, 0, NULL};
xdebug_str         25 xdebug_str.h   #define xdebug_str_ptr_init(str) str = xdmalloc(sizeof(xdebug_str)); str->l = 0; str->a = 0; str->d = NULL;
xdebug_str        129 xdebug_var.c   	xdebug_str *str;
xdebug_str        133 xdebug_var.c   	str        = va_arg(args, struct xdebug_str*);
xdebug_str        162 xdebug_var.c   	xdebug_str *str;
xdebug_str        167 xdebug_var.c   	str        = va_arg(args, struct xdebug_str*);
xdebug_str        258 xdebug_var.c   	xdebug_str str = {0, 0, NULL};
xdebug_str        261 xdebug_var.c   	xdebug_var_export(&val, (xdebug_str*) &str, 1, debug_zval TSRMLS_CC);
xdebug_str        273 xdebug_var.c   	xdebug_str *str;
xdebug_str        277 xdebug_var.c   	str   = va_arg(args, struct xdebug_str*);
xdebug_str        294 xdebug_var.c   	xdebug_str *str;
xdebug_str        299 xdebug_var.c   	str   = va_arg(args, struct xdebug_str*);
xdebug_str        386 xdebug_var.c   	xdebug_str str = {0, 0, NULL};
xdebug_str        397 xdebug_var.c   	xdebug_var_export_xml(&val, (xdebug_str*) &str, 1 TSRMLS_CC);
xdebug_str        651 xdebug_var.c   	xdebug_str *str;
xdebug_str        655 xdebug_var.c   	str        = va_arg(args, struct xdebug_str*);
xdebug_str        673 xdebug_var.c   	xdebug_str *str;
xdebug_str        679 xdebug_var.c   	str        = va_arg(args, struct xdebug_str*);
xdebug_str        784 xdebug_var.c   	xdebug_str str = {0, 0, NULL};
xdebug_str        787 xdebug_var.c   	xdebug_var_export_fancy(&val, (xdebug_str*) &str, 1, debug_zval TSRMLS_CC);