Home
last modified time | relevance | path

Searched refs:p_name_len (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/session/
H A Dsession.c1991 int p_name_len;
1993 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &p_name, &p_name_len) == FAILURE) {
1999 PS_DEL_VARL(p_name, p_name_len);
2012 int p_name_len;
2014 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &p_name, &p_name_len) == FAILURE) {
2023 …if (zend_hash_find(Z_ARRVAL_P(PS(http_session_vars)), p_name, p_name_len+1, (void **)&p_var) == SU…
/PHP-5.3/ext/exif/
H A Dexif.c3947 int p_name_len, p_sections_needed_len = 0; in PHP_FUNCTION() local
3954 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|sbb", &p_name, &p_name_len, &p_sections_ne… in PHP_FUNCTION()
4126 int p_name_len, ret, arg_c = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
4135 …if (zend_parse_parameters(arg_c TSRMLS_CC, "s|z/z/z/", &p_name, &p_name_len, &p_width, &p_height, … in PHP_FUNCTION()

Completed in 22 milliseconds