zxid

 view release on metacpan or  search on metacpan

php/zxid_wrap.c  view on Meta::CPAN

  SWIG_FAIL();
}


ZEND_NAMED_FUNCTION(_wrap_zxid_conf_backwards_compat_ena_set) {
  struct zxid_conf *arg1 = (struct zxid_conf *) 0 ;
  char arg2 ;
  zval **args[2];
  
  SWIG_ResetError();
  if(ZEND_NUM_ARGS() != 2 || zend_get_parameters_array_ex(2, args) != SUCCESS) {
    WRONG_PARAM_COUNT;
  }
  
  {
    if(SWIG_ConvertPtr(*args[0], (void **) &arg1, SWIGTYPE_p_zxid_conf, 0) < 0) {
      SWIG_PHP_Error(E_ERROR, "Type error in argument 1 of zxid_conf_backwards_compat_ena_set. Expected SWIGTYPE_p_zxid_conf");
    }
  }
  if(!arg1) SWIG_PHP_Error(E_ERROR, "this pointer is NULL");
  
  /*@SWIG:/usr/share/swig2.0/php/utils.i,57,CONVERT_CHAR_IN@*/
  convert_to_string_ex(args[1]);
  arg2 = (char) *Z_STRVAL_PP(args[1]);
  /*@SWIG@*/;
  
  if (arg1) (arg1)->backwards_compat_ena = arg2;
  
  return;
fail:
  SWIG_FAIL();
}


ZEND_NAMED_FUNCTION(_wrap_zxid_conf_backwards_compat_ena_get) {
  struct zxid_conf *arg1 = (struct zxid_conf *) 0 ;
  zval **args[1];
  char result;
  
  SWIG_ResetError();
  if(ZEND_NUM_ARGS() != 1 || zend_get_parameters_array_ex(1, args) != SUCCESS) {
    WRONG_PARAM_COUNT;
  }
  
  {
    if(SWIG_ConvertPtr(*args[0], (void **) &arg1, SWIGTYPE_p_zxid_conf, 0) < 0) {
      SWIG_PHP_Error(E_ERROR, "Type error in argument 1 of zxid_conf_backwards_compat_ena_get. Expected SWIGTYPE_p_zxid_conf");
    }
  }
  if(!arg1) SWIG_PHP_Error(E_ERROR, "this pointer is NULL");
  result = (char) ((arg1)->backwards_compat_ena);
  {
    ZVAL_STRINGL(return_value,&result, 1, 1);
  }
  return;
fail:
  SWIG_FAIL();
}


ZEND_NAMED_FUNCTION(_wrap_zxid_conf_xmldsig_sig_meth_set) {
  struct zxid_conf *arg1 = (struct zxid_conf *) 0 ;
  char *arg2 = (char *) 0 ;
  zval **args[2];
  
  SWIG_ResetError();
  if(ZEND_NUM_ARGS() != 2 || zend_get_parameters_array_ex(2, args) != SUCCESS) {
    WRONG_PARAM_COUNT;
  }
  
  {
    if(SWIG_ConvertPtr(*args[0], (void **) &arg1, SWIGTYPE_p_zxid_conf, 0) < 0) {
      SWIG_PHP_Error(E_ERROR, "Type error in argument 1 of zxid_conf_xmldsig_sig_meth_set. Expected SWIGTYPE_p_zxid_conf");
    }
  }
  if(!arg1) SWIG_PHP_Error(E_ERROR, "this pointer is NULL");
  
  /*@SWIG:/usr/share/swig2.0/php/utils.i,62,CONVERT_STRING_IN@*/
  if ((*args[1])->type==IS_NULL) {
    arg2 = (char *) 0;
  } else {
    convert_to_string_ex(args[1]);
    arg2 = (char *) Z_STRVAL_PP(args[1]);
  }
  /*@SWIG@*/;
  
  {
    free(arg1->xmldsig_sig_meth);
    if (arg2) {
      arg1->xmldsig_sig_meth = (char *) malloc(strlen((const char *)arg2)+1);
      strcpy((char *)arg1->xmldsig_sig_meth, (const char *)arg2);
    } else {
      arg1->xmldsig_sig_meth = 0;
    }
  }
  
  return;
fail:
  SWIG_FAIL();
}


ZEND_NAMED_FUNCTION(_wrap_zxid_conf_xmldsig_sig_meth_get) {
  struct zxid_conf *arg1 = (struct zxid_conf *) 0 ;
  zval **args[1];
  char *result = 0 ;
  
  SWIG_ResetError();
  if(ZEND_NUM_ARGS() != 1 || zend_get_parameters_array_ex(1, args) != SUCCESS) {
    WRONG_PARAM_COUNT;
  }
  
  {
    if(SWIG_ConvertPtr(*args[0], (void **) &arg1, SWIGTYPE_p_zxid_conf, 0) < 0) {
      SWIG_PHP_Error(E_ERROR, "Type error in argument 1 of zxid_conf_xmldsig_sig_meth_get. Expected SWIGTYPE_p_zxid_conf");
    }
  }
  if(!arg1) SWIG_PHP_Error(E_ERROR, "this pointer is NULL");
  result = (char *) ((arg1)->xmldsig_sig_meth);
  {
    if(!result) {
      ZVAL_NULL(return_value);
    } else {
      ZVAL_STRING(return_value, (char *)result, 1);
    }
  }
  return;
fail:
  SWIG_FAIL();
}


ZEND_NAMED_FUNCTION(_wrap_zxid_conf_xmldsig_digest_algo_set) {
  struct zxid_conf *arg1 = (struct zxid_conf *) 0 ;
  char *arg2 = (char *) 0 ;
  zval **args[2];
  
  SWIG_ResetError();
  if(ZEND_NUM_ARGS() != 2 || zend_get_parameters_array_ex(2, args) != SUCCESS) {
    WRONG_PARAM_COUNT;
  }
  
  {
    if(SWIG_ConvertPtr(*args[0], (void **) &arg1, SWIGTYPE_p_zxid_conf, 0) < 0) {
      SWIG_PHP_Error(E_ERROR, "Type error in argument 1 of zxid_conf_xmldsig_digest_algo_set. Expected SWIGTYPE_p_zxid_conf");
    }
  }
  if(!arg1) SWIG_PHP_Error(E_ERROR, "this pointer is NULL");
  
  /*@SWIG:/usr/share/swig2.0/php/utils.i,62,CONVERT_STRING_IN@*/
  if ((*args[1])->type==IS_NULL) {
    arg2 = (char *) 0;
  } else {
    convert_to_string_ex(args[1]);
    arg2 = (char *) Z_STRVAL_PP(args[1]);
  }
  /*@SWIG@*/;
  
  {
    free(arg1->xmldsig_digest_algo);
    if (arg2) {
      arg1->xmldsig_digest_algo = (char *) malloc(strlen((const char *)arg2)+1);
      strcpy((char *)arg1->xmldsig_digest_algo, (const char *)arg2);
    } else {
      arg1->xmldsig_digest_algo = 0;
    }
  }
  
  return;
fail:
  SWIG_FAIL();
}


ZEND_NAMED_FUNCTION(_wrap_zxid_conf_xmldsig_digest_algo_get) {
  struct zxid_conf *arg1 = (struct zxid_conf *) 0 ;
  zval **args[1];
  char *result = 0 ;
  
  SWIG_ResetError();
  if(ZEND_NUM_ARGS() != 1 || zend_get_parameters_array_ex(1, args) != SUCCESS) {
    WRONG_PARAM_COUNT;
  }
  
  {
    if(SWIG_ConvertPtr(*args[0], (void **) &arg1, SWIGTYPE_p_zxid_conf, 0) < 0) {
      SWIG_PHP_Error(E_ERROR, "Type error in argument 1 of zxid_conf_xmldsig_digest_algo_get. Expected SWIGTYPE_p_zxid_conf");
    }
  }
  if(!arg1) SWIG_PHP_Error(E_ERROR, "this pointer is NULL");
  result = (char *) ((arg1)->xmldsig_digest_algo);
  {
    if(!result) {
      ZVAL_NULL(return_value);
    } else {
      ZVAL_STRING(return_value, (char *)result, 1);
    }
  }
  return;
fail:
  SWIG_FAIL();
}


ZEND_NAMED_FUNCTION(_wrap_zxid_conf_samlsig_digest_algo_set) {
  struct zxid_conf *arg1 = (struct zxid_conf *) 0 ;
  char *arg2 = (char *) 0 ;
  zval **args[2];
  
  SWIG_ResetError();
  if(ZEND_NUM_ARGS() != 2 || zend_get_parameters_array_ex(2, args) != SUCCESS) {
    WRONG_PARAM_COUNT;
  }
  
  {
    if(SWIG_ConvertPtr(*args[0], (void **) &arg1, SWIGTYPE_p_zxid_conf, 0) < 0) {
      SWIG_PHP_Error(E_ERROR, "Type error in argument 1 of zxid_conf_samlsig_digest_algo_set. Expected SWIGTYPE_p_zxid_conf");
    }
  }
  if(!arg1) SWIG_PHP_Error(E_ERROR, "this pointer is NULL");
  
  /*@SWIG:/usr/share/swig2.0/php/utils.i,62,CONVERT_STRING_IN@*/
  if ((*args[1])->type==IS_NULL) {
    arg2 = (char *) 0;
  } else {
    convert_to_string_ex(args[1]);
    arg2 = (char *) Z_STRVAL_PP(args[1]);
  }
  /*@SWIG@*/;
  
  {
    free(arg1->samlsig_digest_algo);
    if (arg2) {
      arg1->samlsig_digest_algo = (char *) malloc(strlen((const char *)arg2)+1);
      strcpy((char *)arg1->samlsig_digest_algo, (const char *)arg2);
    } else {
      arg1->samlsig_digest_algo = 0;
    }
  }
  
  return;
fail:
  SWIG_FAIL();
}


ZEND_NAMED_FUNCTION(_wrap_zxid_conf_samlsig_digest_algo_get) {
  struct zxid_conf *arg1 = (struct zxid_conf *) 0 ;
  zval **args[1];
  char *result = 0 ;
  

php/zxid_wrap.c  view on Meta::CPAN

 SWIG_ZEND_NAMED_FE(zxid_conf_mgmt_footer_set,_wrap_zxid_conf_mgmt_footer_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_mgmt_footer_get,_wrap_zxid_conf_mgmt_footer_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_mgmt_end_set,_wrap_zxid_conf_mgmt_end_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_mgmt_end_get,_wrap_zxid_conf_mgmt_end_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_dbg_set,_wrap_zxid_conf_dbg_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_dbg_get,_wrap_zxid_conf_dbg_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_wd_set,_wrap_zxid_conf_wd_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_wd_get,_wrap_zxid_conf_wd_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_bus_url_set,_wrap_zxid_conf_bus_url_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_bus_url_get,_wrap_zxid_conf_bus_url_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_bus_pw_set,_wrap_zxid_conf_bus_pw_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_bus_pw_get,_wrap_zxid_conf_bus_pw_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_err_set,_wrap_zxid_conf_log_err_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_err_get,_wrap_zxid_conf_log_err_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_act_set,_wrap_zxid_conf_log_act_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_act_get,_wrap_zxid_conf_log_act_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_issue_a7n_set,_wrap_zxid_conf_log_issue_a7n_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_issue_a7n_get,_wrap_zxid_conf_log_issue_a7n_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_issue_msg_set,_wrap_zxid_conf_log_issue_msg_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_issue_msg_get,_wrap_zxid_conf_log_issue_msg_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_rely_a7n_set,_wrap_zxid_conf_log_rely_a7n_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_rely_a7n_get,_wrap_zxid_conf_log_rely_a7n_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_rely_msg_set,_wrap_zxid_conf_log_rely_msg_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_rely_msg_get,_wrap_zxid_conf_log_rely_msg_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_err_in_act_set,_wrap_zxid_conf_log_err_in_act_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_err_in_act_get,_wrap_zxid_conf_log_err_in_act_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_act_in_err_set,_wrap_zxid_conf_log_act_in_err_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_act_in_err_get,_wrap_zxid_conf_log_act_in_err_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_sigfail_is_err_set,_wrap_zxid_conf_log_sigfail_is_err_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_sigfail_is_err_get,_wrap_zxid_conf_log_sigfail_is_err_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_level_set,_wrap_zxid_conf_log_level_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_log_level_get,_wrap_zxid_conf_log_level_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_user_local_set,_wrap_zxid_conf_user_local_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_user_local_get,_wrap_zxid_conf_user_local_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_redir_to_content_set,_wrap_zxid_conf_redir_to_content_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_redir_to_content_get,_wrap_zxid_conf_redir_to_content_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_remote_user_ena_set,_wrap_zxid_conf_remote_user_ena_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_remote_user_ena_get,_wrap_zxid_conf_remote_user_ena_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_show_tech_set,_wrap_zxid_conf_show_tech_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_show_tech_get,_wrap_zxid_conf_show_tech_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_bare_url_entityid_set,_wrap_zxid_conf_bare_url_entityid_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_bare_url_entityid_get,_wrap_zxid_conf_bare_url_entityid_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_loguser_set,_wrap_zxid_conf_loguser_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_loguser_get,_wrap_zxid_conf_loguser_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_az_opt_set,_wrap_zxid_conf_az_opt_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_az_opt_get,_wrap_zxid_conf_az_opt_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_valid_opt_set,_wrap_zxid_conf_valid_opt_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_valid_opt_get,_wrap_zxid_conf_valid_opt_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_idp_pxy_ena_set,_wrap_zxid_conf_idp_pxy_ena_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_idp_pxy_ena_get,_wrap_zxid_conf_idp_pxy_ena_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_oaz_jwt_sigenc_alg_set,_wrap_zxid_conf_oaz_jwt_sigenc_alg_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_oaz_jwt_sigenc_alg_get,_wrap_zxid_conf_oaz_jwt_sigenc_alg_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_bus_rcpt_set,_wrap_zxid_conf_bus_rcpt_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_bus_rcpt_get,_wrap_zxid_conf_bus_rcpt_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_az_fail_mode_set,_wrap_zxid_conf_az_fail_mode_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_az_fail_mode_get,_wrap_zxid_conf_az_fail_mode_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_md_authority_ena_set,_wrap_zxid_conf_md_authority_ena_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_md_authority_ena_get,_wrap_zxid_conf_md_authority_ena_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_backwards_compat_ena_set,_wrap_zxid_conf_backwards_compat_ena_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_backwards_compat_ena_get,_wrap_zxid_conf_backwards_compat_ena_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_xmldsig_sig_meth_set,_wrap_zxid_conf_xmldsig_sig_meth_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_xmldsig_sig_meth_get,_wrap_zxid_conf_xmldsig_sig_meth_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_xmldsig_digest_algo_set,_wrap_zxid_conf_xmldsig_digest_algo_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_xmldsig_digest_algo_get,_wrap_zxid_conf_xmldsig_digest_algo_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_samlsig_digest_algo_set,_wrap_zxid_conf_samlsig_digest_algo_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_samlsig_digest_algo_get,_wrap_zxid_conf_samlsig_digest_algo_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_blobsig_digest_algo_set,_wrap_zxid_conf_blobsig_digest_algo_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_conf_blobsig_digest_algo_get,_wrap_zxid_conf_blobsig_digest_algo_get,NULL)
 SWIG_ZEND_NAMED_FE(new_zxid_conf,_wrap_new_zxid_conf,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_magic_set,_wrap_zxid_cgi_magic_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_magic_get,_wrap_zxid_cgi_magic_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_op_set,_wrap_zxid_cgi_op_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_op_get,_wrap_zxid_cgi_op_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_pr_ix_set,_wrap_zxid_cgi_pr_ix_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_pr_ix_get,_wrap_zxid_cgi_pr_ix_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_allow_create_set,_wrap_zxid_cgi_allow_create_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_allow_create_get,_wrap_zxid_cgi_allow_create_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_ispassive_set,_wrap_zxid_cgi_ispassive_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_ispassive_get,_wrap_zxid_cgi_ispassive_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_force_authn_set,_wrap_zxid_cgi_force_authn_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_force_authn_get,_wrap_zxid_cgi_force_authn_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_enc_hint_set,_wrap_zxid_cgi_enc_hint_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_enc_hint_get,_wrap_zxid_cgi_enc_hint_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_atselafter_set,_wrap_zxid_cgi_atselafter_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_atselafter_get,_wrap_zxid_cgi_atselafter_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_mob_set,_wrap_zxid_cgi_mob_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_mob_get,_wrap_zxid_cgi_mob_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_sid_set,_wrap_zxid_cgi_sid_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_sid_get,_wrap_zxid_cgi_sid_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_nid_set,_wrap_zxid_cgi_nid_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_nid_get,_wrap_zxid_cgi_nid_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_uid_set,_wrap_zxid_cgi_uid_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_uid_get,_wrap_zxid_cgi_uid_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_pw_set,_wrap_zxid_cgi_pw_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_pw_get,_wrap_zxid_cgi_pw_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_pin_set,_wrap_zxid_cgi_pin_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_pin_get,_wrap_zxid_cgi_pin_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_ssoreq_set,_wrap_zxid_cgi_ssoreq_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_ssoreq_get,_wrap_zxid_cgi_ssoreq_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_cdc_set,_wrap_zxid_cgi_cdc_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_cdc_get,_wrap_zxid_cgi_cdc_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_eid_set,_wrap_zxid_cgi_eid_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_eid_get,_wrap_zxid_cgi_eid_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_nid_fmt_set,_wrap_zxid_cgi_nid_fmt_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_nid_fmt_get,_wrap_zxid_cgi_nid_fmt_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_affil_set,_wrap_zxid_cgi_affil_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_affil_get,_wrap_zxid_cgi_affil_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_consent_set,_wrap_zxid_cgi_consent_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_consent_get,_wrap_zxid_cgi_consent_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_matching_rule_set,_wrap_zxid_cgi_matching_rule_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_matching_rule_get,_wrap_zxid_cgi_matching_rule_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_authn_ctx_set,_wrap_zxid_cgi_authn_ctx_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_authn_ctx_get,_wrap_zxid_cgi_authn_ctx_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_pxy_count_set,_wrap_zxid_cgi_pxy_count_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_pxy_count_get,_wrap_zxid_cgi_pxy_count_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_get_complete_set,_wrap_zxid_cgi_get_complete_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_get_complete_get,_wrap_zxid_cgi_get_complete_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_idppxylist_set,_wrap_zxid_cgi_idppxylist_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_idppxylist_get,_wrap_zxid_cgi_idppxylist_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_rs_set,_wrap_zxid_cgi_rs_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_rs_get,_wrap_zxid_cgi_rs_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_newnym_set,_wrap_zxid_cgi_newnym_set,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_newnym_get,_wrap_zxid_cgi_newnym_get,NULL)
 SWIG_ZEND_NAMED_FE(zxid_cgi_saml_art_set,_wrap_zxid_cgi_saml_art_set,NULL)

php/zxid_wrap.c  view on Meta::CPAN

SWIG_TypeClientData(SWIGTYPE_p_zx_e_Envelope_s,&le_swig__p_zx_e_Envelope_s);
le_swig__p_zx_lock=zend_register_list_destructors_ex(_wrap_destroy_p_zx_lock,NULL,(char *)(SWIGTYPE_p_zx_lock->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zx_lock,&le_swig__p_zx_lock);
le_swig__p_zx_sa_NameID_s=zend_register_list_destructors_ex(_wrap_destroy_p_zx_sa_NameID_s,NULL,(char *)(SWIGTYPE_p_zx_sa_NameID_s->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zx_sa_NameID_s,&le_swig__p_zx_sa_NameID_s);
le_swig__p_timeval=zend_register_list_destructors_ex(_wrap_destroy_p_timeval,NULL,(char *)(SWIGTYPE_p_timeval->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_timeval,&le_swig__p_timeval);
le_swig__p_zx_sa_Issuer_s=zend_register_list_destructors_ex(_wrap_destroy_p_zx_sa_Issuer_s,NULL,(char *)(SWIGTYPE_p_zx_sa_Issuer_s->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zx_sa_Issuer_s,&le_swig__p_zx_sa_Issuer_s);
le_swig__p_zx_elem_s=zend_register_list_destructors_ex(_wrap_destroy_p_zx_elem_s,NULL,(char *)(SWIGTYPE_p_zx_elem_s->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zx_elem_s,&le_swig__p_zx_elem_s);
le_swig__p_zx_el_desc=zend_register_list_destructors_ex(_wrap_destroy_p_zx_el_desc,NULL,(char *)(SWIGTYPE_p_zx_el_desc->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zx_el_desc,&le_swig__p_zx_el_desc);
le_swig__p_zxid_psobj=zend_register_list_destructors_ex(_wrap_destroy_p_zxid_psobj,NULL,(char *)(SWIGTYPE_p_zxid_psobj->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zxid_psobj,&le_swig__p_zxid_psobj);
le_swig__p_time_t=zend_register_list_destructors_ex(_wrap_destroy_p_time_t,NULL,(char *)(SWIGTYPE_p_time_t->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_time_t,&le_swig__p_time_t);
le_swig__p_zx_sa_EncryptedID_s=zend_register_list_destructors_ex(_wrap_destroy_p_zx_sa_EncryptedID_s,NULL,(char *)(SWIGTYPE_p_zx_sa_EncryptedID_s->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zx_sa_EncryptedID_s,&le_swig__p_zx_sa_EncryptedID_s);
le_swig__p_zx_sp_NewEncryptedID_s=zend_register_list_destructors_ex(_wrap_destroy_p_zx_sp_NewEncryptedID_s,NULL,(char *)(SWIGTYPE_p_zx_sp_NewEncryptedID_s->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zx_sp_NewEncryptedID_s,&le_swig__p_zx_sp_NewEncryptedID_s);
le_swig__p_stomp_hdr=zend_register_list_destructors_ex(_wrap_destroy_p_stomp_hdr,NULL,(char *)(SWIGTYPE_p_stomp_hdr->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_stomp_hdr,&le_swig__p_stomp_hdr);
le_swig__p_zx_e_Header_s=zend_register_list_destructors_ex(_wrap_destroy_p_zx_e_Header_s,NULL,(char *)(SWIGTYPE_p_zx_e_Header_s->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zx_e_Header_s,&le_swig__p_zx_e_Header_s);
le_swig__p_zxid_bus_url=zend_register_list_destructors_ex(_wrap_destroy_p_zxid_bus_url,NULL,(char *)(SWIGTYPE_p_zxid_bus_url->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zxid_bus_url,&le_swig__p_zxid_bus_url);
le_swig__p_zx_xenc_EncryptedKey_s=zend_register_list_destructors_ex(_wrap_destroy_p_zx_xenc_EncryptedKey_s,NULL,(char *)(SWIGTYPE_p_zx_xenc_EncryptedKey_s->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zx_xenc_EncryptedKey_s,&le_swig__p_zx_xenc_EncryptedKey_s);
le_swig__p_zxid_entity_s=zend_register_list_destructors_ex(_wrap_destroy_p_zxid_entity_s,NULL,(char *)(SWIGTYPE_p_zxid_entity_s->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zxid_entity_s,&le_swig__p_zxid_entity_s);
le_swig__p_int=zend_register_list_destructors_ex(_wrap_destroy_p_int,NULL,(char *)(SWIGTYPE_p_int->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_int,&le_swig__p_int);
le_swig__p_zxsig_ref=zend_register_list_destructors_ex(_wrap_destroy_p_zxsig_ref,NULL,(char *)(SWIGTYPE_p_zxsig_ref->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zxsig_ref,&le_swig__p_zxsig_ref);
le_swig__p_zx_e_Fault_s=zend_register_list_destructors_ex(_wrap_destroy_p_zx_e_Fault_s,NULL,(char *)(SWIGTYPE_p_zx_e_Fault_s->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zx_e_Fault_s,&le_swig__p_zx_e_Fault_s);
le_swig__p_zxid_map=zend_register_list_destructors_ex(_wrap_destroy_p_zxid_map,NULL,(char *)(SWIGTYPE_p_zxid_map->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zxid_map,&le_swig__p_zxid_map);
le_swig__p_pthread_mutex_t=zend_register_list_destructors_ex(_wrap_destroy_p_pthread_mutex_t,NULL,(char *)(SWIGTYPE_p_pthread_mutex_t->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_pthread_mutex_t,&le_swig__p_pthread_mutex_t);
le_swig__p_zxid_attr=zend_register_list_destructors_ex(_wrap_destroy_p_zxid_attr,NULL,(char *)(SWIGTYPE_p_zxid_attr->name),module_number);
SWIG_TypeClientData(SWIGTYPE_p_zxid_attr,&le_swig__p_zxid_attr);
CG(active_class_entry) = NULL;
/* end oinit subsection */

/* cinit subsection */
SWIG_LONG_CONSTANT(ZX_TOK_NO_ATTR, (-7));
SWIG_LONG_CONSTANT(ZX_TOK_ATTR_ERR, (-6));
SWIG_LONG_CONSTANT(ZX_TOK_XMLNS, (-4));
SWIG_LONG_CONSTANT(ZX_TOK_DATA, 0x0000fffd);
SWIG_LONG_CONSTANT(ZX_TOK_ATTR_NOT_FOUND, 0x0000fffe);
SWIG_LONG_CONSTANT(ZX_TOK_TOK_NOT_FOUND, 0x0000ffff);
SWIG_LONG_CONSTANT(ZX_TOK_NS_NOT_FOUND, 0x00ff0000);
SWIG_LONG_CONSTANT(ZX_TOK_NOT_FOUND, 0x00ffffff);
SWIG_LONG_CONSTANT(ZX_TOK_TOK_MASK, 0x0000ffff);
SWIG_LONG_CONSTANT(ZX_TOK_NS_MASK, 0x00ff0000);
SWIG_LONG_CONSTANT(ZX_TOK_NS_SHIFT, 16);
SWIG_LONG_CONSTANT(ZX_TOK_FLAGS_MASK, 0xff000000);
SWIG_LONG_CONSTANT(ZX_SYMKEY_LEN, 20);
SWIG_STRING_CONSTANT(SIG_ALGO_RSA_SHA1_URLENC, "http://www.w3.org/2000/09/xmldsig%23rsa-sha1");
SWIG_STRING_CONSTANT(SIG_ALGO_RSA_SHA224_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23rsa-sha224");
SWIG_STRING_CONSTANT(SIG_ALGO_RSA_SHA256_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23rsa-sha256");
SWIG_STRING_CONSTANT(SIG_ALGO_RSA_SHA384_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23rsa-sha384");
SWIG_STRING_CONSTANT(SIG_ALGO_RSA_SHA512_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23rsa-sha512");
SWIG_STRING_CONSTANT(SIG_ALGO_DSA_SHA1_URLENC, "http://www.w3.org/2000/09/xmldsig%23dsa-sha1");
SWIG_STRING_CONSTANT(SIG_ALGO_DSA_SHA224_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23dsa-sha224");
SWIG_STRING_CONSTANT(SIG_ALGO_DSA_SHA256_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23dsa-sha256");
SWIG_STRING_CONSTANT(SIG_ALGO_DSA_SHA384_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23dsa-sha384");
SWIG_STRING_CONSTANT(SIG_ALGO_DSA_SHA512_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23dsa-sha512");
SWIG_STRING_CONSTANT(SIG_ALGO_ECDSA_SHA1_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23ecdsa-sha1");
SWIG_STRING_CONSTANT(SIG_ALGO_ECDSA_SHA224_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23ecdsa-sha224");
SWIG_STRING_CONSTANT(SIG_ALGO_ECDSA_SHA256_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23ecdsa-sha256");
SWIG_STRING_CONSTANT(SIG_ALGO_ECDSA_SHA384_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23ecdsa-sha384");
SWIG_STRING_CONSTANT(SIG_ALGO_ECDSA_SHA512_URLENC, "http://www.w3.org/2001/04/xmldsig-more%23ecdsa-sha512");
SWIG_STRING_CONSTANT(SIG_ALGO_RSA_SHA1, "http://www.w3.org/2000/09/xmldsig#rsa-sha1");
SWIG_STRING_CONSTANT(SIG_ALGO_RSA_SHA224, "http://www.w3.org/2001/04/xmldsig-more#rsa-sha224");
SWIG_STRING_CONSTANT(SIG_ALGO_RSA_SHA256, "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256");
SWIG_STRING_CONSTANT(SIG_ALGO_RSA_SHA384, "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384");
SWIG_STRING_CONSTANT(SIG_ALGO_RSA_SHA512, "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512");
SWIG_STRING_CONSTANT(SIG_ALGO_DSA_SHA1, "http://www.w3.org/2000/09/xmldsig#dsa-sha1");
SWIG_STRING_CONSTANT(SIG_ALGO_DSA_SHA224, "http://www.w3.org/2009/xmldsig11#dsa-sha224");
SWIG_STRING_CONSTANT(SIG_ALGO_DSA_SHA256, "http://www.w3.org/2009/xmldsig11#dsa-sha256");
SWIG_STRING_CONSTANT(SIG_ALGO_DSA_SHA384, "http://www.w3.org/2009/xmldsig11#dsa-sha384");
SWIG_STRING_CONSTANT(SIG_ALGO_DSA_SHA512, "http://www.w3.org/2009/xmldsig11#dsa-sha512");
SWIG_STRING_CONSTANT(SIG_ALGO_ECDSA_SHA1, "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1");
SWIG_STRING_CONSTANT(SIG_ALGO_ECDSA_SHA224, "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha224");
SWIG_STRING_CONSTANT(SIG_ALGO_ECDSA_SHA256, "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256");
SWIG_STRING_CONSTANT(SIG_ALGO_ECDSA_SHA384, "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384");
SWIG_STRING_CONSTANT(SIG_ALGO_ECDSA_SHA512, "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512");
SWIG_STRING_CONSTANT(DIGEST_ALGO_SHA1, "http://www.w3.org/2000/09/xmldsig#sha1");
SWIG_STRING_CONSTANT(DIGEST_ALGO_SHA224, "http://www.w3.org/2001/04/xmldsig-more#sha224");
SWIG_STRING_CONSTANT(DIGEST_ALGO_SHA256, "http://www.w3.org/2001/04/xmlenc#sha256");
SWIG_STRING_CONSTANT(DIGEST_ALGO_SHA384, "http://www.w3.org/2001/04/xmldsig-more#sha384");
SWIG_STRING_CONSTANT(DIGEST_ALGO_SHA512, "http://www.w3.org/2001/04/xmlenc#sha512");
SWIG_STRING_CONSTANT(SIG_ALGO, "http://www.w3.org/2000/09/xmldsig#rsa-sha1");
SWIG_STRING_CONSTANT(SIG_ALGO_URLENC, "http://www.w3.org/2000/09/xmldsig%23rsa-sha1");
SWIG_LONG_CONSTANT(SIG_SIZE, 1024);
SWIG_STRING_CONSTANT(DIGEST_ALGO, "http://www.w3.org/2000/09/xmldsig#sha1");
SWIG_STRING_CONSTANT(CANON_ALGO, "http://www.w3.org/2001/10/xml-exc-c14n#");
SWIG_STRING_CONSTANT(ENVELOPED_ALGO, "http://www.w3.org/2000/09/xmldsig#enveloped-signature");
SWIG_STRING_CONSTANT(ENC_ALGO_TRIPLEDES_CBC, "http://www.w3.org/2001/04/xmlenc#tripledes-cbc");
SWIG_STRING_CONSTANT(ENC_ALGO_AES128_CBC, "http://www.w3.org/2001/04/xmlenc#aes128-cbc");
SWIG_STRING_CONSTANT(ENC_ALGO_AES192_CBC, "http://www.w3.org/2001/04/xmlenc#aes192-cbc");
SWIG_STRING_CONSTANT(ENC_ALGO_AES256_CBC, "http://www.w3.org/2001/04/xmlenc#aes256-cbc");
SWIG_STRING_CONSTANT(ENC_ALGO_AES256_GCM, "http://www.w3.org/2001/04/xmlenc11#aes256-gcm");
SWIG_STRING_CONSTANT(ENC_ALGO, "http://www.w3.org/2001/04/xmlenc11#aes256-gcm");
SWIG_STRING_CONSTANT(ENC_KEYTRAN_RSA_1_5, "http://www.w3.org/2001/04/xmlenc#rsa-1_5");
SWIG_STRING_CONSTANT(ENC_KEYTRAN_RSA_OAEP, "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p");
SWIG_STRING_CONSTANT(ENC_KEYTRAN_ALGO, "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p");
SWIG_STRING_CONSTANT(ENC_ENCKEY_METH, "http://www.w3.org/2001/04/xmlenc#EncryptedKey");
SWIG_STRING_CONSTANT(ENC_TYPE_ELEMENT, "http://www.w3.org/2001/04/xmlenc#Element");
SWIG_STRING_CONSTANT(ENC_TYPE_CONTENT, "http://www.w3.org/2001/04/xmlenc#Content");
SWIG_STRING_CONSTANT(ZXID_PATH, "/var/zxid/");
SWIG_STRING_CONSTANT(ZXID_CONF_FILE, "zxid.conf");
SWIG_STRING_CONSTANT(ZXID_CONF_PATH, "/var/zxid/zxid.conf");
SWIG_STRING_CONSTANT(ZXID_PATH_OPT, "ZXPATH");
SWIG_STRING_CONSTANT(ZXID_ENV_PREFIX, "ZXID_");
SWIG_LONG_CONSTANT(ZXID_CONF_MAGIC, 0x900dc07f);
SWIG_LONG_CONSTANT(ZXID_CGI_MAGIC, 0x900d0c91);
SWIG_LONG_CONSTANT(ZXID_SES_MAGIC, 0x900d05e5);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_RENAME, 0x00);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_DEL, 0x01);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_RESET, 0x02);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_FEIDEDEC, 0x03);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_FEIDEENC, 0x04);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_UNSB64_INF, 0x05);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_DEF_SB64, 0x06);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_UNSB64, 0x07);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_SB64, 0x08);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_ENC_MASK, 0x0f);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_WRAP_A7N, 0x10);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_WRAP_X509, 0x20);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_WRAP_FILE, 0x30);
SWIG_LONG_CONSTANT(ZXID_MAP_RULE_WRAP_MASK, 0x30);
SWIG_LONG_CONSTANT(ZXID_PSOBJ_BUDDY, 0);
SWIG_LONG_CONSTANT(ZXID_PSOBJ_COLLECTION, 1);
SWIG_STRING_CONSTANT(ZXID_SES_DIR, "ses/");
SWIG_STRING_CONSTANT(ZXID_USER_DIR, "user/");
SWIG_STRING_CONSTANT(ZXID_UID_DIR, "uid/");
SWIG_STRING_CONSTANT(ZXID_NID_DIR, "nid/");
SWIG_STRING_CONSTANT(ZXID_PEM_DIR, "pem/");
SWIG_STRING_CONSTANT(ZXID_COT_DIR, "cot/");
SWIG_STRING_CONSTANT(ZXID_DIMD_DIR, "dimd/");
SWIG_STRING_CONSTANT(ZXID_INV_DIR, "inv/");
SWIG_STRING_CONSTANT(ZXID_LOG_DIR, "log/");
SWIG_STRING_CONSTANT(ZXID_PCODE_DIR, "pcode/");
SWIG_STRING_CONSTANT(ZXID_DCR_DIR, "dcr/");
SWIG_STRING_CONSTANT(ZXID_RSR_DIR, "rsr/");
SWIG_LONG_CONSTANT(ZXID_MAX_USER, (256));
SWIG_LONG_CONSTANT(ZXID_INIT_MD_BUF, (8*1024-1));
SWIG_LONG_CONSTANT(ZXID_INIT_SOAP_BUF, (8*1024-1));
SWIG_LONG_CONSTANT(ZXID_MAX_CURL_BUF, (10*1024*1024-1));
SWIG_LONG_CONSTANT(ZXID_MAX_EID, (1024));
SWIG_LONG_CONSTANT(ZXID_MAX_DIR, (4*1024));
SWIG_LONG_CONSTANT(ZXID_MAX_SP_NAME_BUF, (1024));
SWIG_LONG_CONSTANT(ZXID_AUTO_EXIT, 0x01);
SWIG_LONG_CONSTANT(ZXID_AUTO_REDIR, 0x02);
SWIG_LONG_CONSTANT(ZXID_AUTO_SOAPC, 0x04);
SWIG_LONG_CONSTANT(ZXID_AUTO_SOAPH, 0x08);
SWIG_LONG_CONSTANT(ZXID_AUTO_METAC, 0x10);



( run in 1.039 second using v1.01-cache-2.11-cpan-5511b514fd6 )