Lines Matching refs:strcmp
723 if (!strcmp((char *)name, EL_PACKET)) { in php_wddx_push_element()
727 if (!strcmp((char *)atts[i], EL_VERSION)) { in php_wddx_push_element()
731 } else if (!strcmp((char *)name, EL_STRING)) { in php_wddx_push_element()
737 } else if (!strcmp((char *)name, EL_BINARY)) { in php_wddx_push_element()
743 } else if (!strcmp((char *)name, EL_CHAR)) { in php_wddx_push_element()
747 if (!strcmp((char *)atts[i], EL_CHAR_CODE) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
755 } else if (!strcmp((char *)name, EL_NUMBER)) { in php_wddx_push_element()
761 } else if (!strcmp((char *)name, EL_BOOLEAN)) { in php_wddx_push_element()
767 if (!strcmp((char *)atts[i], EL_VALUE) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
777 } else if (!strcmp((char *)name, EL_NULL)) { in php_wddx_push_element()
784 } else if (!strcmp((char *)name, EL_ARRAY)) { in php_wddx_push_element()
790 } else if (!strcmp((char *)name, EL_STRUCT)) { in php_wddx_push_element()
795 } else if (!strcmp((char *)name, EL_VAR)) { in php_wddx_push_element()
799 if (!strcmp((char *)atts[i], EL_NAME) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
805 } else if (!strcmp((char *)name, EL_RECORDSET)) { in php_wddx_push_element()
813 if (!strcmp((char *)atts[i], "fieldNames") && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
839 } else if (!strcmp((char *)name, EL_FIELD)) { in php_wddx_push_element()
848 if (!strcmp((char *)atts[i], EL_NAME) && atts[i+1] && atts[i+1][0]) { in php_wddx_push_element()
863 } else if (!strcmp((char *)name, EL_DATETIME)) { in php_wddx_push_element()
888 if (!strcmp((char *)name, EL_STRING) || !strcmp((char *)name, EL_NUMBER) || in php_wddx_pop_element()
889 !strcmp((char *)name, EL_BOOLEAN) || !strcmp((char *)name, EL_NULL) || in php_wddx_pop_element()
890 !strcmp((char *)name, EL_ARRAY) || !strcmp((char *)name, EL_STRUCT) || in php_wddx_pop_element()
891 !strcmp((char *)name, EL_RECORDSET) || !strcmp((char *)name, EL_BINARY) || in php_wddx_pop_element()
892 !strcmp((char *)name, EL_DATETIME)) { in php_wddx_pop_element()
905 if (!strcmp((char *)name, EL_BINARY)) { in php_wddx_pop_element()
948 if (!strcmp(ent1->varname, PHP_CLASS_NAME_VAR) && in php_wddx_pop_element()
1005 } else if (!strcmp((char *)name, EL_VAR) && stack->varname) { in php_wddx_pop_element()
1008 } else if (!strcmp((char *)name, EL_FIELD)) { in php_wddx_pop_element()
1044 if (!strcmp((char *)s, "true")) { in php_wddx_process_data()
1046 } else if (!strcmp((char *)s, "false")) { in php_wddx_process_data()