Searched refs:commented_name_len (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_nonapi.c | 1078 unsigned int commented_name_len = name? spprintf(&commented_name, 0, " /*%s*/", name):0; local
|
| H A D | mysqli_api.c | 682 unsigned int commented_name_len = name? spprintf(&commented_name, 0, " /*%s*/", name):0; local
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd.c | 2683 unsigned int commented_name_len = name? mnd_sprintf(&commented_name, 0, " /*%s*/", name):0; local 2741 unsigned int commented_name_len = name? mnd_sprintf(&commented_name, 0, " /*%s*/", name):0; local
|
Completed in 12 milliseconds