Searched refs:in_quoted_field (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/librewrite/
H A Dparse.c35 int in_quoted_field = 0, cnt = 0; local
48 if ( in_quoted_field && p[ 0 ] == quote ) {
49 in_quoted_field = 1 - in_quoted_field;
61 } else if ( !in_quoted_field ) {
66 in_quoted_field = 1 - in_quoted_field;
69 } else if ( isspace( (unsigned char) p[ 0 ] ) && !in_quoted_field ) {

Completed in 204 milliseconds