Searched defs:packet_id (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/wddx/
H A Dwddx.c121 ZEND_ARG_INFO(0, packet_id)
125 ZEND_ARG_INFO(0, packet_id)
1262 /* {{{ proto string wddx_packet_end(resource packet_id)
1266 zval *packet_id; local
1269 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &packet_id) == FAILURE) {
1273 ZEND_FETCH_RESOURCE(packet, wddx_packet *, &packet_id, -1, "WDDX packet ID", le_wddx);
1281 zend_list_delete(Z_LVAL_P(packet_id));
1285 /* {{{ proto int wddx_add_vars(resource packet_id, mixed var_names [, mixed ...])
1286 Serializes given variables and adds them to packet given by packet_id */
1291 zval *packet_id; local
[all...]

Completed in 5 milliseconds