old_note_val 198 sapi/apache2filter/php_functions.c char *old_note_val=NULL; old_note_val 206 sapi/apache2filter/php_functions.c old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); old_note_val 212 sapi/apache2filter/php_functions.c if (old_note_val) { old_note_val 213 sapi/apache2filter/php_functions.c RETURN_STRING(old_note_val, 1); old_note_val 226 sapi/apache2handler/php_functions.c char *old_note_val=NULL; old_note_val 234 sapi/apache2handler/php_functions.c old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); old_note_val 240 sapi/apache2handler/php_functions.c if (old_note_val) { old_note_val 241 sapi/apache2handler/php_functions.c RETURN_STRING(old_note_val, 1);