Searched refs:note_name (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/sapi/apache/ |
| H A D | php_apache.c | 63 ZEND_ARG_INFO(0, note_name) 311 /* {{{ proto string apache_note(string note_name [, string note_value]) 315 char *note_name, *note_val = NULL; local 319 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", ¬e_name, ¬e_name_len, ¬e_val, ¬e_val_len) == FAILURE) { 323 old_val = (char *) table_get(((request_rec *)SG(server_context))->notes, note_name); 326 table_set(((request_rec *)SG(server_context))->notes, note_name, note_val);
|
| /PHP_5_3/sapi/apache2filter/ |
| H A D | php_functions.c | 191 /* {{{ proto string apache_note(string note_name [, string note_value]) 196 char *note_name, *note_val = NULL; local 200 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", ¬e_name, ¬e_name_len, ¬e_val, ¬e_val_len) == FAILURE) { 206 old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); 209 apr_table_set(ctx->r->notes, note_name, note_val); 369 ZEND_ARG_INFO(0, note_name)
|
| /PHP_5_3/sapi/apache2handler/ |
| H A D | php_functions.c | 219 /* {{{ proto string apache_note(string note_name [, string note_value]) 224 char *note_name, *note_val = NULL; local 228 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", ¬e_name, ¬e_name_len, ¬e_val, ¬e_val_len) == FAILURE) { 234 old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); 237 apr_table_set(ctx->r->notes, note_name, note_val); 494 ZEND_ARG_INFO(0, note_name)
|
| /PHP_5_3/sapi/apache_hooks/ |
| H A D | php_apache.c | 80 ZEND_ARG_INFO(0, note_name) 1548 /* {{{ proto string apache_note(string note_name [, string note_value])
|
Completed in 9 milliseconds