Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c3392 char *lretoid; in PHP_FUNCTION() local
3407 myargcount > 3 ? &lretoid: NULL, in PHP_FUNCTION()
3418 if (lretoid == NULL) { in PHP_FUNCTION()
3421 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
3422 ldap_memfree(lretoid); in PHP_FUNCTION()
3898 char *lretoid = NULL; in php_ldap_exop() local
3942 retoid ? &lretoid : NULL, in php_ldap_exop()
3951 if (lretoid) { in php_ldap_exop()
3952 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in php_ldap_exop()
3953 ldap_memfree(lretoid); in php_ldap_exop()

Completed in 14 milliseconds