Lines Matching refs:zend_long

610 	zend_long retries = 0, flags = 0, cl_flags = 0;  in PHP_FUNCTION()
729 zend_long options = 0, retries = 0; in PHP_FUNCTION()
957 zend_long mailbox_size; in PHP_FUNCTION()
1046 zend_long flags; in PHP_FUNCTION()
1071 zend_long options = 0; in PHP_FUNCTION()
1158 zend_long msgno, flags = 0; in PHP_FUNCTION()
1192 zend_long options = 0; in PHP_FUNCTION()
1221 zend_long options = 0; in PHP_FUNCTION()
1461 zend_long flags = 0; in PHP_FUNCTION()
1488 zend_long flags = 0; in PHP_FUNCTION()
1510 zend_long msgno, fromlength = 0, subjectlength = 0; in PHP_FUNCTION()
1735 zend_long msgno, flags = 0; in PHP_FUNCTION()
1771 zend_long msgno, flags = 0; in PHP_FUNCTION()
1808 zend_long msgno, flags = 0; in PHP_FUNCTION()
1849 zend_long msgno, flags = 0; in PHP_FUNCTION()
2471 zend_long flags = 0; in PHP_FUNCTION()
2495 zend_long flags = 0; in PHP_FUNCTION()
2519 zend_long sort, flags = 0; in PHP_FUNCTION()
2581 zend_long msgno, flags = 0; in PHP_FUNCTION()
2607 zend_long msgno; in PHP_FUNCTION()
2626 zend_long msg_uid; in PHP_FUNCTION()
2650 zend_long flags; in PHP_FUNCTION()
2693 zend_long msgno; in PHP_FUNCTION()
2803 zend_long status, flags = 0L; in PHP_FUNCTION()
3023 zend_long type = zval_get_long(pvalue); in PHP_FUNCTION()
3029 zend_long encoding = zval_get_long(pvalue); in PHP_FUNCTION()
3131 zend_long tmp_type = zval_get_long(pvalue); in PHP_FUNCTION()
3150 zend_long encoding = zval_get_long(pvalue); in PHP_FUNCTION()
3577 zend_long flags = SE_FREE; in PHP_FUNCTION()
3707 zend_long charset_token, encoding_token, end_token, end, offset=0, i; in PHP_FUNCTION()
3722 …if ((charset_token = (zend_long)php_memnstr(&string[offset], "=?", 2, string + end))) { /* Is ther… in PHP_FUNCTION()
3723 charset_token -= (zend_long)string; in PHP_FUNCTION()
3733 …if ((encoding_token = (zend_long)php_memnstr(&string[charset_token+2], "?", 1, string+end))) { /*… in PHP_FUNCTION()
3734 encoding_token -= (zend_long)string; in PHP_FUNCTION()
3735 …if ((end_token = (zend_long)php_memnstr(&string[encoding_token+3], "?=", 2, string+end))) { /* Fin… in PHP_FUNCTION()
3736 end_token -= (zend_long)string; in PHP_FUNCTION()
4173 zend_long flags = SE_FREE; in PHP_FUNCTION()
4209 zend_long ttype, timeout=-1; in PHP_FUNCTION()
4235 timeout = (zend_long) mail_parameters(NIL, timeout_type, NIL); in PHP_FUNCTION()
4256 timeout = (zend_long) mail_parameters(NIL, timeout_type, (void *) timeout); in PHP_FUNCTION()