Lines Matching refs:strcmp

727 	if (!strcmp((char *)name, EL_PACKET)) {  in php_wddx_push_element()
731 if (!strcmp((char *)atts[i], EL_VERSION)) { in php_wddx_push_element()
735 } else if (!strcmp((char *)name, EL_STRING)) { in php_wddx_push_element()
741 } else if (!strcmp((char *)name, EL_BINARY)) { in php_wddx_push_element()
747 } else if (!strcmp((char *)name, EL_CHAR)) { in php_wddx_push_element()
751 if (!strcmp((char *)atts[i], EL_CHAR_CODE) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
759 } else if (!strcmp((char *)name, EL_NUMBER)) { in php_wddx_push_element()
765 } else if (!strcmp((char *)name, EL_BOOLEAN)) { in php_wddx_push_element()
771 if (!strcmp((char *)atts[i], EL_VALUE) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
781 } else if (!strcmp((char *)name, EL_NULL)) { in php_wddx_push_element()
788 } else if (!strcmp((char *)name, EL_ARRAY)) { in php_wddx_push_element()
794 } else if (!strcmp((char *)name, EL_STRUCT)) { in php_wddx_push_element()
799 } else if (!strcmp((char *)name, EL_VAR)) { in php_wddx_push_element()
803 if (!strcmp((char *)atts[i], EL_NAME) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
809 } else if (!strcmp((char *)name, EL_RECORDSET)) { in php_wddx_push_element()
817 if (!strcmp((char *)atts[i], "fieldNames") && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
843 } else if (!strcmp((char *)name, EL_FIELD)) { in php_wddx_push_element()
852 if (!strcmp((char *)atts[i], EL_NAME) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
867 } else if (!strcmp((char *)name, EL_DATETIME)) { in php_wddx_push_element()
892 if (!strcmp((char *)name, EL_STRING) || !strcmp((char *)name, EL_NUMBER) || in php_wddx_pop_element()
893 !strcmp((char *)name, EL_BOOLEAN) || !strcmp((char *)name, EL_NULL) || in php_wddx_pop_element()
894 !strcmp((char *)name, EL_ARRAY) || !strcmp((char *)name, EL_STRUCT) || in php_wddx_pop_element()
895 !strcmp((char *)name, EL_RECORDSET) || !strcmp((char *)name, EL_BINARY) || in php_wddx_pop_element()
896 !strcmp((char *)name, EL_DATETIME)) { in php_wddx_pop_element()
909 if (!strcmp((char *)name, EL_BINARY)) { in php_wddx_pop_element()
952 if (!strcmp(ent1->varname, PHP_CLASS_NAME_VAR) && in php_wddx_pop_element()
1009 } else if (!strcmp((char *)name, EL_VAR) && stack->varname) { in php_wddx_pop_element()
1012 } else if (!strcmp((char *)name, EL_FIELD)) { in php_wddx_pop_element()
1048 if (!strcmp((char *)s, "true")) { in php_wddx_process_data()
1050 } else if (!strcmp((char *)s, "false")) { in php_wddx_process_data()