Lines Matching refs:zval

77 static void _php_make_header_object(zval *myzvalue, ENVELOPE *en TSRMLS_DC);
78 static void _php_imap_add_body(zval *arg, BODY *body TSRMLS_DC);
79 static char* _php_imap_parse_address(ADDRESS *addresslist, zval *paddress TSRMLS_DC);
625 static int add_assoc_object(zval *arg, char *key, zval *tmp TSRMLS_DC) in add_assoc_object()
634 return zend_hash_update(symtable, key, strlen(key)+1, (void *) &tmp, sizeof(zval *), NULL); in add_assoc_object()
640 static inline int add_next_index_object(zval *arg, zval *tmp TSRMLS_DC) in add_next_index_object()
650 return zend_hash_next_index_insert(symtable, (void *) &tmp, sizeof(zval *), NULL); in add_next_index_object()
762 zval *t_map, *return_value; in mail_getquota()
1153 zval *params = NULL; in php_imap_do_open()
1172 zval **disabled_auth_method; in php_imap_do_open()
1183 zval **z_auth_method; in php_imap_do_open()
1274 zval *streamind; in PHP_FUNCTION()
1323 zval *streamind; in PHP_FUNCTION()
1331 zval *subpats = NULL; /* Parts (not used) */ in PHP_FUNCTION()
1371 zval *streamind; in PHP_FUNCTION()
1388 zval *streamind; in PHP_FUNCTION()
1405 zval *streamind; in PHP_FUNCTION()
1423 zval *streamind; in PHP_FUNCTION()
1451 zval *streamind; in PHP_FUNCTION()
1479 zval *streamind; in PHP_FUNCTION()
1504 zval *streamind; in PHP_FUNCTION()
1523 zval *streamind; in PHP_FUNCTION()
1556 zval *streamind; in PHP_FUNCTION()
1575 zval *streamind; in PHP_FUNCTION()
1600 zval *streamind; in PHP_FUNCTION()
1638 zval *streamind; in PHP_FUNCTION()
1688 zval *streamind; in PHP_FUNCTION()
1732 zval *streamind; in PHP_FUNCTION()
1756 zval *streamind; in PHP_FUNCTION()
1781 zval *streamind; in PHP_FUNCTION()
1804 zval *streamind; in PHP_FUNCTION()
1827 zval *streamind; in PHP_FUNCTION()
1850 zval *streamind; in PHP_FUNCTION()
1888 zval *streamind, *mboxob; in PHP_FUNCTION()
1938 zval *streamind; in PHP_FUNCTION()
1972 zval *streamind; in PHP_FUNCTION()
2004 zval *streamind, **sequence; in PHP_FUNCTION()
2026 zval *streamind, **sequence; in PHP_FUNCTION()
2048 zval *streamind; in PHP_FUNCTION()
2157 zval *streamind; in PHP_FUNCTION()
2194 zval *streamind, *mboxob; in PHP_FUNCTION()
2244 zval *streamind; in PHP_FUNCTION()
2267 zval *streamind; in PHP_FUNCTION()
2290 zval *streamind; in PHP_FUNCTION()
2338 zval *streamind; in PHP_FUNCTION()
2378 zval *streamind; in PHP_FUNCTION()
2417 zval *stream, **out; in PHP_FUNCTION()
2562 zval *streamind; in PHP_FUNCTION()
2649 zval *tovals; in PHP_FUNCTION()
3057 zval *streamind; in PHP_FUNCTION()
3078 zval *streamind; in PHP_FUNCTION()
3100 zval *streamind; in PHP_FUNCTION()
3160 zval *streamind; in PHP_FUNCTION()
3195 zval *streamind; in PHP_FUNCTION()
3220 zval *streamind; in PHP_FUNCTION()
3238 zval *streamind; in PHP_FUNCTION()
3279 zval *streamind; in PHP_FUNCTION()
3284 zval *parametres, *param, *dparametres, *dparam; in PHP_FUNCTION()
3396 zval *streamind; in PHP_FUNCTION()
3400 zval *myoverview; in PHP_FUNCTION()
3482 zval *envelope, *body; in PHP_FUNCTION()
3484 zval **data, **pvalue, **disp_data, **env_data; in PHP_FUNCTION()
4096 zval *streamind; in PHP_FUNCTION()
4224 zval *myobject; in PHP_FUNCTION()
4252 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), (void *)&myobject, sizeof(zval *), NULL); in PHP_FUNCTION()
4279 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), (void *)&myobject, sizeof(zval *), NULL); in PHP_FUNCTION()
4309 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), (void *)&myobject, sizeof(zval *), NULL); in PHP_FUNCTION()
4430 static char* _php_imap_parse_address (ADDRESS *addresslist, zval *paddress TSRMLS_DC) in _php_imap_parse_address()
4434 zval *tmpvals; in _php_imap_parse_address()
4456 static void _php_make_header_object(zval *myzvalue, ENVELOPE *en TSRMLS_DC) in _php_make_header_object()
4458 zval *paddress; in _php_make_header_object()
4548 void _php_imap_add_body(zval *arg, BODY *body TSRMLS_DC) in _php_imap_add_body()
4550 zval *parametres, *param, *dparametres, *dparam; in _php_imap_add_body()
4671 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper()
4702 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree()
4719 zval *streamind; in PHP_FUNCTION()