Searched defs:dn (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | queue.c | 781 datanode *dn; local 818 dn = q->head; 820 while(dn != NULL) { 821 dn->data = index[i++]; 822 dn = dn->next;
|
| /PHP_5_3/ext/ldap/ |
| H A D | ldap.c | 379 /* {{{ proto bool ldap_bind(resource link [, string dn [, string password]]) 928 char *dn; local 990 dn = ldap_get_dn(ldap, ldap_result_entry); 991 add_assoc_string(tmp1, "dn", dn, 1); 993 ldap_memfree(dn); 995 free(dn); 1197 /* {{{ proto array ldap_explode_dn(string dn, int with_attrib) 1202 char *dn, **ldap_value; local 1205 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl", &dn, 1233 char *dn, *ufn; local 1262 char *dn; local 1417 char *dn; local 1491 char *dn, *attr, *value; local 1992 char *dn, *newrdn, *newparent; local [all...] |
| /PHP_5_3/ext/openssl/ |
| H A D | openssl.c | 189 ZEND_ARG_INFO(0, dn) /* array */ 2013 static int php_openssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * attribs TSRMLS_DC) argument 2045 /* apply values from the dn hash */ 2046 zend_hash_internal_pointer_reset_ex(HASH_OF(dn), &hpos); 2047 while(zend_hash_get_current_data_ex(HASH_OF(dn), (void**)&item, &hpos) == SUCCESS) { 2052 zend_hash_get_current_key_ex(HASH_OF(dn), &strindex, &strindexlen, &intindex, 0, &hpos); 2064 php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: add_entry_by_NID %d -> %s (failed)", nid, Z_STRVAL_PP(item)); 2068 php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn: %s is not a recognized name", strindex); 2071 zend_hash_move_forward_ex(HASH_OF(dn), &hpos); 2142 php_error_docref(NULL TSRMLS_CC, E_WARNING, "dn 2444 zval * args = NULL, * dn, *attribs = NULL; local [all...] |
Completed in 27 milliseconds