Lines Matching refs:oo
1060 Byte *s, *oo, *o; in ldap_t61_to_8859() local
1072 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) { in ldap_t61_to_8859()
1171 len = o - oo; in ldap_t61_to_8859()
1172 o = oo; in ldap_t61_to_8859()
1174 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) { in ldap_t61_to_8859()
1182 *bufp = (char *) oo; in ldap_t61_to_8859()
1598 Byte *s, *oo, *o, *aux; in ldap_8859_to_t61() local
1609 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) { in ldap_8859_to_t61()
1685 len = o - oo; in ldap_8859_to_t61()
1686 o = oo; in ldap_8859_to_t61()
1688 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, len )) == NULL ) { in ldap_8859_to_t61()
1696 *bufp = (char *) oo; in ldap_8859_to_t61()
1729 Byte *o, *oo; local
1732 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
1749 o = oo;
1751 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
1756 return( (char *)oo );
1782 Byte *o, *oo; local
1786 if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
1827 o = oo;
1829 if ( (oo = (Byte *)NSLDAPI_REALLOC( o, strlen( o ) + 1 )) == NULL ) {
1834 return( (char *)oo );