Searched refs:docref_buf (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/main/ |
| H A D | main.c | 670 char *buffer = NULL, *docref_buf = NULL, *target = NULL; local 759 doclen = spprintf(&docref_buf, 0, "function.%s", function); 761 doclen = spprintf(&docref_buf, 0, "%s.%s", class_name, function); 763 while((p = strchr(docref_buf, '_')) != NULL) { 766 docref = php_strtolower(docref_buf, doclen); 782 if (docref_buf) { 783 efree(docref_buf); 785 docref_buf = ref; 797 spprintf(&docref_buf, 0, "%s%s", ref, PG(docref_ext)); 800 docref = docref_buf; [all...] |
Completed in 3 milliseconds