notes             696 sapi/apache/mod_php5.c 	ap_table_setn(r->notes, "mod_php_memory_usage",
notes             323 sapi/apache/php_apache.c 	old_val = (char *) table_get(((request_rec *)SG(server_context))->notes, note_name);
notes             326 sapi/apache/php_apache.c 		table_set(((request_rec *)SG(server_context))->notes, note_name, note_val);
notes             206 sapi/apache2filter/php_functions.c 	old_note_val = (char *) apr_table_get(ctx->r->notes, note_name);
notes             209 sapi/apache2filter/php_functions.c 		apr_table_set(ctx->r->notes, note_name, note_val);
notes             550 sapi/apache2filter/sapi_apache2.c 	apr_table_set(ctx->r->notes, "mod_php_memory_usage",
notes             234 sapi/apache2handler/php_functions.c 	old_note_val = (char *) apr_table_get(ctx->r->notes, note_name);
notes             237 sapi/apache2handler/php_functions.c 		apr_table_set(ctx->r->notes, note_name, note_val);
notes             672 sapi/apache2handler/sapi_apache2.c 		apr_table_set(r->notes, "mod_php_memory_usage",
notes             748 sapi/apache_hooks/mod_php5.c 	ap_table_setn(r->notes, "mod_php_memory_usage",
notes            1560 sapi/apache_hooks/php_apache.c 	note_val = (char *) table_get(((request_rec *)SG(server_context))->notes, arg_name);
notes            1563 sapi/apache_hooks/php_apache.c 		table_set(((request_rec *)SG(server_context))->notes, arg_name, arg_val);