Home
last modified time | relevance | path

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

/PHP-5.5/ext/sockets/
H A Dconversions.c102 #define KEY_CMSG_LEN "cmsg_len" macro
997 if (zend_hash_add(&ctx->params, KEY_CMSG_LEN, sizeof(KEY_CMSG_LEN), in to_zval_read_cmsg_data()
999 do_to_zval_err(ctx, "%s", "could not set parameter " KEY_CMSG_LEN); in to_zval_read_cmsg_data()
1005 zend_hash_del(&ctx->params, KEY_CMSG_LEN, sizeof(KEY_CMSG_LEN)); in to_zval_read_cmsg_data()
1430 if (zend_hash_find(&ctx->params, KEY_CMSG_LEN, sizeof(KEY_CMSG_LEN), in to_zval_read_fd_array()
1432 do_to_zval_err(ctx, "could not get value of parameter " KEY_CMSG_LEN); in to_zval_read_fd_array()

Completed in 9 milliseconds