Home
last modified time | relevance | path

Searched refs:note_name (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c196 char *note_name, *note_val = NULL; in PHP_FUNCTION() local
200 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &note_name, &note_name_len, &note_val,… in PHP_FUNCTION()
206 old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); in PHP_FUNCTION()
209 apr_table_set(ctx->r->notes, note_name, note_val); in PHP_FUNCTION()
369 ZEND_ARG_INFO(0, note_name)
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c224 char *note_name, *note_val = NULL; in PHP_FUNCTION() local
228 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &note_name, &note_name_len, &note_val,… in PHP_FUNCTION()
234 old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); in PHP_FUNCTION()
237 apr_table_set(ctx->r->notes, note_name, note_val); in PHP_FUNCTION()
494 ZEND_ARG_INFO(0, note_name)
/PHP-5.5/sapi/apache/
H A Dphp_apache.c63 ZEND_ARG_INFO(0, note_name)
315 char *note_name, *note_val = NULL; in PHP_FUNCTION() local
319 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &note_name, &note_name_len, &note_val,… in PHP_FUNCTION()
323 old_val = (char *) table_get(((request_rec *)SG(server_context))->notes, note_name); in PHP_FUNCTION()
326 table_set(((request_rec *)SG(server_context))->notes, note_name, note_val); in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c80 ZEND_ARG_INFO(0, note_name)

Completed in 27 milliseconds