Lines Matching refs:docref_buf
703 char *buffer = NULL, *docref_buf = NULL, *target = NULL; in php_verror() local
796 doclen = spprintf(&docref_buf, 0, "function.%s", function); in php_verror()
798 doclen = spprintf(&docref_buf, 0, "%s.%s", class_name, function); in php_verror()
800 while((p = strchr(docref_buf, '_')) != NULL) { in php_verror()
803 docref = php_strtolower(docref_buf, doclen); in php_verror()
819 if (docref_buf) { in php_verror()
820 efree(docref_buf); in php_verror()
822 docref_buf = ref; in php_verror()
834 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); in php_verror()
837 docref = docref_buf; in php_verror()
852 if (docref_buf) { in php_verror()
853 efree(docref_buf); in php_verror()