Searched refs:docref_buf (Results 1 - 1 of 1) sorted by relevance

/PHP_5_5/main/
H A Dmain.c698 char *buffer = NULL, *docref_buf = NULL, *target = NULL; local
788 doclen = spprintf(&docref_buf, 0, "function.%s", function);
790 doclen = spprintf(&docref_buf, 0, "%s.%s", class_name, function);
792 while((p = strchr(docref_buf, '_')) != NULL) {
795 docref = php_strtolower(docref_buf, doclen);
811 if (docref_buf) {
812 efree(docref_buf);
814 docref_buf = ref;
826 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext));
829 docref = docref_buf;
[all...]

Completed in 3 milliseconds